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