Name: perl-BDB Version: 1.91 Release: 1%{?dist} Summary: Asynchronous Berkeley DB access Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Config) BuildRequires: perl(common::sense) BuildRequires: db4-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Exporter) Requires: perl(XSLoader) %{?perl_default_filter} %description Asynchronous Berkeley DB access. %prep %setup -q -n BDB-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' chmod -R u+w %{buildroot}/* %check make test %files %doc Changes COPYING README %{perl_vendorarch}/auto/* %{perl_vendorarch}/BDB.pm %{_mandir}/man3/*.3* %changelog * Tue Jan 03 2017 Carl George - 1.91-1 - Latest upstream - Packaging guidelines fixes - Add BuildRequires for perl(Config) - Add Requires for perl(Exporter) and perl(XSLoader) * Sun Dec 13 2009 Nicolas Chauvet - 1.86-3 - Drop Patch0 * Mon Dec 7 2009 Nicolas Chauvet - 1.86-1 - Update to 1.86 * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1 - Update to 1.84 - Add Patch to get rid of common:sense * Thu Feb 26 2009 Fedora Release Engineering - 1.83-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 1.83-1 - Update to 1.83 * Wed Jan 7 2009 kwizart < kwizart at gmail.com > - 1.82-1 - Update to 1.82 * Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1 - Update to 1.81 * Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1 - Update to 1.7 * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1 - Update to 1.5 * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1 - Initial package for Fedora