[perl-Catalyst-Plugin-Authentication] update to 0.10017

Iain Arnell iarnell at fedoraproject.org
Sun Mar 13 07:30:15 UTC 2011


commit 4d056493f6c9f398878c9da00defc8a30dc99420
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 13 08:26:03 2011 +0100

    update to 0.10017

 .gitignore                               |    1 +
 perl-Catalyst-Plugin-Authentication.spec |   18 ++++++++----------
 sources                                  |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7861f9f..d287d85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Plugin-Authentication-0.10016.tar.gz
+/Catalyst-Plugin-Authentication-0.10017.tar.gz
diff --git a/perl-Catalyst-Plugin-Authentication.spec b/perl-Catalyst-Plugin-Authentication.spec
index 490ea55..45fc1b9 100644
--- a/perl-Catalyst-Plugin-Authentication.spec
+++ b/perl-Catalyst-Plugin-Authentication.spec
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-Plugin-Authentication
 Summary:        Infrastructure plugin for the Catalyst authentication framework
-Version:        0.10016
-Release:        4%{?dist}
+Version:        0.10017
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Plugin-Authentication-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -39,7 +38,7 @@ Requires:       perl(MRO::Compat)
 The authentication plugin provides generic user support for Catalyst apps.
 It is the basis for both authentication (checking the user is who they
 claim to be), and authorization (allowing the user to do what the system
-authorises them to do).
+authorizes them to do).
 
 %prep
 %setup -q -n Catalyst-Plugin-Authentication-%{version}
@@ -49,8 +48,6 @@ authorises them to do).
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -63,9 +60,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 #TEST_POD=1 make test
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README t/
@@ -73,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 0.10017-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10016-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index dfb0b57..7484abc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e7d26f11cafdbe499dd1b7e959cbdbe  Catalyst-Plugin-Authentication-0.10016.tar.gz
+c9fcfeba6691700d99f4516eb1cf7558  Catalyst-Plugin-Authentication-0.10017.tar.gz



More information about the perl-devel mailing list