perl-BDB-vl.spec 3.6 KB

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