rpms/perl-CGI-Ex/FC-5 perl-CGI-Ex.spec,NONE,1.1 sources,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 30 15:33:47 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-CGI-Ex/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19945

Modified Files:
	sources 
Added Files:
	perl-CGI-Ex.spec 
Log Message:
pseudo-branch of perl-CGI-Ex to FC-5


--- NEW FILE perl-CGI-Ex.spec ---
Name:           perl-CGI-Ex
Version:        2.10
Release:        2%{?dist}
Summary:        CGI utility suite - makes powerful application writing fun and easy
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Ex/
Source0:        http://www.cpan.org/authors/id/R/RH/RHANDOM/CGI-Ex-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)

# fully enable test suite
BuildRequires:  perl(CGI)
BuildRequires:  perl(Config::IniHash)
BuildRequires:  perl(Crypt::Blowfish)
BuildRequires:  perl(Hash::Case)
BuildRequires:  perl(JSON)
BuildRequires:  perl(Storable)
BuildRequires:  perl(Taint::Runtime)
BuildRequires:  perl(YAML)
BuildRequires:  perl(XML::Simple)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
CGI::Ex provides a suite of utilities to make writing CGI scripts more
enjoyable. Although they can all be used separately, the main functionality
of each of the modules is best represented in the CGI::Ex::App module.
CGI::Ex::App takes CGI application building to the next step. CGI::Ex::App
is not quite a framework (which normally includes pre-built html) instead
CGI::Ex::App is an extended application flow that dramatically reduces CGI
build time in most cases. It does so using as little magic as possible. See
CGI::Ex::App.

%prep
%setup -q -n CGI-Ex-%{version}

# make rpmlint happy :)
find samples/ -type f -exec chmod -c -x {} \;
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/1_validate_14_untaint.t

%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 samples/ t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.10-2
- bump

* Sat Apr 28 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.10-1
- add perl(Hash::Case) as a BR
- update to 2.10

* Wed Apr 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.09-2
- add additional BR's

* Sat Apr 07 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.09-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Ex/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:22:05 -0000	1.1
+++ sources	30 Apr 2007 15:33:13 -0000	1.2
@@ -0,0 +1 @@
+e48feeff7c3a85c7b0d7c51aac3e6f2f  CGI-Ex-2.10.tar.gz




More information about the fedora-extras-commits mailing list