source: projects/specs/trunk/p/perl-AnyEvent-AIO/perl-AnyEvent-AIO-vl.spec @ 12120

Revision 12120, 2.6 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-AnyEvent-AIO
2Version:        1.1
3Release:        3%{?_dist_release}
4Summary:        Truly asynchronous file and directrory I/O
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/AnyEvent-AIO/
9Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14
15BuildArch:      noarch
16BuildRequires:  perl(ExtUtils::MakeMaker)
17BuildRequires:  perl(IO::AIO)
18BuildRequires:  perl(AnyEvent)
19Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
20
21%description
22Truly asynchronous file and directrory I/O.
23
24%prep
25%setup -q -n AnyEvent-AIO-%{version}
26
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32
33%install
34rm -rf %{buildroot}
35make pure_install PERL_INSTALL_ROOT=%{buildroot}
36find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
37
38
39%check
40make test
41
42
43%clean
44rm -rf %{buildroot}
45
46
47%files
48%defattr(-,root,root,-)
49%license COPYING
50%doc README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*.3*
53
54
55%changelog
56* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1-3
57- rebuilt with perl-5.26.
58
59* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1-2
60- build with Perl 5.16
61
62* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
63- initial build for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-7
69- Perl mass rebuild
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-5
75- 661697 rebuild for fixing problems with vendorach/lib
76
77* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-4
78- Mass rebuild with perl-5.12.0
79
80* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.1-3
81- rebuild against perl 5.10.1
82
83* Wed Jul 29 2009 kwizart < kwizart at gmail.com > - 1.1-2
84- Update to 1.1
85
86* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91
92* Sat Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
93- Initial package.
94
Note: See TracBrowser for help on using the repository browser.