From 1814ab25dc8864cd5d51011df6239921ebb3c6d8 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Apr 30 2011 06:59:06 +0000 Subject: update to 0.09 --- diff --git a/.gitignore b/.gitignore index 07d6703..8504246 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Catalyst-Plugin-Authorization-Roles-0.08.tar.gz +/Catalyst-Plugin-Authorization-Roles-0.09.tar.gz diff --git a/perl-Catalyst-Plugin-Authorization-Roles.spec b/perl-Catalyst-Plugin-Authorization-Roles.spec index 704e7bd..e893123 100644 --- a/perl-Catalyst-Plugin-Authorization-Roles.spec +++ b/perl-Catalyst-Plugin-Authorization-Roles.spec @@ -1,12 +1,11 @@ Name: perl-Catalyst-Plugin-Authorization-Roles -Version: 0.08 -Release: 4%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: Role based authorization for Catalyst based on Catalyst::Plugin::Authentication License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/ -Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10003 @@ -37,8 +36,6 @@ makes an assertion about the necessary roles. 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 {} \; @@ -49,16 +46,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check TEST_POD=1 make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sat Apr 30 2011 Iain Arnell 0.09-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Tue Feb 08 2011 Fedora Release Engineering - 0.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 767815a..50b4743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a42685dea7fd6d0f0c5fcaad9ca4e4ab Catalyst-Plugin-Authorization-Roles-0.08.tar.gz +d2797b0e1fc8e960cf92d9b725e33630 Catalyst-Plugin-Authorization-Roles-0.09.tar.gz