SPECS: perl-Catalyst-Action-RenderView.spec - version 0.07

radek radek at pld-linux.org
Sat Feb 23 12:59:28 CET 2008


Author: radek                        Date: Sat Feb 23 11:59:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.07

---- Files affected:
SPECS:
   perl-Catalyst-Action-RenderView.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/perl-Catalyst-Action-RenderView.spec
diff -u SPECS/perl-Catalyst-Action-RenderView.spec:1.6 SPECS/perl-Catalyst-Action-RenderView.spec:1.7
--- SPECS/perl-Catalyst-Action-RenderView.spec:1.6	Sat Mar 31 21:27:33 2007
+++ SPECS/perl-Catalyst-Action-RenderView.spec	Sat Feb 23 12:59:23 2008
@@ -9,19 +9,19 @@
 Summary:	Catalyst::Action::RenderView - sensible default end action
 Summary(pl.UTF-8):	Catalyst::Action::RenderView - sensowna domyślna akcja końcowa
 Name:		perl-Catalyst-Action-RenderView
-Version:	0.04
+Version:	0.07
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	95f0e438c073efa5e0930eda00304136
+# Source0-md5:	649a25e729a02c9e59bee06e9c55b8de
 URL:		http://search.cpan.org/dist/Catalyst-Action-RenderView/
-BuildRequires:	perl-Module-Build
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires:	perl-Catalyst >= 5.7
+BuildRequires:	perl-Data-Visitor >= 0.08
 %endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -48,17 +48,17 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Build.PL \
-	destdir=$RPM_BUILD_ROOT \
-	installdirs=vendor
-./Build
+%{__perl} -MExtUtils::MakeMaker -we 'WriteMakefile(NAME=>"Catalyst::Action::RenderView")' \
+	INSTALLDIRS=vendor
+%{__make}
 
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,7 +75,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.6  2007-03-31 19:27:33  qboosh
+Revision 1.7  2008-02-23 11:59:23  radek
+- version 0.07
+
+Revision 1.6  2007/03/31 19:27:33  qboosh
 - generic URL
 - BR: perl-Module-Build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Catalyst-Action-RenderView.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list