[perl-Catalyst-Action-REST] update to 1.02

Iain Arnell iarnell at fedoraproject.org
Sat Jun 9 16:53:01 UTC 2012


commit 7e4987acccf5e0c3ce0a2344125df2ea9b615b34
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jun 9 10:52:53 2012 -0600

    update to 1.02

 .gitignore                     |    1 +
 perl-Catalyst-Action-REST.spec |   11 +++++++----
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d86c25..e3b5c5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Catalyst-Action-REST-0.85.tar.gz
 /Catalyst-Action-REST-0.98.tar.gz
 /Catalyst-Action-REST-0.99.tar.gz
 /Catalyst-Action-REST-1.00.tar.gz
+/Catalyst-Action-REST-1.02.tar.gz
diff --git a/perl-Catalyst-Action-REST.spec b/perl-Catalyst-Action-REST.spec
index 96d6dee..88a8582 100644
--- a/perl-Catalyst-Action-REST.spec
+++ b/perl-Catalyst-Action-REST.spec
@@ -1,5 +1,5 @@
 Name:           perl-Catalyst-Action-REST
-Version:        1.00
+Version:        1.02
 Release:        1%{?dist}
 Summary:        Automated REST Method Dispatching
 License:        GPL+ or Artistic
@@ -15,9 +15,9 @@ BuildRequires:  perl(Class::Inspector) >= 1.13
 BuildRequires:  perl(Config::General)
 BuildRequires:  perl(Data::Serializer) >= 0.36
 BuildRequires:  perl(Data::Taxi)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(FreezeThaw)
 BuildRequires:  perl(HTML::Parser)
+BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(JSON) >= 2.12
 BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(LWP::UserAgent) >= 2.033
@@ -60,14 +60,13 @@ regular method.
 %setup -q -n Catalyst-Action-REST-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$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/*
 
@@ -80,6 +79,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 09 2012 Iain Arnell <iarnell at gmail.com> 1.02-1
+- update to latest upstream version
+- BR inc::Module::Install instead of EU::MM
+
 * Tue Apr 17 2012 Iain Arnell <iarnell at gmail.com> 1.00-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index ecfd0ee..28a846e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99100932a2a089d6437b1df0424e925b  Catalyst-Action-REST-1.00.tar.gz
+4ca31cb70174c79735774f66cad891ac  Catalyst-Action-REST-1.02.tar.gz



More information about the perl-devel mailing list