SPECS: perl-Compress-Zlib.spec - install to vendorlib (not vendorarch) even...

qboosh qboosh at pld-linux.org
Mon Dec 15 22:24:49 CET 2008


Author: qboosh                       Date: Mon Dec 15 21:24:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install to vendorlib (not vendorarch) even on perl 5.10

---- Files affected:
SPECS:
   perl-Compress-Zlib.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/perl-Compress-Zlib.spec
diff -u SPECS/perl-Compress-Zlib.spec:1.76 SPECS/perl-Compress-Zlib.spec:1.77
--- SPECS/perl-Compress-Zlib.spec:1.76	Sun Dec 14 15:00:37 2008
+++ SPECS/perl-Compress-Zlib.spec	Mon Dec 15 22:24:44 2008
@@ -174,7 +174,8 @@
 
 %build
 %{__perl} Makefile.PL \
-	INSTALLDIRS=vendor
+	INSTALLDIRS=vendor \
+	INST_LIB=blib/lib
 %{__make}
 
 %{?with_tests:%{__make} test}
@@ -206,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2008/12/15 21:24:44  qboosh
+- install to vendorlib (not vendorarch) even on perl 5.10
+
 Revision 1.76  2008/12/14 14:00:37  agaran
 - up to 2.015
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Compress-Zlib.spec?r1=1.76&r2=1.77&f=u



More information about the pld-cvs-commit mailing list