perl-ExtUtils-InstallPaths-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. Name: perl-ExtUtils-InstallPaths
  2. Version: 0.012
  3. Release: 5%{?_dist_release}
  4. Summary: Build.PL install path logic made easy
  5. License: GPL+ or Artistic
  6. URL: https://metacpan.org/release/ExtUtils-InstallPaths
  7. Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-%{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(Carp)
  19. BuildRequires: perl(ExtUtils::Config)
  20. BuildRequires: perl(File::Spec)
  21. BuildRequires: perl(strict)
  22. BuildRequires: perl(warnings)
  23. # Test Suite
  24. BuildRequires: perl(Config)
  25. BuildRequires: perl(File::Spec::Functions)
  26. BuildRequires: perl(File::Temp)
  27. BuildRequires: perl(Test::More)
  28. # Runtime
  29. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  30. %description
  31. This module tries to make install path resolution as easy as possible.
  32. When you want to install a module, it needs to figure out where to install
  33. things. The nutshell version of how this works is that default installation
  34. locations are determined from ExtUtils::Config, and they may be individually
  35. overridden by using the install_path attribute. An install_base attribute lets
  36. you specify an alternative installation root like /home/foo and prefix does
  37. something similar in a rather different (and more complicated) way. destdir
  38. lets you specify a temporary installation directory like /tmp/install in case
  39. you want to create bundled-up installable packages.
  40. %prep
  41. %setup -q -n ExtUtils-InstallPaths-%{version}
  42. %build
  43. perl Makefile.PL INSTALLDIRS=vendor
  44. make %{?_smp_mflags}
  45. %install
  46. make pure_install DESTDIR=%{buildroot}
  47. find %{buildroot} -type f -name .packlist -delete
  48. %{_fixperms} -c %{buildroot}
  49. %check
  50. make test
  51. %files
  52. %if 0%{?_licensedir:1}
  53. %license LICENSE
  54. %else
  55. %doc LICENSE
  56. %endif
  57. %doc Changes
  58. %{perl_vendorlib}/ExtUtils/
  59. %{_mandir}/man3/ExtUtils::InstallPaths.3*
  60. %changelog
  61. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.012-5
  62. - initial build for Vine Linux.
  63. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-4
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  65. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-3
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  67. * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.012-2
  68. - Perl 5.28 rebuild
  69. * Fri May 11 2018 Paul Howarth <paul@city-fan.org> - 0.012-1
  70. - Update to 0.012
  71. - Allow an argument to install_map with source dirs
  72. - Make tests prove and 5.6 friendly
  73. - Release tests moved to xt/, so don't bother with them
  74. - Simplify find command using -delete
  75. - Drop EL-5 support
  76. - Drop BuildRoot: and Group: tags
  77. - Drop explicit buildroot cleaning in %%install section
  78. - Drop explicit %%clean section
  79. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.011-12
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  81. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.011-11
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  83. * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-10
  84. - Perl 5.26 re-rebuild of bootstrapped packages
  85. * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-9
  86. - Perl 5.26 rebuild
  87. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.011-8
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  89. * Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-7
  90. - Perl 5.24 re-rebuild of bootstrapped packages
  91. * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-6
  92. - Perl 5.24 rebuild
  93. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.011-5
  94. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  95. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-4
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  97. * Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-3
  98. - Perl 5.22 re-rebuild of bootstrapped packages
  99. * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-2
  100. - Perl 5.22 rebuild
  101. * Mon Feb 16 2015 Paul Howarth <paul@city-fan.org> - 0.011-1
  102. - Update to 0.011
  103. - Make EU::IP compatible with perl 5.6
  104. - Declare dependency on File::Spec 0.83 for case_sensitive
  105. - Use %%license where possible
  106. - Don't attempt to run the release tests on old EL versions prior to EL-7 as
  107. they require Test::Pod ≥ 1.41
  108. * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-4
  109. - Perl 5.20 re-rebuild of bootstrapped packages
  110. * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-3
  111. - Perl 5.20 rebuild
  112. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.010-2
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  114. * Tue Oct 29 2013 Paul Howarth <paul@city-fan.org> - 0.010-1
  115. - Update to 0.010
  116. - Deprecated usage of legacy configuration variables
  117. - Generate default paths more dynamically
  118. * Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.009-6
  119. - Skip the release tests when bootstrapping
  120. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.009-5
  121. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  122. * Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.009-4
  123. - Perl 5.18 rebuild
  124. * Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.009-3
  125. - Drop non-dual-lived buildreqs (#947454)
  126. * Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.009-2
  127. - Sanitize for Fedora submission
  128. * Sun Mar 31 2013 Paul Howarth <paul@city-fan.org> - 0.009-1
  129. - Initial RPM version