perl-Taint-Runtime-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Name: perl-Taint-Runtime
  2. Version: 0.03
  3. Release: 5%{?_dist_release}
  4. Summary: Runtime enable taint checking
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: http://search.cpan.org/dist/Taint-Runtime
  10. Source0: http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Taint-Runtime-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildRequires: libxcrypt-devel
  13. BuildRequires: perl(Test::More)
  14. Requires: perl(:MODULE_COMPAT_%perl_abi_version)
  15. %debug_package
  16. %description
  17. This module enables runtime taint checking, for cases where the -T
  18. switch on the commandline is not appropriate or viable. There are
  19. a somewhat limited number of legitimate use cases where you should
  20. use this module instead of the -T switch. Unless you have a specific and
  21. good reason for not using the -T option, you should use the -T option.
  22. %prep
  23. %setup -q -n Taint-Runtime-%{version}
  24. chmod +x is_taint_bench.pl
  25. %build
  26. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="${RPM_OPT_FLAGS}"
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf ${RPM_BUILD_ROOT}
  30. make pure_install DESTDIR=${RPM_BUILD_ROOT}
  31. find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
  32. find ${RPM_BUILD_ROOT} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
  33. find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2>/dev/null ';'
  34. chmod -R u+w ${RPM_BUILD_ROOT}/*
  35. %check
  36. make test
  37. %files
  38. %doc Changes README
  39. %{perl_vendorarch}/auto/Taint/
  40. %{perl_vendorarch}/Taint/
  41. %{_mandir}/man3/*.3*
  42. %changelog
  43. * Sat Jun 14 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.03-5
  44. - rebuilt with perl-5.40.
  45. * Tue Nov 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.03-4
  46. - rebuilt with perl-5.34.0.
  47. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.03-3
  48. - rebuilt with perl-5.26.
  49. - added BR:libxcrypt-devel.
  50. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.03-2
  51. - build with Perl 5.16
  52. * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-1
  53. - initial build for Vine Linux
  54. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-14
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  56. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-13
  57. - Perl mass rebuild
  58. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-12
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  60. * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-11
  61. - 661697 rebuild for fixing problems with vendorach/lib
  62. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-10
  63. - Mass rebuild with perl-5.12.0
  64. * Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-9
  65. - add readme
  66. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.03-8
  67. - rebuild against perl 5.10.1
  68. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-7
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  70. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  72. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-5
  73. - Rebuild for perl 5.10 (again)
  74. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.03-4
  75. - Autorebuild for GCC 4.3
  76. * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-3
  77. - rebuild for new perl
  78. * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-2
  79. - license tag fix, rebuild for ppc32
  80. * Tue Jul 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1.1
  81. - BR: perl(Test::More)
  82. * Thu Jul 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1
  83. - bump to 0.03
  84. * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2
  85. - bump for FC-6
  86. * Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1
  87. - Initial package for Fedora Extras