Blame SPECS/perl-Taint-Runtime.spec

6ac436
Name:           perl-Taint-Runtime
6ac436
Version:        0.03
6ac436
Release:        17%{?dist}
6ac436
Summary:        Runtime enable taint checking
6ac436
Group:          Development/Libraries
6ac436
License:        GPL+ or Artistic
6ac436
URL:            http://search.cpan.org/dist/Taint-Runtime
6ac436
Source0:        http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Taint-Runtime-%{version}.tar.gz
6ac436
BuildRequires:  perl(ExtUtils::MakeMaker)
6ac436
# Run-time:
6ac436
BuildRequires:  perl(Carp)
6ac436
BuildRequires:  perl(Exporter)
6ac436
BuildRequires:  perl(XSLoader)
6ac436
# Tests:
6ac436
BuildRequires:  perl(Test::More)
6ac436
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
6ac436
Requires:       perl(Carp)
6ac436
6ac436
%{?perl_default_filter}
6ac436
6ac436
%description
6ac436
This module enables run-time taint checking, for cases where the -T
6ac436
switch on the command line is not appropriate or viable. There are
6ac436
a somewhat limited number of legitimate use cases where you should 
6ac436
use this module instead of the -T switch. Unless you have a specific and
6ac436
good reason for not using the -T option, you should use the -T option.
6ac436
6ac436
%prep
6ac436
%setup -q -n Taint-Runtime-%{version}
6ac436
chmod +x is_taint_bench.pl
6ac436
6ac436
%build
6ac436
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
6ac436
make %{?_smp_mflags}
6ac436
6ac436
%install
6ac436
make pure_install DESTDIR=$RPM_BUILD_ROOT
6ac436
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
6ac436
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
6ac436
chmod -R u+w $RPM_BUILD_ROOT/*
6ac436
6ac436
%check
6ac436
make test
6ac436
6ac436
%files
6ac436
%doc Changes README
6ac436
%{perl_vendorarch}/auto/Taint/
6ac436
%{perl_vendorarch}/Taint/
6ac436
%{_mandir}/man3/*.3*
6ac436
6ac436
%changelog
6ac436
* Mon Oct 29 2012 Petr Pisar <ppisar@redhat.com> - 0.03-17
6ac436
- Specify all dependencies
6ac436
6ac436
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-16
6ac436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6ac436
6ac436
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.03-15
6ac436
- Perl 5.16 rebuild
6ac436
6ac436
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-14
6ac436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6ac436
6ac436
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-13
6ac436
- Perl mass rebuild
6ac436
6ac436
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-12
6ac436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6ac436
6ac436
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-11
6ac436
- 661697 rebuild for fixing problems with vendorach/lib
6ac436
6ac436
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-10
6ac436
- Mass rebuild with perl-5.12.0
6ac436
6ac436
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.03-9
6ac436
- add readme
6ac436
6ac436
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.03-8
6ac436
- rebuild against perl 5.10.1
6ac436
6ac436
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-7
6ac436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6ac436
6ac436
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
6ac436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6ac436
6ac436
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-5
6ac436
- Rebuild for perl 5.10 (again)
6ac436
6ac436
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.03-4
6ac436
- Autorebuild for GCC 4.3
6ac436
6ac436
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-3
6ac436
- rebuild for new perl
6ac436
6ac436
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-2
6ac436
- license tag fix, rebuild for ppc32
6ac436
6ac436
* Tue Jul 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1.1
6ac436
- BR: perl(Test::More)
6ac436
6ac436
* Thu Jul 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.03-1
6ac436
- bump to 0.03
6ac436
6ac436
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2
6ac436
- bump for FC-6
6ac436
6ac436
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1
6ac436
- Initial package for Fedora Extras