perl-AnyEvent-BDB-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Name: perl-AnyEvent-BDB
  2. Version: 1.1
  3. Release: 1%{?_dist_release}
  4. Summary: Truly asynchronous Berkeley DB access
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/AnyEvent-BDB/
  8. Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(BDB)
  13. BuildRequires: perl(AnyEvent)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  15. %description
  16. This module is an AnyEvent user, you need to make sure that you use and run
  17. a supported event loop.
  18. %prep
  19. %setup -q -n AnyEvent-BDB-%{version}
  20. %build
  21. %{__perl} Makefile.PL INSTALLDIRS=vendor
  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. %check
  28. make test
  29. %clean
  30. rm -rf %{buildroot}
  31. %files
  32. %defattr(-,root,root,-)
  33. %doc COPYING README
  34. %{perl_vendorlib}/*
  35. %{_mandir}/man3/*.3*
  36. %changelog
  37. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
  38. - initial build for Vine Linux
  39. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  41. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-6
  42. - Perl mass rebuild
  43. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  45. * Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-4
  46. - 661697 rebuild for fixing problems with vendorach/lib
  47. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-3
  48. - Mass rebuild with perl-5.12.0
  49. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.1-2
  50. - rebuild against perl 5.10.1
  51. * Wed Jul 29 2009 kwizart < kwizart at gmail.com > - 1.1-1
  52. - Update to 1.1
  53. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  55. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  57. * Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
  58. - Initial package.