rpms/perl-Catalyst-Plugin-Authentication/devel .cvsignore, 1.7, 1.8 perl-Catalyst-Plugin-Authentication.spec, 1.8, 1.9 sources, 1.7, 1.8

Chris Weyl cweyl at fedoraproject.org
Mon Jun 15 05:47:09 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6383

Modified Files:
	.cvsignore perl-Catalyst-Plugin-Authentication.spec sources 
Log Message:
* Mon Jun 15 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10012-1
- switch fitering system to a cleaner one
- auto-update to 0.10012 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- added a new req on perl(Class::Inspector) (version 0)
- added a new req on perl(MRO::Compat) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	2 Apr 2009 07:00:26 -0000	1.7
+++ .cvsignore	15 Jun 2009 05:46:37 -0000	1.8
@@ -1 +1 @@
-Catalyst-Plugin-Authentication-0.10011.tar.gz
+Catalyst-Plugin-Authentication-0.10012.tar.gz


Index: perl-Catalyst-Plugin-Authentication.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/perl-Catalyst-Plugin-Authentication.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Catalyst-Plugin-Authentication.spec	2 Apr 2009 07:00:26 -0000	1.8
+++ perl-Catalyst-Plugin-Authentication.spec	15 Jun 2009 05:46:37 -0000	1.9
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-Plugin-Authentication
-Version:        0.10011
+Version:        0.10012
 Release:        1%{?dist}
 Summary:        Infrastructure plugin for the Catalyst authentication framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
-Source0:        http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
-#Source0:        http://www.cpan.org/authors/id/J/JA/JAYK/Catalyst-Plugin-Authentication-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -16,7 +15,7 @@ BuildRequires:  perl(Catalyst::Runtime)
 BuildRequires:  perl(Class::Inspector)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Exception)
@@ -25,9 +24,16 @@ BuildRequires:  perl(Test::MockObject)
 BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
 
-# not automagically picked up...
 Requires:       perl(Catalyst::Plugin::Session) >= 0.10
 Requires:       perl(Catalyst::Runtime)
+Requires:       perl(Class::Inspector)
+Requires:       perl(MRO::Compat)
+
+# don't "provide" private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
+%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
+%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
 
 %description
 The authentication plugin provides generic user support for Catalyst apps.
@@ -38,25 +44,6 @@ authorises them to do).
 %prep
 %setup -q -n Catalyst-Plugin-Authentication-%{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+%{_docdir}/%{name}-%{version}\S+||'`
-EOF
-
-%define __perl_provides %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` 
-EOF
-
-%define __perl_requires %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-req
-chmod +x %{__perl_requires}
-
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -86,6 +73,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 15 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10012-1
+- switch fitering system to a cleaner one
+- auto-update to 0.10012 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
+- added a new req on perl(Class::Inspector) (version 0)
+- added a new req on perl(MRO::Compat) (version 0)
+
 * Thu Apr 02 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10011-1
 - update to 0.10011
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	2 Apr 2009 07:00:26 -0000	1.7
+++ sources	15 Jun 2009 05:46:37 -0000	1.8
@@ -1 +1 @@
-90f704005c0bba0f9c979f9a4361d4b4  Catalyst-Plugin-Authentication-0.10011.tar.gz
+9c3357e05fbeb1ccf62621fe4542a0eb  Catalyst-Plugin-Authentication-0.10012.tar.gz




More information about the Fedora-perl-devel-list mailing list