rpms/perl-AnyEvent-AIO/devel import.log, NONE, 1.1 perl-AnyEvent-AIO.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet Nicolas kwizart at fedoraproject.org
Thu Dec 18 17:11:30 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19374/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-AnyEvent-AIO.spec 
Log Message:
Initial import for Rawhide



--- NEW FILE import.log ---
perl-AnyEvent-AIO-1_0-1_fc9:HEAD:perl-AnyEvent-AIO-1.0-1.fc9.src.rpm:1229620221


--- NEW FILE perl-AnyEvent-AIO.spec ---
Name:           perl-AnyEvent-AIO
Version:        1.0
Release:        1%{?dist}
Summary:        Truly asynchronous file and directrory I/O

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

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

%description
Truly asynchronous file and directrory I/O.

%prep
%setup -q -n AnyEvent-AIO-%{version}


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


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
- Initial package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 05:17:21 -0000	1.1
+++ .cvsignore	18 Dec 2008 17:10:59 -0000	1.2
@@ -0,0 +1 @@
+AnyEvent-AIO-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 05:17:21 -0000	1.1
+++ sources	18 Dec 2008 17:11:00 -0000	1.2
@@ -0,0 +1 @@
+90205654d87e93ca4bef5299d00677e9  AnyEvent-AIO-1.0.tar.gz




More information about the fedora-extras-commits mailing list