SPECS (AC-branch): php4.spec - install ext/pcre/php_pcre.h; release 5

adamg adamg at pld-linux.org
Sat Sep 2 23:58:13 CEST 2006


Author: adamg                        Date: Sat Sep  2 21:58:13 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- install ext/pcre/php_pcre.h; release 5

---- Files affected:
SPECS:
   php4.spec (1.547.4.3 -> 1.547.4.4) 

---- Diffs:

================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.547.4.3 SPECS/php4.spec:1.547.4.4
--- SPECS/php4.spec:1.547.4.3	Wed Aug 30 13:02:03 2006
+++ SPECS/php4.spec	Sat Sep  2 23:58:08 2006
@@ -71,7 +71,7 @@
 %undefine	with_msession
 %endif
 
-%define	_rel 4
+%define	_rel 5
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr):	Le langage de script embarque-HTML PHP
 Summary(pl):	Język skryptowy PHP
@@ -1981,6 +1981,11 @@
 # for CLI SAPI only
 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/{ncurses,pcntl,readline}.ini,cli.d}
 
+# 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
 
@@ -3222,6 +3227,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.547.4.4  2006/09/02 21:58:08  adamg
+- install ext/pcre/php_pcre.h; release 5
+
 Revision 1.547.4.3  2006/08/30 11:02:03  glen
 - rel 4: fixed bugs #38534, #38450, #38378, #37812
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.547.4.3&r2=1.547.4.4&f=u



More information about the pld-cvs-commit mailing list