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

Revision 5743, 3.5 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Taint-Runtime
2Version:        0.03
3Release:        1%{?_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 Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-1
51- initial build for Vine Linux
52
53* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-14
54- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
55
56* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-13
57- Perl mass rebuild
58
59* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-12
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
61
62* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-11
63- 661697 rebuild for fixing problems with vendorach/lib
64
65* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-10
66- Mass rebuild with perl-5.12.0
67
68* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-9
69- add readme
70
71* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.03-8
72- rebuild against perl 5.10.1
73
74* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-7
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76
77* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
79
80* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-5
81- Rebuild for perl 5.10 (again)
82
83* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.03-4
84- Autorebuild for GCC 4.3
85
86* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-3
87- rebuild for new perl
88
89* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-2
90- license tag fix, rebuild for ppc32
91
92* Tue Jul 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1.1
93- BR: perl(Test::More)
94
95* Thu Jul 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1
96- bump to 0.03
97
98* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2
99- bump for FC-6
100
101* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1
102- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.