SPECS: php-pear-PEAR.spec - chmod +x for rpm to autofill interpret...

glen glen at pld-linux.org
Sat Dec 10 01:03:05 CET 2005


Author: glen                         Date: Sat Dec 10 00:03:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- chmod +x for rpm to autofill interpreter dep

---- Files affected:
SPECS:
   php-pear-PEAR.spec (1.96 -> 1.97) 

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.96 SPECS/php-pear-PEAR.spec:1.97
--- SPECS/php-pear-PEAR.spec:1.96	Sat Dec 10 00:58:46 2005
+++ SPECS/php-pear-PEAR.spec	Sat Dec 10 01:03:00 2005
@@ -137,6 +137,8 @@
 #!/bin/sh
 %php_exec -dmemory_limit=24M -dsafe_mode=0 -n -dextension=pcre.so -dextension=xml.so %{php_pear_dir}/peclcmd.php "$@"
 EOF
+# for rpm to find interpreter
+chmod +x $RPM_BUILD_ROOT%{_bindir}/*
 
 sed -e '/^\$''Log: /,$d' %{SOURCE1} > $RPM_BUILD_ROOT%{php_pear_dir}/data/%{_class}/template.spec
 echo '$''Log: $' >> $RPM_BUILD_ROOT%{php_pear_dir}/data/%{_class}/template.spec
@@ -175,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.97  2005/12/10 00:03:00  glen
+- chmod +x for rpm to autofill interpreter dep
+
 Revision 1.96  2005/12/09 23:58:46  glen
 - create pear/peardev/pecl wrappers in spec; rel 2
 
================================================================

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




More information about the pld-cvs-commit mailing list