commit a41ce51aa2e59eb1dec7c8119bf8e4293386fc91
Author: Emmanuel Seyman <emmanuel.sey...@club-internet.fr>
Date:   Fri Jul 8 17:13:55 2011 +0200

    Update to 2.4 and clean up spec file

 .gitignore                                  |    1 +
 perl-CGI-Application-Plugin-ValidateRM.spec |   17 ++++++++---------
 sources                                     |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7871a00..c4619a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-Application-Plugin-ValidateRM-2.3.tar.gz
+/CGI-Application-Plugin-ValidateRM-2.4.tar.gz
diff --git a/perl-CGI-Application-Plugin-ValidateRM.spec 
b/perl-CGI-Application-Plugin-ValidateRM.spec
index 9b0dada..be3a4ab 100644
--- a/perl-CGI-Application-Plugin-ValidateRM.spec
+++ b/perl-CGI-Application-Plugin-ValidateRM.spec
@@ -1,12 +1,11 @@
 Name:           perl-CGI-Application-Plugin-ValidateRM
-Version:        2.3
-Release:        8%{?dist}
+Version:        2.4
+Release:        1%{?dist}
 Summary:        Help validate CGI::Application run modes using 
Data::FormValidator
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-ValidateRM/
 Source0:        
http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Plugin-ValidateRM-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
@@ -17,6 +16,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 CGI::Application::Plugin::ValidateRM helps to validate web forms when using
 the CGI::Application framework and the Data::FormValidator module.
@@ -30,8 +31,6 @@ chmod 644 Changes
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -41,16 +40,16 @@ chmod 0644 
$RPM_BUILD_ROOT/%{perl_vendorlib}/CGI/Application/Plugin/ValidateRM.p
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman <emmanuel.sey...@club-internet.fr> - 2.4-1
+- Update to 2.4
+- Clean up spec file
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 97b9fd7..ea0f3ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-689de4b8db1052d8902f8c4a2b7f5d35  CGI-Application-Plugin-ValidateRM-2.3.tar.gz
+39a1677de948fc9db519bf38fd645716  CGI-Application-Plugin-ValidateRM-2.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to