SPECS: php-dirs.spec (NEW) - resolve overlaping dirs with {php4, ph...

glen glen at pld-linux.org
Thu Mar 23 18:44:14 CET 2006


Author: glen                         Date: Thu Mar 23 17:44:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- resolve overlaping dirs with {php4,php}-common

---- Files affected:
SPECS:
   php-dirs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-dirs.spec
diff -u /dev/null SPECS/php-dirs.spec:1.1
--- /dev/null	Thu Mar 23 18:44:14 2006
+++ SPECS/php-dirs.spec	Thu Mar 23 18:44:09 2006
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:	Common dirs for different PHP versions
+Name:		php-dirs
+Version:	0.9
+Release:	0.1
+License:	GPL
+Group:		Base
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_phpsharedir	%{_datadir}/php
+
+%description
+Common directories for PHP version 4 and version 5.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/php,/var/run/php,/etc/tmpwatch}
+
+echo '/var/run/php 720' > $RPM_BUILD_ROOT/etc/tmpwatch/php.conf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_datadir}/php
+%attr(770,root,http) %dir %verify(not group mode) /var/run/php
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/php.conf
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/23 17:44:09  glen
+- resolve overlaping dirs with {php4,php}-common
+
================================================================


More information about the pld-cvs-commit mailing list