source: projects/specs/trunk/p/perl-IO-AIO/perl-IO-AIO-vl.spec @ 9512

Revision 9512, 3.9 KB checked in by inagaki, 9 years ago (diff)

2015-04-16 Ryoichi INAGAKI <ryo1@…>

  • perl-{Cairo, Clone, Curses, Event, Guard, IO-AIO,

IO-Socket-SSL, IPC-Run, Tk, URI}: updated


Line 
1Name:           perl-IO-AIO
2Version:        4.32
3Release:        1%{?_dist_release}
4Summary:        Asynchronous Input/Output
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/IO-AIO/
8Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildRequires:  perl >= 2:5.8.2
12BuildRequires:  perl(Carp)
13BuildRequires:  perl(common::sense)
14BuildRequires:  perl(ExtUtils::MakeMaker)
15Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
16
17%{?perl_default_filter}
18
19%description
20This module implements asynchronous I/O using whatever means your operating
21system supports.
22
23%prep
24%setup -q -n IO-AIO-%{version}
25
26%build
27perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
28make %{?_smp_mflags}
29
30%install
31rm -rf %{buildroot}
32make pure_install DESTDIR=%{buildroot}
33
34# Remove script we don't want packaged
35rm -f %{buildroot}%{_bindir}/treescan
36
37find %{buildroot} -type f -name .packlist -exec rm -f {} \;
38find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
39find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
40%{_fixperms} %{buildroot}
41
42%check
43make test
44
45%clean
46rm -rf %{buildroot}
47
48%files
49%defattr(-,root,root,-)
50%doc Changes COPYING README
51%{perl_vendorarch}/auto/IO/
52%{perl_vendorarch}/IO/
53%{_mandir}/man3/IO::AIO.3pm*
54
55%changelog
56* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.32-1
57- new upstream release
58
59* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.12-2
60- build with Perl 5.16
61
62* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.12-1
63- initial build for Vine Linux
64
65* Thu Feb  2 2012 Paul Howarth <paul@city-fan.org> - 4.12-1
66- Update to 4.12 (see Changes file for details)
67  - INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was);
68    see FORK BEHAVIOUR in manpage for details
69- BR: perl(Carp)
70- Reinstate compatibility with old distributions such as EL-5
71  - Add back BuildRoot definition and cleaning
72- Use DESTDIR rather than PERL_INSTALL_ROOT
73- Don't use macros for commands
74- Use tabs
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.71-4
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.71-3
80- Perl mass rebuild
81
82* Thu Mar 10 2011 Paul Howarth <paul@city-fan.org> - 3.71-2
83- Spec cleanup
84- Use %%{?perl_default_filter} instead of our own custom provides filter
85
86* Wed Feb  9 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.71-1
87- Upstream released new version
88
89* Tue Feb  8 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.65-3
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.65-2
93- Rebuild to fix problems with vendorarch/lib (#661697)
94
95* Thu Jun 24 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.65-1
96- Upstream released new version
97
98* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.17-5
99- Mass rebuild with perl-5.12.0
100
101* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 3.17-4
102- Rebuild against perl 5.10.1
103
104* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17-3
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17-2
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Thu Dec 18 2008 Nicolas Chauvet <kwizart@gmail.com> - 3.17-1
111- Update to 3.17
112
113* Sun Nov 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.16-1
114- Upstream release new version
115
116* Mon Mar 03 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2
117- Rebuild for new perl (again)
118
119* Sat Feb 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 2.51-1
120- Sync with upstream
121
122* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.33-2
123- Rebuild for new perl
124
125* Sun May 13 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> - 2.33-1
126- Initial import
Note: See TracBrowser for help on using the repository browser.