perl-Sub-Identify-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Name: perl-Sub-Identify
  2. Version: 0.14
  3. Release: 3%{?_dist_release}
  4. Summary: Retrieve names of code references
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/pod/Sub::Identify
  10. Source0: https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: perl(Exporter)
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. BuildRequires: perl(Test::More)
  15. BuildRequires: perl(Test::Pod)
  16. Requires: perl(:MODULE_COMPAT_%perl_abi_version)
  17. # Don't provide private perl libs
  18. %{?perl_default_filter}
  19. %description
  20. Sub::Identify allows you to retrieve the real name of code references. For
  21. this, it uses Perl's introspection mechanism, provided by the B module.
  22. %debug_package
  23. %prep
  24. %setup -q -n Sub-Identify-%{version}
  25. # Fix script interpreters
  26. perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
  27. %build
  28. perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf %{buildroot}
  32. make pure_install DESTDIR=%{buildroot}
  33. find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
  34. %{_fixperms} %{buildroot}
  35. %check
  36. make test
  37. %files
  38. %doc Changes t/
  39. %{perl_vendorarch}/auto/Sub/
  40. %{perl_vendorarch}/Sub/
  41. %{_mandir}/man3/Sub::Identify.3pm*
  42. %changelog
  43. * Mon Jun 16 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.14-3
  44. - rebuilt with perl-5.40.
  45. * Sun Nov 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.14-2
  46. - rebuilt with perl-5.34.0.
  47. * Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.14-1
  48. - new upstream release.
  49. - rebuilt with perl-5.26.
  50. * Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.08-1
  51. - updated to 0.08
  52. - built with perl 5.16.3
  53. * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.04-1
  54. - initial build for Vine Linux
  55. * Mon Mar 5 2012 Paul Howarth <paul@city-fan.org> - 0.04-13
  56. - Use %%{optflags}
  57. - BR: perl(Exporter) and perl(Test::Pod)
  58. - Make %%files list more explicit
  59. - Use DESTDIR rather than PERL_INSTALL_ROOT
  60. - No need to remove empty directories from buildroot
  61. - Don't use macros for commands
  62. - Use tabs
  63. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-12
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  65. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-11
  66. - Perl mass rebuild
  67. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-10
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-9
  70. - Rebuild to fix problems with vendorarch/lib (#661697)
  71. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-8
  72. - Mass rebuild with perl-5.12.0
  73. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.04-7
  74. - Rebuild against perl 5.10.1
  75. * Fri Aug 28 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-6
  76. - Bump
  77. * Thu Aug 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-5
  78. - Filtering errant private provides
  79. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-4
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  81. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  83. * Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-2
  84. - Aaaand change files to look in the the arch-dependent dirs
  85. * Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-1
  86. - Update to 0.04
  87. - Drop buildarch noarch, as we have some XS bits now
  88. * Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.03-1
  89. - Update to 0.03
  90. * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-3
  91. - Rebuild for new perl
  92. * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-2.2
  93. - Add BR: perl(Test::More)
  94. * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-2.1
  95. - Correct license tag
  96. - Add BR: perl(ExtUtils::MakeMaker)
  97. * Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-2
  98. - Bump
  99. * Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-1
  100. - Specfile autogenerated by cpanspec 1.69.1