rpms/perl-AnyEvent-AIO/F-9 perl-AnyEvent-AIO.spec, NONE, 1.1 sources, 1.1, 1.2

Chauvet Nicolas kwizart at fedoraproject.org
Wed Jan 7 10:32:15 UTC 2009


Author: kwizart

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

Modified Files:
	sources 
Added Files:
	perl-AnyEvent-AIO.spec 
Log Message:
Initial import for F-9



--- 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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-AIO/F-9/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	7 Jan 2009 10:31:44 -0000	1.2
@@ -0,0 +1 @@
+90205654d87e93ca4bef5299d00677e9  AnyEvent-AIO-1.0.tar.gz




More information about the Fedora-perl-devel-list mailing list