perl-Module-ScanDeps-vl.spec 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. Name: perl-Module-ScanDeps
  2. Summary: Recursively scan Perl code for dependencies
  3. Version: 1.27
  4. Release: 1%{?_dist_release}
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
  8. URL: http://search.cpan.org/dist/Module-ScanDeps/
  9. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  10. BuildArch: noarch
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. BuildRequires: perl(Config)
  14. BuildRequires: perl(Cwd)
  15. BuildRequires: perl(DynaLoader)
  16. BuildRequires: perl(Encode)
  17. BuildRequires: perl(Exporter)
  18. BuildRequires: perl(ExtUtils::MakeMaker)
  19. BuildRequires: perl(File::Basename)
  20. BuildRequires: perl(File::Find)
  21. BuildRequires: perl(File::Path)
  22. BuildRequires: perl(File::Spec)
  23. BuildRequires: perl(File::Temp)
  24. BuildRequires: perl(FileHandle)
  25. BuildRequires: perl-Module-Pluggable
  26. BuildRequires: perl(Test::More)
  27. BuildRequires: perl(Test::Pod)
  28. BuildRequires: perl(Test::Requires)
  29. BuildRequires: perl(constant)
  30. BuildRequires: perl(prefork)
  31. BuildRequires: perl(vars)
  32. BuildRequires: perl(version)
  33. Requires: perl(DynaLoader)
  34. Requires: perl(Encode)
  35. Requires: perl(Exporter)
  36. Requires: perl(File::Find)
  37. Requires: perl(File::Spec)
  38. Requires: perl(File::Temp)
  39. Requires: perl(version)
  40. %{?perl_default_filter}
  41. %{?perl_default_subpackage_tests}
  42. %description
  43. This module scans potential modules used by perl programs and returns a
  44. hash reference. Its keys are the module names as appears in %INC (e.g.
  45. Test/More.pm). The values are hash references.
  46. %prep
  47. %setup -q -n Module-ScanDeps-%{version}
  48. %build
  49. %{__perl} Makefile.PL INSTALLDIRS=vendor
  50. make %{?_smp_mflags}
  51. %install
  52. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  53. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  54. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  55. %{_fixperms} %{buildroot}/*
  56. %check
  57. make test
  58. %files
  59. %doc AUTHORS Changes README
  60. %{_bindir}/*
  61. %{perl_vendorlib}/*
  62. %{_mandir}/man1/*
  63. %{_mandir}/man3/*
  64. %changelog
  65. * Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.27-1
  66. - new upstream release.
  67. - rebuilt with perl-5.26.
  68. * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.08-2
  69. - rebuild with VineSeed environment
  70. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
  71. - initial build for Vine Linux
  72. * Thu Feb 23 2012 Petr Šabata <contyk@redhat.com> - 1.08-1
  73. - 1.08 bump
  74. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-2
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  76. * Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.07-1
  77. - 1.07 bump
  78. * Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.06-1
  79. - 1.06 bump
  80. * Thu Nov 03 2011 Petr Sabata <contyk@redhat.com> - 1.05-1
  81. - 1.05 bump
  82. * Mon Jul 25 2011 Petr Sabata <contyk@redhat.com> - 1.04-1
  83. - 1.04 bump
  84. * Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.02-2
  85. - Perl mass rebuild
  86. * Thu May 5 2011 Petr sabata <psabata@redhat.com> - 1.02-1
  87. - 1.02 bump (rhbz#691369)
  88. - Removing now obsolete Buildroot and defattr
  89. - Correcting BRs/Rs
  90. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-2
  91. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  92. * Tue Nov 23 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.98-1
  93. - update by Fedora::App::MaintainerTools 0.006
  94. - updating to latest GA CPAN version (0.98)
  95. - added a new br on perl(File::Spec) (version 0)
  96. - added a new br on perl(File::Temp) (version 0)
  97. - added a new req on perl(File::Spec) (version 0)
  98. - added a new req on perl(File::Temp) (version 0)
  99. - added a new req on perl(Module::Build::ModuleInfo) (version 0)
  100. - added a new req on perl(version) (version 0)
  101. * Fri Jun 11 2010 Petr Sabata <psabata@redhat.com> - 0.97-1
  102. - Update to the latest version
  103. * Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-3
  104. - Mass rebuild with perl-5.12.0
  105. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.95-2
  106. - rebuild against perl 5.10.1
  107. * Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.95-1
  108. - auto-update to 0.95 (by cpan-spec-update 0.01)
  109. - add perl_default_filter (pro forma)
  110. - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
  111. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-3
  112. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  113. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
  114. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  115. * Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.89-1
  116. - Update to 0.89.
  117. - BR Test::More and prefork.
  118. - Improve description.
  119. * Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.84-1
  120. - Update to 0.84.
  121. * Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.82-2
  122. - rebuild for new perl
  123. * Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.82-1
  124. - Update to 0.82.
  125. - BR version.
  126. * Thu Jan 24 2008 Steven Pritchard <steve@kspei.com> 0.81-1
  127. - Update to 0.81.
  128. - Use fixperms macro instead of our own chmod incantation.
  129. - Reformat to match cpanspec output.
  130. - BR ExtUtils::MakeMaker.
  131. * Wed Jun 27 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.75-1
  132. - Update to 0.75.
  133. * Sat May 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.74-1
  134. - Update to 0.74.
  135. * Sat Mar 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.73-1
  136. - Update to 0.73.
  137. * Sun Feb 4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.72-1
  138. - Update to 0.72.
  139. - Added perl(Module::Pluggable) to the build requirements list (t/2-pluggable.t).
  140. * Fri Jan 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.71-1
  141. - Update to 0.71.
  142. * Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.70-1
  143. - Update to 0.70.
  144. * Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.69-1
  145. - Update to 0.69.
  146. * Sat Oct 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.68-1
  147. - Update to 0.68.
  148. * Sun Sep 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.66-1
  149. - Update to 0.66.
  150. * Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.64-1
  151. - Update to 0.64.
  152. * Mon Sep 4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-1
  153. - Update to 0.63.
  154. * Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.62-1
  155. - Update to 0.62.
  156. * Sat Jul 1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.61-1
  157. - Update to 0.61.
  158. * Wed May 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-1
  159. - Update to 0.60.
  160. * Sun May 7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-2
  161. - Source URL corrected (failed to detect the maintainer change).
  162. * Wed May 3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-1
  163. - Update to 0.59.
  164. * Thu Mar 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.57-1
  165. - Update to 0.57.
  166. * Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.56-1
  167. - Update to 0.56.
  168. * Tue Jan 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.53-1
  169. - Update to 0.53.
  170. * Fri Sep 9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.51-1
  171. - Update to Fedora Extras Template.
  172. * Sat Jan 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.51-0.fdr.1
  173. - First build.