perl-ExtUtils-Config-vl.spec 4.5 KB

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