rpms/perl-Catalyst-Action-RenderView/F-7 perl-Catalyst-Action-RenderView.spec, 1.1, 1.2 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Mar 15 18:53:03 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30507

Modified Files:
	perl-Catalyst-Action-RenderView.spec sources 
Log Message:
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.07-2
- rebuild for new perl



Index: perl-Catalyst-Action-RenderView.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-7/perl-Catalyst-Action-RenderView.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Catalyst-Action-RenderView.spec	25 Jul 2007 00:25:32 -0000	1.1
+++ perl-Catalyst-Action-RenderView.spec	15 Mar 2008 18:52:27 -0000	1.2
@@ -1,22 +1,23 @@
 Name:           perl-Catalyst-Action-RenderView
-Version:        0.04
-Release:        3%{?dist}
+Version:        0.07
+Release:        2%{?dist}
 Summary:        Sensible default end action for view renders
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Action-RenderView/
 Source0:        http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Action-RenderView-%{version}.tar.gz
-Patch0:         pod_fix.patch
 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))
 
 # core
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 # cpan
-BuildRequires:  perl(Module::Build) >= 0
 BuildRequires:  perl(Catalyst) >= 5.7
+BuildRequires:  perl(Module::Build) 
+BuildRequires:  perl(Data::Visitor) >= 0.08
 # test
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
 BuildRequires:  perl(HTTP::Request::AsCGI)
@@ -36,9 +37,6 @@
 %prep
 %setup -q -n Catalyst-Action-RenderView-%{version}
 
-# correct pod syntax error
-%patch0
-
 # allow the pod syntax test to be invoked distinct from the pod coverage test
 %patch1
 
@@ -67,21 +65,22 @@
 find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|; s/\r//' {} +
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install PERL_INSTALL_ROOT=%{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
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -93,6 +92,14 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.07-2
+- rebuild for new perl
+
+* Sun Oct 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- update to 0.07
+- update license tag: GPL -> GPL+
+- switch build invocations due to switchover to Module::Install
+
 * Tue Jul 24 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.04-3
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jul 2007 00:25:32 -0000	1.2
+++ sources	15 Mar 2008 18:52:27 -0000	1.3
@@ -1 +1 @@
-95f0e438c073efa5e0930eda00304136  Catalyst-Action-RenderView-0.04.tar.gz
+649a25e729a02c9e59bee06e9c55b8de  Catalyst-Action-RenderView-0.07.tar.gz




More information about the fedora-extras-commits mailing list