Author: glen                         Date: Mon Mar  6 23:41:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- redefine __pear also for non-bootstrap

---- Files affected:
SPECS:
   php-pear-PEAR.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.109 SPECS/php-pear-PEAR.spec:1.110
--- SPECS/php-pear-PEAR.spec:1.109      Tue Mar  7 00:28:52 2006
+++ SPECS/php-pear-PEAR.spec    Tue Mar  7 00:41:18 2006
@@ -8,7 +8,7 @@
 %define                _status         stable
 %define                _pearname       %{_class}
 #
-%define        _rel 0.6
+%define        _rel 0.7
 Summary:       PEAR Base System
 Summary(pl):   Podstawowy system PEAR
 Name:          php-pear-%{_pearname}
@@ -121,6 +121,9 @@
 %define __pear php -doutput_buffering=1 -dinclude_path=".:../${C}" 
scripts/pearcmd.php
 %pear_package_setup -z -a1
 %else
+# always use bundled PEAR, as the 1.4.7+ version can't build if PEAR is present
+# on system. you may call it a hack.
+%define __pear php -doutput_buffering=1 scripts/pearcmd.php
 %pear_package_setup -z
 %endif
 
@@ -249,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2006/03/06 23:41:18  glen
+- redefine __pear also for non-bootstrap
+
 Revision 1.109  2006/03/06 23:28:52  glen
 - use more existing macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pear-PEAR.spec?r1=1.109&r2=1.110&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to