]> git.pld-linux.org Git - packages/php.git/commitdiff
- install headers needed by php-pecl-mailparse; rel 8
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 Jan 2007 13:17:00 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.645

php.spec

index 83f4ef83a388fc886743b622e5bf30f0612a0cbd..b521f0e970d2f4480f7a0ae0b8e76553e0f93065 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -69,7 +69,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %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
@@ -1914,6 +1914,9 @@ ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
 # 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
This page took 0.046941 seconds and 4 git commands to generate.