OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jan-2008 09:17:02
Branch: HEAD Handle: 2008011908170200
Modified files:
openpkg-src/apache-python
apache-python.spec
Log:
add run-time directory
Summary:
Revision Changes Path
1.3 +6 -1 openpkg-src/apache-python/apache-python.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache-python/apache-python.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 apache-python.spec
--- openpkg-src/apache-python/apache-python.spec 18 Jan 2008 17:29:23
-0000 1.2
+++ openpkg-src/apache-python/apache-python.spec 19 Jan 2008 08:17:02
-0000 1.3
@@ -32,7 +32,7 @@
Group: Web
License: Apache
Version: 3.3.1
-Release: 20080118
+Release: 20080119
# list of sources
Source0:
http://www.apache.org/dist/httpd/modpython/mod_python-%{version}.tgz
@@ -91,9 +91,14 @@
%{l_shtool} install -c -m 644 %{l_value -s -a} \
%{SOURCE apache-python.conf}
$RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/
+ # create run-time directory
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/var/apache-python
+
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
+ '%attr(-,%{l_nusr},%{l_ngrp}) %{l_prefix}/var/apache-python' \
'%config %{l_prefix}/etc/apache/apache.d/apache-python.conf'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]