perl-BDB-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Name: perl-BDB
  2. Version: 1.92
  3. Release: 2%{?_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
  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. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %license COPYING
  38. %doc Changes README
  39. %{perl_vendorarch}/auto/*
  40. %{perl_vendorarch}/BDB.pm
  41. %{_mandir}/man3/*.3*
  42. %changelog
  43. * Wed Nov 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.92-2
  44. - rebuilt with perl-5.34.0.
  45. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.92-1
  46. - updated to 1.92.
  47. - rebuilt with perl-5.26.
  48. * Mon Dec 1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
  49. - updated to 1.91
  50. - built with libdb 5.3.28
  51. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.88-2
  52. - build with Perl 5.16
  53. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.88-1
  54. - initial build for Vine Linux
  55. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-5
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  57. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.88-4
  58. - Perl mass rebuild
  59. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-3
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  61. * Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.88-2
  62. - 661697 rebuild for fixing problems with vendorach/lib
  63. * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.88-1
  64. - Update to 1.88
  65. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.87-2
  66. - Mass rebuild with perl-5.12.0
  67. * Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.87-1
  68. - Update to 1.87
  69. - Drop patch BDB-1.86-db_48
  70. * Sun Dec 13 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-3
  71. - Drop Patch0
  72. * Tue Dec 8 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-2
  73. - Patch to force db 4.8.
  74. * Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-1
  75. - Update to 1.86
  76. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.84-2
  77. - rebuild against perl 5.10.1
  78. * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1
  79. - Update to 1.84
  80. - Add Patch to get rid of common:sense
  81. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.83-2
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  83. * Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 1.83-1
  84. - Update to 1.83
  85. * Wed Jan 7 2009 kwizart < kwizart at gmail.com > - 1.82-1
  86. - Update to 1.82
  87. * Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1
  88. - Update to 1.81
  89. * Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
  90. - Update to 1.7
  91. * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
  92. - Update to 1.5
  93. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1
  94. - Initial package for Fedora