SPECS: php.spec - install headers needed by php-pecl-mailparse; rel 8
glen
glen at pld-linux.org
Thu Jan 4 14:17:05 CET 2007
Author: glen Date: Thu Jan 4 13:17:05 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- install headers needed by php-pecl-mailparse; rel 8
---- Files affected:
SPECS:
php.spec (1.644 -> 1.645)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.644 SPECS/php.spec:1.645
--- SPECS/php.spec:1.644 Sat Dec 23 12:24:22 2006
+++ SPECS/php.spec Thu Jan 4 14:17:00 2007
@@ -70,7 +70,7 @@
%undefine with_filter
%endif
-%define _rel 5
+%define _rel 8
Summary: PHP: Hypertext Preprocessor
Summary(fr): Le langage de script embarque-HTML PHP
Summary(pl): Język skryptowy PHP
@@ -1915,6 +1915,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
@@ -2719,6 +2722,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.645 2007/01/04 13:17:00 glen
+- install headers needed by php-pecl-mailparse; rel 8
+
Revision 1.644 2006/12/23 11:24:22 qboosh
- updated gd_imagerotate_enable patch, use "gd(imagerotate) = 5.2.0" deps
- restored comment about removed but STILL not obsoleted php-* packages
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.644&r2=1.645&f=u
More information about the pld-cvs-commit
mailing list