]> git.pld-linux.org Git - packages/php.git/commitdiff
- add /usr/bin/ext_skel and /usr/lib/php/ext/skeleton to devel package php-4_1_2-7
authorradzio <radzio@pld-linux.org>
Fri, 31 May 2002 14:25:51 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add php-build_modules.patch which prepare ext_skel to use from /usr/bin
- rel 7

Changed files:
    php.spec -> 1.161

php.spec

index 2cced727284a78ba0ee5fdbd4adaba11af305f11..450165aadb51e9881fe0bbd2a9f5c8211d9bdc14 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -28,7 +28,7 @@ Summary(pl):  J
 Summary(pt_BR):        A linguagem de script PHP
 Name:          php
 Version:       4.1.2
-Release:       6
+Release:       7
 Epoch:         1
 Group:         Libraries
 License:       The PHP license (see "LICENSE" file included in distribution)
@@ -53,6 +53,7 @@ Patch10:      %{name}-no_%{name}_pcre_in_SAPI_c.patch
 Patch11:       %{name}-libpq_fs_h_path.patch
 Patch12:       %{name}-apache2.patch
 Patch13:       %{name}-pdflib4.0.2.patch
+Patch14:       %{name}-build_modules.patch
 Icon:          php4.gif
 URL:           http://www.php.net/
 BuildRequires: apache(EAPI)-devel
@@ -895,6 +896,7 @@ Modu
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 install -d manual
 bzip2 -dc %{SOURCE4} | tar -xf - -C manual
@@ -1021,6 +1023,11 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/{apache,cgi}}
 
 install .libs/php $RPM_BUILD_ROOT%{_bindir}/php
 
+install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/ #skeleton/test
+#install ext/skeleton/tests/* $RPM_BUILD_ROOT%{_includedir}/php/ext/skeleton/test
+cp -r ext/skeleton $RPM_BUILD_ROOT%{_includedir}/php/ext/ 
+install ext/ext_skel $RPM_BUILD_ROOT%{_bindir}
+
 #exit 1
 #install .libs/*.so    $RPM_BUILD_ROOT%{_pkglibdir}
 #install modules/*.so  $RPM_BUILD_ROOT%{_pkglibdir}/php
@@ -1447,6 +1454,7 @@ fi
 %defattr(644,root,root,755)
 %{_includedir}/php
 %{_libdir}/php/build
+%attr(755,root,root) %{_bindir}/ext_skel
 %attr(755,root,root) %{_bindir}/phpextdist
 %attr(755,root,root) %{_bindir}/phpize
 %attr(755,root,root) %{_bindir}/php-config
This page took 0.359839 seconds and 4 git commands to generate.