perl-ExtUtils-Config-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Name: perl-ExtUtils-Config
  2. Version: 0.008
  3. Release: 15%{?_dist_release}
  4. Summary: A wrapper for perl's configuration
  5. License: GPL+ or Artistic
  6. URL: https://metacpan.org/release/ExtUtils-Config
  7. Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-%{version}.tar.gz
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. BuildArch: noarch
  11. # Build
  12. BuildRequires: coreutils
  13. BuildRequires: findutils
  14. BuildRequires: make
  15. BuildRequires: perl >= 2:5.26.2
  16. BuildRequires: perl(ExtUtils::MakeMaker)
  17. # Module
  18. BuildRequires: perl(Config)
  19. BuildRequires: perl(Data::Dumper)
  20. # Test Suite
  21. BuildRequires: perl(File::Find)
  22. BuildRequires: perl(File::Temp)
  23. BuildRequires: perl(Test::More)
  24. # Runtime
  25. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  26. %description
  27. ExtUtils::Config is an abstraction around the %%Config hash.
  28. %prep
  29. %setup -q -n ExtUtils-Config-%{version}
  30. %build
  31. perl Makefile.PL INSTALLDIRS=vendor
  32. make %{?_smp_mflags}
  33. %install
  34. make pure_install DESTDIR=%{buildroot}
  35. find %{buildroot} -type f -name .packlist -delete
  36. %{_fixperms} -c %{buildroot}
  37. %check
  38. make test
  39. %files
  40. %if 0%{?_licensedir:1}
  41. %license LICENSE
  42. %else
  43. %doc LICENSE
  44. %endif
  45. %doc Changes README
  46. %{perl_vendorlib}/ExtUtils/
  47. %{_mandir}/man3/ExtUtils::Config.3*
  48. %changelog
  49. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.008-14
  50. - initial build for Vine Linux.
  51. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-14
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  53. * Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 0.008-13
  54. - Specify all build dependencies
  55. - Simplify find command using -delete
  56. - Use %%license where possible
  57. - Drop EL-5 support
  58. - Drop BuildRoot: and Group: tags
  59. - Drop explicit buildroot cleaning in %%install section
  60. - Drop explicit %%clean section
  61. - Drop workaround for building with Test::More < 0.88
  62. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-12
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  64. * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-11
  65. - Perl 5.28 rebuild
  66. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-10
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  68. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  70. * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-8
  71. - Perl 5.26 rebuild
  72. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  74. * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-6
  75. - Perl 5.24 rebuild
  76. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-5
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  78. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-4
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  80. * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
  81. - Perl 5.22 rebuild
  82. * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-2
  83. - Perl 5.20 rebuild
  84. * Thu Jun 26 2014 Paul Howarth <paul@city-fan.org> - 0.008-1
  85. - Update to 0.008
  86. - Remove set, clear, clone methods
  87. - Don't bother with the release tests, which can't be run on EPEL < 7 anyway
  88. - Update patch for building with old Test::More versions
  89. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-8
  90. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  91. * Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.007-7
  92. - Skip the release tests when bootstrapping
  93. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-6
  94. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  95. * Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.007-5
  96. - Perl 5.18 rebuild
  97. * Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 0.007-4
  98. - Avoid Test::Kwalitee as it tries to verify the module's signature, which will fail
  99. if we have to patch Makefile.PL, tests etc. for old distribution support
  100. * Fri Jul 5 2013 Paul Howarth <paul@city-fan.org> - 0.007-3
  101. - Don't BR: perl(Test::Kwalitee) when bootstrapping
  102. * Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.007-2
  103. - Sanitize for Fedora submission
  104. * Sun Mar 31 2013 Paul Howarth <paul@city-fan.org> - 0.007-1
  105. - Initial RPM version