rpms/perl-IO-Async/F-10 perl-IO-Async.spec, NONE, 1.1 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Tue Aug 11 07:22:07 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/perl-IO-Async/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23078

Modified Files:
	sources 
Added Files:
	perl-IO-Async.spec 
Log Message:
Initial import for F-10



--- NEW FILE perl-IO-Async.spec ---
Name:           perl-IO-Async
Version:        0.22
Release:        2%{?dist}
Summary:        A collection of modules that implement asynchronous filehandle IO

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/IO-Async/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Heap)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Refcount)
BuildRequires:  perl(Socket::GetAddrInfo) >= 0.08
BuildRequires:  perl(Async::MergePoint)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A collection of modules that implement asynchronous filehandle IO

%prep
%setup -q -n IO-Async-%{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 Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2
- Add Missing BR

* Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1
- Update to 0.22

* Thu Jul  9 2009 kwizart < kwizart at gmail.com > - 0.21-1
- Initial spec


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Aug 2009 05:01:02 -0000	1.1
+++ sources	11 Aug 2009 07:22:07 -0000	1.2
@@ -0,0 +1 @@
+92cfc798a468e32aa1bd3d85ef1029e1  IO-Async-0.22.tar.gz




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