SPECS: php.spec - add /usr/share/php to php-common package for app...
glen
glen at pld-linux.org
Mon Sep 12 23:20:00 CEST 2005
Author: glen Date: Mon Sep 12 21:20:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add /usr/share/php to php-common package for apps like jpgraph and phplib, rel 3; STBR
---- Files affected:
SPECS:
php.spec (1.471 -> 1.472)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.471 SPECS/php.spec:1.472
--- SPECS/php.spec:1.471 Sat Sep 10 22:15:20 2005
+++ SPECS/php.spec Mon Sep 12 23:19:55 2005
@@ -78,7 +78,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php
Version: 5.0.5
-Release: 2%{?with_hardening:hardened}
+Release: 3%{?with_hardening:hardened}
Epoch: 4
Group: Libraries
License: PHP
@@ -204,6 +204,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/php
+%define _phpsharedir %{_datadir}/php
%define extensionsdir %{_libdir}/php
%description
@@ -1680,7 +1681,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
+install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi},%{_phpsharedir}} \
$RPM_BUILD_ROOT/home/services/{httpd,apache}/icons \
$RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
$RPM_BUILD_ROOT/var/run/php \
@@ -2515,6 +2516,7 @@
%attr(755,root,root) %{_sbindir}/php-module-install
%attr(755,root,root) %{_libdir}/libphp_common-*.so
%dir %{extensionsdir}
+%dir %{_phpsharedir}
%files devel
%defattr(644,root,root,755)
@@ -2908,6 +2910,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.472 2005/09/12 21:19:55 glen
+- add /usr/share/php to php-common package for apps like jpgraph and phplib, rel 3; STBR
+
Revision 1.471 2005/09/10 20:15:20 arekm
- rel 2
- fix phpize in builddir.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.471&r2=1.472&f=u
More information about the pld-cvs-commit
mailing list