123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- Name: perl-IO-Async
- Version: 0.72
- Release: 1%{?_dist_release}
- 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)
- Vendor: Project Vine
- Distribution: Vine Linux
- 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(Test::Warn)
- BuildRequires: perl(Time::HiRes)
- BuildRequires: perl(Module::Build)
- 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} Build.PL --installdirs=vendor
- ./Build
- %install
- rm -rf %{buildroot}
- ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
- %{_fixperms} $RPM_BUILD_ROOT/*
- find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
- %check
- ./Build test
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %license LICENSE
- %doc Changes
- %{perl_vendorlib}/*
- %{_mandir}/man3/*.3*
- %changelog
- * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.72-1
- - new upstream release.
- - rebuilt with perl-5.26.
- * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.29-2
- - build with Perl 5.16
- * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.29-1
- - initial build for Vine Linux
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-7
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.29-6
- - Perl mass rebuild
- * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.29-5
- - Perl mass rebuild
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Wed Dec 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.29-3
- - Add BR perl(Time::HiRes)
- * Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
- - 661697 rebuild for fixing problems with vendorach/lib
- * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.29-1
- - Update to 0.29
- - Add Test::Warn BR
- * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.28-2
- - Mass rebuild with perl-5.12.0
- * Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.28-1
- - Update to 0.28
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.23-2
- - rebuild against perl 5.10.1
- * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 0.23-1
- - Update to 0.23
- * 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
|