SOURCES: php-pear-build-macros - there are php and pecl extensions...
glen
glen at pld-linux.org
Mon Sep 19 22:06:56 CEST 2005
Author: glen Date: Mon Sep 19 20:06:56 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- there are php and pecl extensions too in optional deps
---- Files affected:
SOURCES:
php-pear-build-macros (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SOURCES/php-pear-build-macros
diff -u SOURCES/php-pear-build-macros:1.12 SOURCES/php-pear-build-macros:1.13
--- SOURCES/php-pear-build-macros:1.12 Mon Sep 19 19:19:29 2005
+++ SOURCES/php-pear-build-macros Mon Sep 19 22:06:51 2005
@@ -43,9 +43,9 @@
--nodeps \\\
%{S:%{-a*}%{!-a:0}} | tee install.log \
# make post message of optional packages \
-grep 'can optionally use package' install.log | sed -e 's,pear/,php-pear-,g' > optional-packages.txt \
+grep 'can optionally use' install.log | sed -e 's,package "pear/,package "php-pear-,g' > optional-packages.txt \
if [ -s optional-packages.txt ]; then \
- awk -F'"' '{print $2}' optional-packages.txt | sed -e "s,_,/,g;s,php-pear-, 'pear(,;s,$,.*)'," | tr -d '\\\n' > _noautoreq \
+ awk -F'"' '/use package/{print $2}' optional-packages.txt | sed -e "s,_,/,g;s,php-pear-, 'pear(,;s,$,.*)'," | tr -d '\\\n' > _noautoreq \
else \
rm -f optional-packages.txt \
fi \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php-pear-build-macros?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list