[perl-Catalyst-Controller-ActionRole] Update to 0.16

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 15 14:09:10 UTC 2014


commit a5a01ddcdb8d2c491f86d5184a4c396a7de66a99
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sat Nov 15 15:09:06 2014 +0100

    Update to 0.16

 .gitignore                               |    1 +
 perl-Catalyst-Controller-ActionRole.spec |   29 +++++++++++++++--------------
 sources                                  |    2 +-
 3 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a935aa0..a4606e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Controller-ActionRole-0.14.tar.gz
 /Catalyst-Controller-ActionRole-0.15.tar.gz
+/Catalyst-Controller-ActionRole-0.16.tar.gz
diff --git a/perl-Catalyst-Controller-ActionRole.spec b/perl-Catalyst-Controller-ActionRole.spec
index fba92e8..cb84427 100644
--- a/perl-Catalyst-Controller-ActionRole.spec
+++ b/perl-Catalyst-Controller-ActionRole.spec
@@ -1,12 +1,12 @@
 Name:           perl-Catalyst-Controller-ActionRole
 Summary:        Apply roles to action instances
-Version:        0.15
-Release:        12%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 License:        GPL+ or Artistic
-Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Controller-ActionRole-%{version}.tar.gz 
+
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Catalyst-Controller-ActionRole-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Controller-ActionRole/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -50,8 +50,6 @@ controller methods.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -62,16 +60,19 @@ 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 LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/Catalyst*
+%{_mandir}/man3/Catalyst*
 
 %changelog
+* Sat Nov 15 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.16-1
+- Update to 0.16
+- Drop unused tags
+- Use %%license tag
+- Tighten file listing
+
 * Tue Sep 02 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.15-12
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 61a5a0f..10e6eb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-099c7d2ac40ece43c924c59c13f6b1db  Catalyst-Controller-ActionRole-0.15.tar.gz
+d0b64f0a3720c9a738181c917f7bcc20  Catalyst-Controller-ActionRole-0.16.tar.gz



More information about the perl-devel mailing list