rpms/perl-Catalyst-Action-RenderView/F-12 perl-Catalyst-Action-RenderView.spec, 1.12, 1.13 sources, 1.7, 1.8

Chris Weyl cweyl at fedoraproject.org
Fri Mar 12 17:05:30 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10745

Modified Files:
	perl-Catalyst-Action-RenderView.spec sources 
Log Message:
* Sun Feb 21 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.14-1
- update by Fedora::App::MaintainerTools 0.003
- PERL_INSTALL_ROOT => DESTDIR
- dropped old BR on perl(Catalyst)
- dropped old BR on perl(Module::Build)
- dropped old BR on perl(Test::Pod)
- dropped old BR on perl(Test::Pod::Coverage)



Index: perl-Catalyst-Action-RenderView.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-12/perl-Catalyst-Action-RenderView.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Catalyst-Action-RenderView.spec	8 Aug 2009 18:08:03 -0000	1.12
+++ perl-Catalyst-Action-RenderView.spec	12 Mar 2010 17:05:30 -0000	1.13
@@ -1,43 +1,30 @@
 Name:           perl-Catalyst-Action-RenderView
-Version:        0.11
-Release:        2%{?dist}
 Summary:        Sensible default end action for view rendering
+Version:        0.14
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Action-RenderView-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Action-RenderView/
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Action-RenderView-%{version}.tar.gz
-Patch1:         test_pod_cover.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
 
-# core
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(CPAN)
-# cpan
-BuildRequires:  perl(Catalyst) >= 5.7
 BuildRequires:  perl(Catalyst::Runtime) >= 5.70
-BuildRequires:  perl(MRO::Compat)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(CPAN)
 BuildRequires:  perl(Data::Visitor) >= 0.24
-# test
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(HTTP::Request::AsCGI)
+BuildRequires:  perl(MRO::Compat)
+BuildRequires:  perl(Test::More)
 
-# use base
 Requires:       perl(Catalyst::Action)
-
 Requires:       perl(Catalyst::Runtime) >= 5.70
 Requires:       perl(Data::Visitor) >= 0.24
 Requires:       perl(MRO::Compat)
 
-# don't "provide" private Perl libs; or things from _docdir
-%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}"
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This action implements a sensible default end action, which will forward to
@@ -48,9 +35,6 @@ to force a debug screen, while in debug 
 %prep
 %setup -q -n Catalyst-Action-RenderView-%{version}
 
-# allow the pod syntax test to be invoked distinct from the pod coverage test
-%patch1
-
 # correct line encoding and an errant interperter setting
 find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|; s/\r//' {} +
 
@@ -61,15 +45,13 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 %check
-# pod coverage tests fail at the moment (TEST_POD_COVER)
-export TEST_POD=1
 make test
 
 %clean
@@ -77,11 +59,25 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 21 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.14-1
+- update by Fedora::App::MaintainerTools 0.003
+- PERL_INSTALL_ROOT => DESTDIR
+- dropped old BR on perl(Catalyst)
+- dropped old BR on perl(Module::Build)
+- dropped old BR on perl(Test::Pod)
+- dropped old BR on perl(Test::Pod::Coverage)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.13-2
+- rebuild against perl 5.10.1
+
+* Sun Dec 06 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.13-1
+- auto-update to 0.13 (by cpan-spec-update 0.01)
+
 * Sat Aug 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.11-2
 - drop req on Test::More; open RT#48537
 - switch to more compact filtering (until we have perl_default_filter)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	8 Aug 2009 06:04:02 -0000	1.7
+++ sources	12 Mar 2010 17:05:30 -0000	1.8
@@ -1 +1 @@
-6231f873a1ad77dc22815eacf1b88976  Catalyst-Action-RenderView-0.11.tar.gz
+18d8c96709d640ddd693db72a3862652  Catalyst-Action-RenderView-0.14.tar.gz




More information about the perl-devel mailing list