From 59f1ead7f9ae429af91e75efb681e377309ac502 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Fri, 11 Sep 2015 11:03:19 +0200
Subject: 0.16 bump


diff --git a/.gitignore b/.gitignore
index bb7438f..9831798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Plugin-Authorization-ACL-0.15.tar.gz
+/Catalyst-Plugin-Authorization-ACL-0.16.tar.gz
diff --git a/perl-Catalyst-Plugin-Authorization-ACL.spec 
b/perl-Catalyst-Plugin-Authorization-ACL.spec
index 436f045..2c0482a 100644
--- a/perl-Catalyst-Plugin-Authorization-ACL.spec
+++ b/perl-Catalyst-Plugin-Authorization-ACL.spec
@@ -1,58 +1,67 @@
 %global pkgname Catalyst-Plugin-Authorization-ACL
 
 Name:           perl-Catalyst-Plugin-Authorization-ACL
-Version:        0.15
-Release:        17%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 Summary:        ACL Support for Catalyst Applications
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Authorization-ACL/
 Source0:        
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Catalyst-Plugin-Authorization-ACL-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(CPAN)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Catalyst::Runtime)
-BuildRequires:  perl(Class::Data::Inheritable)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Catalyst::ClassData)
 BuildRequires:  perl(Class::Throwable)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Object)
+BuildRequires:  perl(mro)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Tree::Simple)
 BuildRequires:  perl(Tree::Simple::Visitor::FindByPath)
 BuildRequires:  perl(Tree::Simple::Visitor::GetAllDescendents)
-## required for tests
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
-BuildRequires:  perl(Catalyst::Plugin::Authorization::Roles)
+# Tests:
+BuildRequires:  perl(base)
+BuildRequires:  perl(blib)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+# Test::Pod 1.41 not used
+# Optional tests:
+BuildRequires:  perl(Catalyst)
+BuildRequires:  perl(Catalyst::Controller)
 BuildRequires:  perl(Catalyst::Plugin::Authentication)
+BuildRequires:  perl(Catalyst::Plugin::Authorization::Roles)
+BuildRequires:  perl(Catalyst::Plugin::Session)
 BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
+BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Catalyst::ClassData)
+Requires:       perl(Exporter)
+Requires:       perl(Moose::Object)
+
+%{?perl_default_filter}
 
 %description
 This module provides Access Control List style path protection, with
 arbitrary rules for Catalyst applications. It operates only on the
-Catalyst private namespace, at least at the moment.
+Catalyst private name space, at least at the moment.
 
 %prep
 %setup -qn %{pkgname}-%{version} 
 
-# make sure doc/tests don't generate provides
-# note we first filter out the bits in _docdir...
-cat << \EOF > %{name}-prov
-#!/bin/sh
-%{__perl_provides} `perl -p -e 's|\S+%{_pkgdocdir}\S+||'`
-EOF
-
-%global __perl_provides 
%{_builddir}/Catalyst-Plugin-Authorization-ACL-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} `perl -p -e 's|\S+%{_pkgdocdir}\S+||'`
-EOF
-
-%global __perl_requires 
%{_builddir}/Catalyst-Plugin-Authorization-ACL-%{version}/%{name}-req
-chmod +x %{__perl_requires}
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -61,14 +70,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %check
-TEST_POD=1 make test
+make test
 
 %files
+%license LICENSE
 %doc Changes README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 11 2015 Petr Pisar <ppi...@redhat.com> - 0.16-1
+- 0.16 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.15-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 40a5f4b..5d22829 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-653a88331431ad2644999d8995f18fbf  Catalyst-Plugin-Authorization-ACL-0.15.tar.gz
+b47849e930a3d51c6db23028b7cfc05a  Catalyst-Plugin-Authorization-ACL-0.16.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Catalyst-Plugin-Authorization-ACL.git/commit/?h=master&id=59f1ead7f9ae429af91e75efb681e377309ac502
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to