[perl-CGI-Ex] Update to 2.38

Emmanuel Seyman eseyman at fedoraproject.org
Sat Mar 3 22:25:57 UTC 2012


commit cea7e7deb4aa825930eb5970c888987de7a4a7f4
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Mar 3 23:25:53 2012 +0100

    Update to 2.38

 .gitignore       |    1 +
 perl-CGI-Ex.spec |   16 +++++++++-------
 sources          |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5913d88..fd2a097 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Ex-2.27.tar.gz
 CGI-Ex-2.32.tar.gz
+/CGI-Ex-2.38.tar.gz
diff --git a/perl-CGI-Ex.spec b/perl-CGI-Ex.spec
index f01dfe7..cb27725 100644
--- a/perl-CGI-Ex.spec
+++ b/perl-CGI-Ex.spec
@@ -1,12 +1,11 @@
 Name:           perl-CGI-Ex
-Version:        2.32
-Release:        5%{?dist}
+Version:        2.38
+Release:        1%{?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
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -26,6 +25,7 @@ BuildRequires:  perl(Template::View)
 BuildRequires:  perl(YAML)
 BuildRequires:  perl(XML::Simple)
 
+%{?perl_default_filter}
 
 %description
 CGI::Ex provides a suite of utilities to make writing CGI scripts more
@@ -42,6 +42,7 @@ CGI::Ex::App.
 
 # make rpmlint happy :)
 find samples/ -type f -exec chmod -c -x {} \;
+rm -f samples/app/app1/INSTALL
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/1_validate_14_untaint.t
 
 %build
@@ -61,16 +62,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README samples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 03 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 2.38-1
+- Update to 2.38
+- Clean up spec file
+- Add perl default filter
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.32-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index fc04ac9..d16583f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bf7e38ef9a738c792157e7797855022  CGI-Ex-2.32.tar.gz
+b0fda1ac4be4c54000aebfc99dc955cd  CGI-Ex-2.38.tar.gz



More information about the perl-devel mailing list