SPECS: perl-dirs.spec - bcond desc, configurable bootstrap version

qboosh qboosh at pld-linux.org
Fri Feb 8 19:44:32 CET 2008


Author: qboosh                       Date: Fri Feb  8 18:44:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond desc, configurable bootstrap version

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

---- Diffs:

================================================================
Index: SPECS/perl-dirs.spec
diff -u SPECS/perl-dirs.spec:1.33 SPECS/perl-dirs.spec:1.34
--- SPECS/perl-dirs.spec:1.33	Fri Feb  8 13:44:03 2008
+++ SPECS/perl-dirs.spec	Fri Feb  8 19:44:26 2008
@@ -1,7 +1,11 @@
 # $Revision$, $Date$
-%bcond_with	bootstrap
+#
+# Conditional build:
+%bcond_with	bootstrap	# bootstrap for perl %{new_perl_ver}
+#
 %if %{with bootstrap}
-%global	perl_vendorarch	%{_libdir}/perl5/vendor_perl/5.10.0/%{_target_platform}-thread-multi
+%{!?new_perl_ver:%define	new_perl_ver	5.10.0}
+%global	perl_vendorarch	%{_libdir}/perl5/vendor_perl/%{new_perl_ver}/%{_target_platform}-thread-multi
 %global	perl_vendorlib	%{_datadir}/perl5/vendor_perl
 %endif
 # This is to avoid calling perl so many times
@@ -311,6 +315,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2008-02-08 18:44:26  qboosh
+- bcond desc, configurable bootstrap version
+
 Revision 1.33  2008-02-08 12:44:03  arekm
 - correct previous log entry
 
================================================================

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



More information about the pld-cvs-commit mailing list