perl-ExtUtils-InstallPaths-vl.spec 5.8 KB

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