[perl-Catalyst-Devel] update to 1.36

Iain Arnell iarnell at fedoraproject.org
Thu Jan 12 05:15:12 UTC 2012


commit 5a1a15edd9106f80ac9a620cc62c919d1aa89fb6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Jan 12 06:15:04 2012 +0100

    update to 1.36

 .gitignore               |    1 +
 perl-Catalyst-Devel.spec |   17 +++++++----------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0591056..945640a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Catalyst-Devel-1.27.tar.gz
 /Catalyst-Devel-1.28.tar.gz
 /Catalyst-Devel-1.31.tar.gz
 /Catalyst-Devel-1.34.tar.gz
+/Catalyst-Devel-1.36.tar.gz
diff --git a/perl-Catalyst-Devel.spec b/perl-Catalyst-Devel.spec
index ea3a50c..0f83c6d 100644
--- a/perl-Catalyst-Devel.spec
+++ b/perl-Catalyst-Devel.spec
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-Devel
 Summary:        Catalyst Development Tools
-Version:        1.34
+Version:        1.36
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Devel-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-Devel/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -20,7 +19,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::ChangeNotify) >= 0.07
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(File::ShareDir)
-BuildRequires:  perl(Module::Install) >= 0.91
+BuildRequires:  perl(Module::Install) >= 1.02
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(MooseX::Daemonize)
 BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast)
@@ -41,7 +40,7 @@ Requires:       perl(Catalyst::Plugin::ConfigLoader) >= 0.30
 Requires:       perl(Catalyst::Plugin::Static::Simple) >= 0.28
 Requires:       perl(Config::General) >= 2.42
 Requires:       perl(File::ChangeNotify) >= 0.07
-Requires:       perl(Module::Install) >= 0.91
+Requires:       perl(Module::Install) >= 1.02
 Requires:       perl(MooseX::Daemonize)
 Requires:       perl(MooseX::Emulate::Class::Accessor::Fast)
 Requires:       perl(Path::Class) >= 0.09
@@ -67,8 +66,6 @@ Catalyst are now known as Catalyst::Runtime.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -79,11 +76,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
@@ -91,6 +84,10 @@ rm -rf %{buildroot}
 %exclude %{perl_vendorlib}/Catalyst/Restarter/Win32.pm
 
 %changelog
+* Thu Jan 12 2012 Iain Arnell <iarnell at gmail.com> 1.36-1
+- update to latest upstream version
+- clean up spec for moderm rpmbuild
+
 * Mon Aug 29 2011 Iain Arnell <iarnell at gmail.com> 1.34-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 1708431..3678646 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ea9c49353f161690b13bef22900aad3  Catalyst-Devel-1.34.tar.gz
+f988323fb49e34bb0854cdb20e75cb23  Catalyst-Devel-1.36.tar.gz



More information about the perl-devel mailing list