]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- redefine __pear also for non-bootstrap
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 6 Mar 2006 23:41:18 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR.spec -> 1.110

php-pear-PEAR.spec

index d6223cc12b47b0d49edae0612043ef102c2e4b7a..d800b1d3331313da6d0beb7cc5d92e912e30d451 100644 (file)
@@ -7,7 +7,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}
@@ -120,6 +120,9 @@ C=$(basename %{SOURCE1} .tgz)
 %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
 
This page took 0.034319 seconds and 4 git commands to generate.