[perl-Catalyst-View-Mason] Update to 0.19

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 1 13:08:22 UTC 2015


commit 16082742bbe2b9f9e9150340efd034ddd73eb1b4
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Thu Jan 1 14:07:53 2015 +0100

    Update to 0.19
    
    Drop no-longer-used macros and steps
    Tighten the file listing in %files

 .gitignore                    |    1 +
 perl-Catalyst-View-Mason.spec |   24 +++++++++++-------------
 sources                       |    2 +-
 3 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8f8de6..431c50e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-View-Mason-0.18.tar.gz
+/Catalyst-View-Mason-0.19.tar.gz
diff --git a/perl-Catalyst-View-Mason.spec b/perl-Catalyst-View-Mason.spec
index 736250e..fabef70 100644
--- a/perl-Catalyst-View-Mason.spec
+++ b/perl-Catalyst-View-Mason.spec
@@ -1,12 +1,12 @@
 Name:           perl-Catalyst-View-Mason
-Version:        0.18
-Release:        14%{?dist}
+Version:        0.19
+Release:        1%{?dist}
 Summary:        Mason View Class
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Catalyst-View-Mason/
 Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-View-Mason-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(Catalyst) >= 5.50
 BuildRequires:  perl(Catalyst::Helper)
@@ -35,28 +35,26 @@ Catalyst::View::Mason comes to the rescue.
 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 {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Catalyst*
+%{_mandir}/man3/Catalyst*
 
 %changelog
+* Thu Jan 01 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.19-1
+- Update to 0.19
+- Drop no-longer-used macros and steps
+- Tighten file listing
+
 * Tue Sep 02 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.18-14
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9ba5f5a..1007fac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43babe65905c38da7ebb9bed4dcb212c  Catalyst-View-Mason-0.18.tar.gz
+c9526825e46ebb2ce1cfea716b67c8b8  Catalyst-View-Mason-0.19.tar.gz


More information about the scm-commits mailing list