SPECS (DEVEL): perl-DBD-mysql.spec - use pure_install target to pr...
glen
glen at pld-linux.org
Tue Aug 9 09:48:31 CEST 2005
Author: glen Date: Tue Aug 9 07:48:31 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)
---- Files affected:
SPECS:
perl-DBD-mysql.spec (1.44.2.4 -> 1.44.2.5)
---- Diffs:
================================================================
Index: SPECS/perl-DBD-mysql.spec
diff -u SPECS/perl-DBD-mysql.spec:1.44.2.4 SPECS/perl-DBD-mysql.spec:1.44.2.5
--- SPECS/perl-DBD-mysql.spec:1.44.2.4 Tue Aug 9 09:41:37 2005
+++ SPECS/perl-DBD-mysql.spec Tue Aug 9 09:48:25 2005
@@ -136,7 +136,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
%{?perl_install_postclean}
@@ -164,6 +164,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44.2.5 2005/08/09 07:48:25 glen
+- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)
+
Revision 1.44.2.4 2005/08/09 07:41:37 glen
- remove Bundle earlier, so it won't be included in Makefile at all
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-DBD-mysql.spec?r1=1.44.2.4&r2=1.44.2.5&f=u
More information about the pld-cvs-commit
mailing list