SPECS: template-perl.spec - use pure_install target to prevent per...

glen glen at pld-linux.org
Tue Aug 9 09:50:17 CEST 2005


Author: glen                         Date: Tue Aug  9 07:50:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)

---- Files affected:
SPECS:
   template-perl.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/template-perl.spec
diff -u SPECS/template-perl.spec:1.33 SPECS/template-perl.spec:1.34
--- SPECS/template-perl.spec:1.33	Thu Dec  2 07:07:36 2004
+++ SPECS/template-perl.spec	Tue Aug  9 09:50:12 2005
@@ -67,7 +67,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -76,6 +76,7 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
+# note it's mostly easier to copy unpackaged filelist here, and run adapter over the spec.
 # use macros:
 #%%{perl_vendorlib}/...
 #%%{perl_vendorarch}/...
@@ -87,5 +88,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2005/08/09 07:50:12  glen
+- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)
+
 Revision 1.33  2004/12/02 06:07:36  ankry
 - more BR, cut off changelog
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-perl.spec?r1=1.33&r2=1.34&f=u




More information about the pld-cvs-commit mailing list