perl-BDB-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Name: perl-BDB
  2. Version: 1.88
  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}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: perl(ExtUtils::MakeMaker)
  11. BuildRequires: perl(common::sense)
  12. BuildRequires: db4-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. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.88-1
  40. - initial build for Vine Linux
  41. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-5
  42. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  43. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.88-4
  44. - Perl mass rebuild
  45. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.88-3
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  47. * Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.88-2
  48. - 661697 rebuild for fixing problems with vendorach/lib
  49. * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.88-1
  50. - Update to 1.88
  51. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.87-2
  52. - Mass rebuild with perl-5.12.0
  53. * Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.87-1
  54. - Update to 1.87
  55. - Drop patch BDB-1.86-db_48
  56. * Sun Dec 13 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-3
  57. - Drop Patch0
  58. * Tue Dec 8 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-2
  59. - Patch to force db 4.8.
  60. * Mon Dec 7 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.86-1
  61. - Update to 1.86
  62. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.84-2
  63. - rebuild against perl 5.10.1
  64. * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1
  65. - Update to 1.84
  66. - Add Patch to get rid of common:sense
  67. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.83-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  69. * Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 1.83-1
  70. - Update to 1.83
  71. * Wed Jan 7 2009 kwizart < kwizart at gmail.com > - 1.82-1
  72. - Update to 1.82
  73. * Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 1.81-1
  74. - Update to 1.81
  75. * Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
  76. - Update to 1.7
  77. * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
  78. - Update to 1.5
  79. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.45-1
  80. - Initial package for Fedora