rpms/perl-Catalyst-Action-RenderView/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Action-RenderView.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Oct 23 02:02:36 UTC 2007


Author: cweyl

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

Modified Files:
	.cvsignore perl-Catalyst-Action-RenderView.spec sources 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Jul 2007 00:19:14 -0000	1.2
+++ .cvsignore	23 Oct 2007 02:02:03 -0000	1.3
@@ -1 +1 @@
-Catalyst-Action-RenderView-0.04.tar.gz
+Catalyst-Action-RenderView-0.07.tar.gz


Index: perl-Catalyst-Action-RenderView.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/perl-Catalyst-Action-RenderView.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Catalyst-Action-RenderView.spec	25 Jul 2007 00:23:44 -0000	1.2
+++ perl-Catalyst-Action-RenderView.spec	23 Oct 2007 02:02:03 -0000	1.3
@@ -1,22 +1,23 @@
 Name:           perl-Catalyst-Action-RenderView
-Version:        0.04
-Release:        3%{?dist}
+Version:        0.07
+Release:        1%{?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,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* 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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jul 2007 00:19:14 -0000	1.2
+++ sources	23 Oct 2007 02:02:03 -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