rpms/perl-Catalyst-Plugin-CGI-Untaint/F-7 perl-Catalyst-Plugin-CGI-Untaint.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat May 10 17:17:57 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8427

Modified Files:
	sources 
Added Files:
	perl-Catalyst-Plugin-CGI-Untaint.spec 
Log Message:
pseudo-branch of perl-Catalyst-Plugin-CGI-Untaint to F-7


--- NEW FILE perl-Catalyst-Plugin-CGI-Untaint.spec ---
Name:           perl-Catalyst-Plugin-CGI-Untaint
Version:        0.05
Release:        4%{?dist}
Summary:        CGI::Untaint Plugin for Catalyst
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-CGI-Untaint/
Source0:        http://www.cpan.org/authors/id/T/TJ/TJC/Catalyst-Plugin-CGI-Untaint-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(Catalyst)              >= 5.5
BuildRequires:  perl(CGI::Untaint)          >= 1.2
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)

%description
This module wraps CGI::Untaint up into a Catalyst plugin.

%prep
%setup -q -n Catalyst-Plugin-CGI-Untaint-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} +
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri May 02 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-4
- bump

* Tue Apr 22 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-3
- bump

* Wed Apr 09 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-2
- Additional br...

* Wed Apr 09 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2008 17:19:19 -0000	1.1
+++ sources	10 May 2008 17:17:19 -0000	1.2
@@ -0,0 +1 @@
+1c5a13c575a7d8a4843f015dfc8cab06  Catalyst-Plugin-CGI-Untaint-0.05.tar.gz




More information about the fedora-extras-commits mailing list