rpms/perl-AnyEvent-I3/F-12 import.log, NONE, 1.1 perl-AnyEvent-I3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Thu Apr 15 16:33:29 UTC 2010


Author: cassmodiah

Update of /cvs/pkgs/rpms/perl-AnyEvent-I3/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15417/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-AnyEvent-I3.spec 
Log Message:
initial package release



--- NEW FILE import.log ---
perl-AnyEvent-I3-0_04-1_fc14:F-12:perl-AnyEvent-I3-0.04-1.fc14.src.rpm:1271349276


--- NEW FILE perl-AnyEvent-I3.spec ---
%define srcname AnyEvent-I3

Name:           perl-AnyEvent-I3
Version:        0.04
Release:        1%{?dist}
Summary:        Communicate with the i3 window manager

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/anyevent-i3/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/%{srcname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}


%description
This module connects to the i3 window manager using the UNIX socket based
IPC interface it provides (if enabled in the configuration file). You can
then subscribe to events or send messages and receive their replies.


%prep
%setup -q -n %{srcname}-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}/*


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README Changes
%{perl_vendorlib}/AnyEvent/I3.pm
%{_mandir}/man3/*.3*


%changelog
* Wed Apr 14 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.04-1
- Initial package release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-I3/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Apr 2010 21:55:41 -0000	1.1
+++ .cvsignore	15 Apr 2010 16:33:29 -0000	1.2
@@ -0,0 +1 @@
+AnyEvent-I3-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-I3/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Apr 2010 21:55:41 -0000	1.1
+++ sources	15 Apr 2010 16:33:29 -0000	1.2
@@ -0,0 +1 @@
+50ab7d0b40c2c244ebd936e6cf45ab54  AnyEvent-I3-0.04.tar.gz



More information about the scm-commits mailing list