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

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

perl-5.26 and friends

Line 
1Name:           perl-BDB
2Version:        1.92
3Release:        1%{?_dist_release}
4Summary:        Asynchronous Berkeley DB access
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/BDB/
9Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(common::sense)
14BuildRequires:  libdb-devel
15Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20%description
21Asynchronous Berkeley DB access.
22
23
24%prep
25%setup -q -n BDB-%{version}
26
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 {} ';'
37find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
38find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
39chmod -R u+w %{buildroot}/*
40
41
42%check
43make test
44
45
46%clean
47rm -rf %{buildroot}
48
49
50%files
51%defattr(-,root,root,-)
52%license COPYING
53%doc Changes README
54%{perl_vendorarch}/auto/*
55%{perl_vendorarch}/BDB.pm
56%{_mandir}/man3/*.3*
57
58
59%changelog
60* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.92-1
61- updated to 1.92.
62- rebuilt with perl-5.26.
63
64* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
65- updated to 1.91
66- built with libdb 5.3.28
67
68* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.88-2
69- build with Perl 5.16
70
71* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.88-1
72- initial build for Vine Linux
73
74* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-5
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76
77* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.88-4
78- Perl mass rebuild
79
80* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-3
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82
83* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.88-2
84- 661697 rebuild for fixing problems with vendorach/lib
85
86* Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.88-1
87- Update to 1.88
88
89* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.87-2
90- Mass rebuild with perl-5.12.0
91
92* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.87-1
93- Update to 1.87
94- Drop patch BDB-1.86-db_48
95
96* Sun Dec 13 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-3
97- Drop Patch0
98
99* Tue Dec 8 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-2
100- Patch to force db 4.8.
101
102* Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-1
103- Update to 1.86
104
105* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.84-2
106- rebuild against perl 5.10.1
107
108* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1
109- Update to 1.84
110- Add Patch to get rid of common:sense
111
112* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.83-2
113- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
114
115* Tue Feb  3 2009 kwizart < kwizart at gmail.com > - 1.83-1
116- Update to 1.83
117
118* Wed Jan  7 2009 kwizart < kwizart at gmail.com > - 1.82-1
119- Update to 1.82
120
121* Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1
122- Update to 1.81
123
124* Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
125- Update to 1.7
126
127* Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
128- Update to 1.5
129
130* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1
131- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.