perl-File-ShareDir-Install-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. Summary: Install shared files
  2. Name: perl-File-ShareDir-Install
  3. Version: 0.13
  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/pod/File::ShareDir::Install
  10. Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-%{version}.tar.gz
  11. BuildArch: noarch
  12. # Module Build
  13. BuildRequires: coreutils
  14. BuildRequires: findutils
  15. BuildRequires: make
  16. BuildRequires: perl >= 2:5.34.0
  17. BuildRequires: perl(ExtUtils::MakeMaker)
  18. # Module Runtime
  19. BuildRequires: perl(Carp)
  20. BuildRequires: perl(Exporter)
  21. BuildRequires: perl(File::Spec)
  22. BuildRequires: perl(IO::Dir)
  23. BuildRequires: perl(strict)
  24. BuildRequires: perl(warnings)
  25. # Test Suite
  26. BuildRequires: perl(Config)
  27. BuildRequires: perl(CPAN::Meta::YAML)
  28. BuildRequires: perl(File::Path)
  29. BuildRequires: perl(Test::More)
  30. # Runtime
  31. Requires: perl >= 2:5.34.0
  32. %{?perl_default_filter}
  33. %description
  34. File::ShareDir::Install allows you to install read-only data files from a
  35. distribution. It is a companion module to File::ShareDir, which allows you
  36. to locate these files after installation.
  37. %prep
  38. %setup -q -n File-ShareDir-Install-%{version}
  39. %build
  40. perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
  41. make %{?_smp_mflags}
  42. %install
  43. make pure_install DESTDIR=%{buildroot}
  44. %{_fixperms} -c %{buildroot}
  45. %check
  46. make test
  47. %files
  48. %license LICENSE
  49. %doc Changes CONTRIBUTING README
  50. %{perl_vendorlib}/File/
  51. %{_mandir}/man3/File::ShareDir::Install.3*
  52. %changelog
  53. * Sat Nov 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13-6
  54. - new upstream release.
  55. - built with perl-5.34.0.
  56. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13-5
  57. - initial build for Vine Linux.
  58. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  60. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  62. * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.13-2
  63. - Perl 5.28 rebuild
  64. * Mon May 14 2018 Paul Howarth <paul@city-fan.org> - 0.13-1
  65. - Update to 0.13
  66. - Add rules files for 'prove' and Test::Harness to specify that tests need to
  67. be run serially for now
  68. - Support spaces (and other special characters too) in share files (GH#2)
  69. - BR: perl(CPAN::Meta::YAML) so we can process testrules.yml
  70. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-5
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  72. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-4
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  74. * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.11-3
  75. - Perl 5.26 rebuild
  76. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  78. * Mon Aug 8 2016 Paul Howarth <paul@city-fan.org> - 0.11-1
  79. - Update to 0.11
  80. - Release with new tooling
  81. - This release by ETHER → update source URL
  82. - BR: perl-generators
  83. - Simpify find command using -delete
  84. * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-5
  85. - Perl 5.24 rebuild
  86. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-4
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  88. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-3
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  90. * Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-2
  91. - Perl 5.22 rebuild
  92. * Thu Dec 11 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
  93. - Update to 0.10
  94. - Recurse with $def in _scan_share_dir (CPAN RT#95749)
  95. * Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
  96. - Update to 0.09
  97. - Get rid of DB::single
  98. - Don't do POD tests by default
  99. - Specify all dependencies
  100. * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3
  101. - Perl 5.20 rebuild
  102. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
  103. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  104. * Mon Feb 3 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
  105. - Update to 0.08
  106. - Tweak documentation and fix typos
  107. - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
  108. - Added delete_share
  109. - Tests may now be run in parallel
  110. - Don't need to remove empty directories from the buildroot
  111. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
  112. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  113. * Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.04-6
  114. - Perl 5.18 rebuild
  115. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-5
  116. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  117. * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-4
  118. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  119. * Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.04-3
  120. - Perl 5.16 rebuild
  121. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
  122. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  123. * Sun Aug 28 2011 Iain Arnell <iarnell@gmail.com> 0.04-1
  124. - update to latest upstream
  125. - clean up spec for modern rpmbuild
  126. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-6
  127. - Perl mass rebuild
  128. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-5
  129. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  130. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-4
  131. - Rebuild to fix problems with vendorarch/lib (#661697)
  132. * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-3
  133. - Mass rebuild with perl-5.12.0
  134. * Sun Apr 04 2010 Iain Arnell <iarnell@gmail.com> 0.03-2
  135. - use perl_default_filter and DESTDIR
  136. * Fri Apr 02 2010 Iain Arnell 0.03-1
  137. - Specfile autogenerated by cpanspec 1.78.