SPECS: php.spec - merge from AC-branch: install ext/pcre/php_pcre.h

glen glen at pld-linux.org
Tue Sep 5 11:30:09 CEST 2006


Author: glen                         Date: Tue Sep  5 09:30:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merge from AC-branch: install ext/pcre/php_pcre.h

---- Files affected:
SPECS:
   php.spec (1.589 -> 1.590) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.589 SPECS/php.spec:1.590
--- SPECS/php.spec:1.589	Tue Sep  5 11:14:25 2006
+++ SPECS/php.spec	Tue Sep  5 11:30:04 2006
@@ -1880,6 +1880,11 @@
 ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
 
+# as a result of ext/pcre/pcrelib removal in %%prep, ext/pcre/php_pcre.h
+# isn't installed by install-headers make target, we do it manually here.
+# this header file is required by e.g. filter PECL extension
+install -D ext/pcre/php_pcre.h $RPM_BUILD_ROOT%{_includedir}/php/ext/pcre/php_pcre.h
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -3002,6 +3007,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.590  2006/09/05 09:30:04  glen
+- merge from AC-branch: install ext/pcre/php_pcre.h
+
 Revision 1.589  2006/09/05 09:14:25  glen
 - 5.1.6: bugfix release of memory_limit on 64bit systems
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.589&r2=1.590&f=u



More information about the pld-cvs-commit mailing list