[perl-CGI-Application-Plugin-ActionDispatch] Update to 0.99, various clean ups

Emmanuel Seyman eseyman at fedoraproject.org
Sun Oct 28 09:33:00 UTC 2012


commit 2cd3db5332fc240fbae067c938da871b48a900b6
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Oct 28 10:32:53 2012 +0100

    Update to 0.99, various clean ups

 .gitignore                                      |    1 +
 perl-CGI-Application-Plugin-ActionDispatch.spec |   19 +++++++++----------
 sources                                         |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97358c6..7eb4741 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-Application-Plugin-ActionDispatch-0.98.tar.gz
+/CGI-Application-Plugin-ActionDispatch-0.99.tar.gz
diff --git a/perl-CGI-Application-Plugin-ActionDispatch.spec b/perl-CGI-Application-Plugin-ActionDispatch.spec
index 4aa8afb..bc89558 100644
--- a/perl-CGI-Application-Plugin-ActionDispatch.spec
+++ b/perl-CGI-Application-Plugin-ActionDispatch.spec
@@ -1,12 +1,10 @@
 Name:           perl-CGI-Application-Plugin-ActionDispatch
-Version:        0.98
-Release:        8%{?dist}
+Version:        0.99
+Release:        1%{?dist}
 Summary:        Adds attribute based support for parsing the PATH_INFO of an HTTP request
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-ActionDispatch/
 Source0:        http://www.cpan.org/authors/id/J/JA/JAYWHY/CGI-Application-Plugin-ActionDispatch-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
@@ -22,6 +20,8 @@ BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(CGI::Application) >= 4.0
 
+%{?perl_default_filter}
+
 %description
 CGI::Application::Plugin::ActionDispatch adds attribute based support for
 parsing the PATH_INFO of the incoming HTTP request. For those who are familiar
@@ -35,8 +35,6 @@ with Catalyst, the interface works very similar.
 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 {} \;
@@ -47,16 +45,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 28 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.99-1
+- Update to 0.99
+- Clean up spec file
+- Add perl default filter
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7169ae4..c72b196 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-475d6e7aec265702e4562281a0c587ac  CGI-Application-Plugin-ActionDispatch-0.98.tar.gz
+52f954d1951b7cdf71cb56881e09d7f3  CGI-Application-Plugin-ActionDispatch-0.99.tar.gz


More information about the scm-commits mailing list