perl-Module-Runtime-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # This file is licensed under the terms of GNU GPLv2+.
  2. Name: perl-Module-Runtime
  3. Version: 0.016
  4. Release: 1%{?_dist_release}
  5. Summary: Runtime module handling
  6. License: GPL+ or Artistic
  7. Group: Development/Libraries
  8. URL: http://search.cpan.org/dist/Module-Runtime/
  9. Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. BuildArch: noarch
  13. BuildRequires: perl(Module::Build)
  14. # Tests:
  15. BuildRequires: perl(Test::More)
  16. # Optional tests:
  17. BuildRequires: perl(Test::Pod)
  18. BuildRequires: perl(Test::Pod::Coverage)
  19. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  20. %description
  21. The functions exported by this module deal with runtime handling of Perl
  22. modules, which are normally handled at compile time.
  23. %prep
  24. %setup -q -n Module-Runtime-%{version}
  25. %build
  26. %{__perl} Build.PL installdirs=vendor
  27. ./Build
  28. %install
  29. rm -rf %{buildroot}
  30. ./Build install destdir=%{buildroot} create_packlist=0
  31. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  32. %{_fixperms} %{buildroot}/*
  33. %check
  34. ./Build test
  35. %clean
  36. rm -rf %{buildroot}
  37. %files
  38. %doc Changes README
  39. %{perl_vendorlib}/*
  40. %{_mandir}/man3/*
  41. %changelog
  42. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.016-1
  43. - new upstream release.
  44. - rebuilt with perl-5.26.
  45. * Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.014-1
  46. - new upstream release.
  47. * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.013-1
  48. - initial build for Vine Linux
  49. * Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 0.013-1
  50. - 0.013 bump
  51. * Mon Feb 13 2012 Petr Pisar <ppisar@redhat.com> - 0.012-1
  52. - 0.012 bump
  53. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  55. * Tue Oct 25 2011 Petr Pisar <ppisar@redhat.com> - 0.011-1
  56. - 0.011 bump
  57. * Fri Oct 07 2011 Petr Pisar <ppisar@redhat.com> - 0.010-1
  58. - 0.010 bump
  59. * Wed Oct 05 2011 Petr Pisar <ppisar@redhat.com> - 0.009-1
  60. - 0.009 bump
  61. - Remove defattr now
  62. * Fri Jul 22 2011 Petr Sabata <contyk@redhat.com> - 0.008-2
  63. - Perl mass rebuild
  64. * Mon Jul 11 2011 Petr Pisar <ppisar@redhat.com> 0.008-1
  65. - Specfile autogenerated by cpanspec 1.78.
  66. - Remove BuildRoot and defattr