perl-BDB-vl.spec 3.7 KB

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