SPECS: php-dirs.spec - version 1.1: add dir for phpdoc

glen glen at pld-linux.org
Fri Jun 6 00:44:04 CEST 2008


Author: glen                         Date: Thu Jun  5 22:44:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 1.1: add dir for phpdoc

---- Files affected:
SPECS:
   php-dirs.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/php-dirs.spec
diff -u SPECS/php-dirs.spec:1.10 SPECS/php-dirs.spec:1.11
--- SPECS/php-dirs.spec:1.10	Sat Dec 29 01:33:11 2007
+++ SPECS/php-dirs.spec	Fri Jun  6 00:43:58 2008
@@ -2,8 +2,8 @@
 Summary:	Common dirs for different PHP versions
 Summary(pl.UTF-8):	Wspólne katalogi dla różnych wersji PHP
 Name:		php-dirs
-Version:	1.0
-Release:	4
+Version:	1.1
+Release:	1
 License:	GPL
 Group:		Base
 BuildRequires:	rpmbuild(macros) >= 1.202
@@ -26,8 +26,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_datadir}/php,/var/run/php,%{_tmpwatchdir}}
+install -d $RPM_BUILD_ROOT{%{_datadir}/php,/var/run/php}
+install -d $RPM_BUILD_ROOT%{_docdir}/phpdoc
 
+install -d $RPM_BUILD_ROOT%{_tmpwatchdir}
 echo '/var/run/php 720' > $RPM_BUILD_ROOT%{_tmpwatchdir}/php.conf
 
 %clean
@@ -44,6 +46,7 @@
 %files
 %defattr(644,root,root,755)
 %dir %{_datadir}/php
+%dir %{_docdir}/phpdoc
 %attr(770,root,http) %dir %verify(not group mode) /var/run/php
 %config(noreplace) %verify(not md5 mtime size) %{_tmpwatchdir}/php.conf
 
@@ -53,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-06-05 22:43:58  glen
+- version 1.1: add dir for phpdoc
+
 Revision 1.10  2007-12-29 00:33:11  glen
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-dirs.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list