rpms/perl-Taint-Runtime/devel perl-Taint-Runtime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Mar 31 22:41:04 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-Taint-Runtime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27938/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Taint-Runtime.spec 
Log Message:
auto-import perl-Taint-Runtime-0.02-1 on branch devel from perl-Taint-Runtime-0.02-1.src.rpm


--- NEW FILE perl-Taint-Runtime.spec ---
Name:           perl-Taint-Runtime
Version:        0.02
Release:        1%{?dist}
Summary:        Runtime enable taint checking
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Taint-Runtime
Source0:        http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Taint-Runtime-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module enables runtime taint checking, for cases where the -T
switch on the commandline is not appropriate or viable. There are
a somewhat limited number of legitimate use cases where you should 
use this module instead of the -T switch. Unless you have a specific and
good reason for not using the -T option, you should use the -T option.

%prep
%setup -q -n Taint-Runtime-%{version}
chmod +x is_taint_bench.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorarch}/auto/Taint/
%{perl_vendorarch}/Taint/
%{_mandir}/man3/*.3*

%changelog
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Taint-Runtime/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Mar 2006 22:40:42 -0000	1.1
+++ .cvsignore	31 Mar 2006 22:41:04 -0000	1.2
@@ -0,0 +1 @@
+Taint-Runtime-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Taint-Runtime/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Mar 2006 22:40:42 -0000	1.1
+++ sources	31 Mar 2006 22:41:04 -0000	1.2
@@ -0,0 +1 @@
+f956b5abaae6925beb0c6fc335f214de  Taint-Runtime-0.02.tar.gz




More information about the fedora-extras-commits mailing list