perl-AnyEvent-BDB-vl.spec 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Name: perl-AnyEvent-BDB
  2. Version: 1.1
  3. Release: 3%{?_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. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. BuildRequires: perl(BDB)
  15. BuildRequires: perl(AnyEvent)
  16. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  17. %description
  18. This module is an AnyEvent user, you need to make sure that you use and run
  19. a supported event loop.
  20. %prep
  21. %setup -q -n AnyEvent-BDB-%{version}
  22. %build
  23. %{__perl} Makefile.PL INSTALLDIRS=vendor
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf %{buildroot}
  27. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  28. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  29. %check
  30. make test
  31. %clean
  32. rm -rf %{buildroot}
  33. %files
  34. %defattr(-,root,root,-)
  35. %license COPYING
  36. %doc README
  37. %{perl_vendorlib}/*
  38. %{_mandir}/man3/*.3*
  39. %changelog
  40. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1-3
  41. - rebuilt with perl-5.26.
  42. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1-2
  43. - build with Perl 5.16
  44. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
  45. - initial build for Vine Linux
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-6
  49. - Perl mass rebuild
  50. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  52. * Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-4
  53. - 661697 rebuild for fixing problems with vendorach/lib
  54. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-3
  55. - Mass rebuild with perl-5.12.0
  56. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.1-2
  57. - rebuild against perl 5.10.1
  58. * Wed Jul 29 2009 kwizart < kwizart at gmail.com > - 1.1-1
  59. - Update to 1.1
  60. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  62. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  64. * Sat Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
  65. - Initial package.