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

Revision 5803, 3.2 KB checked in by shaolin, 12 years ago (diff)
  • new packages (and a few updates)
Line 
1Name:           perl-BDB
2Version:        1.88
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}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(common::sense)
14BuildRequires:  db4-devel
15Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17%description
18Asynchronous Berkeley DB access.
19
20
21%prep
22%setup -q -n BDB-%{version}
23
24
25%build
26%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
27make %{?_smp_mflags}
28
29
30%install
31rm -rf %{buildroot}
32make pure_install PERL_INSTALL_ROOT=%{buildroot}
33find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
34find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
35find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w %{buildroot}/*
37
38
39%check
40make test
41
42
43%clean
44rm -rf %{buildroot}
45
46
47%files
48%defattr(-,root,root,-)
49%doc Changes COPYING README
50%{perl_vendorarch}/auto/*
51%{perl_vendorarch}/BDB.pm
52%{_mandir}/man3/*.3*
53
54
55%changelog
56* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.88-1
57- initial build for Vine Linux
58
59* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-5
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61
62* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.88-4
63- Perl mass rebuild
64
65* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-3
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67
68* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.88-2
69- 661697 rebuild for fixing problems with vendorach/lib
70
71* Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.88-1
72- Update to 1.88
73
74* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.87-2
75- Mass rebuild with perl-5.12.0
76
77* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.87-1
78- Update to 1.87
79- Drop patch BDB-1.86-db_48
80
81* Sun Dec 13 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-3
82- Drop Patch0
83
84* Tue Dec 8 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-2
85- Patch to force db 4.8.
86
87* Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-1
88- Update to 1.86
89
90* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.84-2
91- rebuild against perl 5.10.1
92
93* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1
94- Update to 1.84
95- Add Patch to get rid of common:sense
96
97* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.83-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99
100* Tue Feb  3 2009 kwizart < kwizart at gmail.com > - 1.83-1
101- Update to 1.83
102
103* Wed Jan  7 2009 kwizart < kwizart at gmail.com > - 1.82-1
104- Update to 1.82
105
106* Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1
107- Update to 1.81
108
109* Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
110- Update to 1.7
111
112* Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
113- Update to 1.5
114
115* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1
116- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.