SPECS (AC-branch): php.spec - install headers needed by php-pecl-m...

glen glen at pld-linux.org
Thu Jan 4 14:16:08 CET 2007


Author: glen                         Date: Thu Jan  4 13:16:08 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- install headers needed by php-pecl-mailparse; rel 8

---- Files affected:
SPECS:
   php.spec (1.631.2.8 -> 1.631.2.9) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.631.2.8 SPECS/php.spec:1.631.2.9
--- SPECS/php.spec:1.631.2.8	Sun Dec 31 19:23:07 2006
+++ SPECS/php.spec	Thu Jan  4 14:16:02 2007
@@ -69,7 +69,7 @@
 %undefine	with_filter
 %endif
 
-%define	_rel 7
+%define	_rel 8
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr):	Le langage de script embarque-HTML PHP
 Summary(pl):	Język skryptowy PHP
@@ -1912,6 +1912,9 @@
 # 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
+# for php-pecl-mailparse
+install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
+cp -a ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -2716,6 +2719,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.631.2.9  2007/01/04 13:16:02  glen
+- install headers needed by php-pecl-mailparse; rel 8
+
 Revision 1.631.2.8  2006/12/31 18:23:07  hawk
 - oops, forgot to comment out gd_imagerotate_enable.patch
 
================================================================

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



More information about the pld-cvs-commit mailing list