SPECS: perl-CGI-Cache.spec - avoid loop when building without test...

glen glen at pld-linux.org
Wed Feb 15 20:58:28 CET 2006


Author: glen                         Date: Wed Feb 15 19:58:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid loop when building without tests
- check files cleanup

---- Files affected:
SPECS:
   perl-CGI-Cache.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/perl-CGI-Cache.spec
diff -u SPECS/perl-CGI-Cache.spec:1.46 SPECS/perl-CGI-Cache.spec:1.47
--- SPECS/perl-CGI-Cache.spec:1.46	Mon May 30 00:21:39 2005
+++ SPECS/perl-CGI-Cache.spec	Wed Feb 15 20:58:22 2006
@@ -38,7 +38,7 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-echo "y" | perl Makefile.PL \
+perl Makefile.PL --skipdeps \
 	INSTALLDIRS=vendor
 %{__make}
 
@@ -47,9 +47,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/CGI/Cache/.packlist
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +68,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/02/15 19:58:22  glen
+- avoid loop when building without tests
+- check files cleanup
+
 Revision 1.46  2005/05/29 22:21:39  petec
 - up to 1.4200
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-CGI-Cache.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list