perl-BDB-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. Name: perl-BDB
  2. Version: 1.91
  3. Release: 1%{?_dist_release}
  4. Summary: Asynchronous Berkeley DB access
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/BDB/
  8. Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: perl(ExtUtils::MakeMaker)
  11. BuildRequires: perl(common::sense)
  12. BuildRequires: libdb-devel
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. %description
  15. Asynchronous Berkeley DB access.
  16. %prep
  17. %setup -q -n BDB-%{version}
  18. %build
  19. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  20. make %{?_smp_mflags}
  21. %install
  22. rm -rf %{buildroot}
  23. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  24. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  25. find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
  26. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
  27. chmod -R u+w %{buildroot}/*
  28. %check
  29. make test
  30. %clean
  31. rm -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc Changes COPYING README
  35. %{perl_vendorarch}/auto/*
  36. %{perl_vendorarch}/BDB.pm
  37. %{_mandir}/man3/*.3*
  38. %changelog
  39. * Mon Dec 1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
  40. - updated to 1.91
  41. - built with libdb 5.3.28
  42. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.88-2
  43. - build with Perl 5.16
  44. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.88-1
  45. - initial build for Vine Linux
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-5
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.88-4
  49. - Perl mass rebuild
  50. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-3
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  52. * Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.88-2
  53. - 661697 rebuild for fixing problems with vendorach/lib
  54. * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.88-1
  55. - Update to 1.88
  56. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.87-2
  57. - Mass rebuild with perl-5.12.0
  58. * Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.87-1
  59. - Update to 1.87
  60. - Drop patch BDB-1.86-db_48
  61. * Sun Dec 13 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-3
  62. - Drop Patch0
  63. * Tue Dec 8 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-2
  64. - Patch to force db 4.8.
  65. * Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-1
  66. - Update to 1.86
  67. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.84-2
  68. - rebuild against perl 5.10.1
  69. * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1
  70. - Update to 1.84
  71. - Add Patch to get rid of common:sense
  72. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.83-2
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  74. * Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 1.83-1
  75. - Update to 1.83
  76. * Wed Jan 7 2009 kwizart < kwizart at gmail.com > - 1.82-1
  77. - Update to 1.82
  78. * Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1
  79. - Update to 1.81
  80. * Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
  81. - Update to 1.7
  82. * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
  83. - Update to 1.5
  84. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1
  85. - Initial package for Fedora