source: projects/specs/trunk/p/perl-Taint-Runtime/perl-Taint-Runtime-vl.spec @ 8635

Revision 8635, 3.6 KB checked in by iwaim, 10 years ago (diff)

perl-Taint-Runtime 0.03-2

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