12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Name: perl-AnyEvent-AIO
- Version: 1.1
- Release: 3%{?_dist_release}
- 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)
- Vendor: Project Vine
- Distribution: Vine Linux
- BuildArch: noarch
- BuildRequires: perl(ExtUtils::MakeMaker)
- BuildRequires: perl(IO::AIO)
- 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 %{buildroot}
- make pure_install PERL_INSTALL_ROOT=%{buildroot}
- find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
- %check
- make test
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %license COPYING
- %doc README
- %{perl_vendorlib}/*
- %{_mandir}/man3/*.3*
- %changelog
- * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1-3
- - rebuilt with perl-5.26.
- * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1-2
- - build with Perl 5.16
- * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
- - initial build for Vine Linux
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-7
- - Perl mass rebuild
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-5
- - 661697 rebuild for fixing problems with vendorach/lib
- * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-4
- - Mass rebuild with perl-5.12.0
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.1-3
- - rebuild against perl 5.10.1
- * Wed Jul 29 2009 kwizart < kwizart at gmail.com > - 1.1-2
- - Update to 1.1
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Sat Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
- - Initial package.
|