SPECS: php.spec - clean temporary php files moved from tmpwatch spec
blues
blues at pld-linux.org
Wed Mar 22 23:29:39 CET 2006
Author: blues Date: Wed Mar 22 22:29:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- clean temporary php files moved from tmpwatch spec
---- Files affected:
SPECS:
php.spec (1.555 -> 1.556)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.555 SPECS/php.spec:1.556
--- SPECS/php.spec:1.555 Tue Mar 14 12:26:22 2006
+++ SPECS/php.spec Wed Mar 22 23:29:33 2006
@@ -1824,10 +1824,10 @@
rm -rf $RPM_BUILD_ROOT
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{%{_sbindir},%{_bindir}}
$RPM_BUILD_ROOT/var/run/php \
- $RPM_BUILD_ROOT{/etc/apache/conf.d,/etc/httpd/httpd.conf} \
- $RPM_BUILD_ROOT%{_mandir}/man1
+ $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/httpd.conf,tmpwatch} \
+ $RPM_BUILD_ROOT%{_mandir}/man1 \
# install apache1 DSO module
%if %{with apache1}
@@ -1905,6 +1905,8 @@
EOF
done
+echo "/var/run/php 720" > $RPM_BUILD_ROOT/etc/tmpwatch/php.conf
+
# Not in all SAPI, so don't need the .ini fragments.
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/{ncurses,pcntl,readline}.ini
@@ -2649,6 +2651,7 @@
%dir %{_sysconfdir}
%dir %{_sysconfdir}/conf.d
%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/php.conf
%attr(770,root,http) %dir %verify(not group mode) /var/run/php
%attr(755,root,root) %{_sbindir}/php-module-install
%attr(755,root,root) %{_libdir}/libphp_common-*.so
@@ -3080,6 +3083,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.556 2006/03/22 22:29:33 blues
+- clean temporary php files moved from tmpwatch spec
+
Revision 1.555 2006/03/14 11:26:22 spider
- php-xmlreader require php-dom
- pointed by Lukasz Klimek
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.555&r2=1.556&f=u
More information about the pld-cvs-commit
mailing list