gunnar: server/php-kolab/Kolab_Filter ChangeLog, 1.22, 1.23 Kolab_Filter.spec, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri Sep 19 16:00:38 CEST 2008


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Filter
In directory doto:/tmp/cvs-serv5533

Modified Files:
	ChangeLog Kolab_Filter.spec 
Log Message:
Fixed the installation of some required directories.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog	18 Sep 2008 09:29:44 -0000	1.22
+++ ChangeLog	19 Sep 2008 14:00:36 -0000	1.23
@@ -1,3 +1,7 @@
+2008-09-19  Gunnar Wrobel  <p at rdus.de>
+
+	* Kolab_Filter.spec: Fixed the installation of some required directories.
+
 2008-09-18  Gunnar Wrobel  <p at rdus.de>
 
 	* PEAR-Date.spec: Added package to Kolab CVS.

Index: Kolab_Filter.spec
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Kolab_Filter.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Kolab_Filter.spec	18 Sep 2008 09:29:44 -0000	1.1
+++ Kolab_Filter.spec	19 Sep 2008 14:00:36 -0000	1.2
@@ -1,7 +1,7 @@
 # Variables
 %define         V_package Kolab_Filter
 %define         V_version 0.0.1
-%define         V_release 1
+%define         V_release 20080919
 
 # Package Information
 Name:	   %{V_package}
@@ -47,15 +47,17 @@
 %build
 
 %install
-        %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab-freebusy/log
-        %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab-freebusy/cache
+        %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab-filter/log
+        %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab-filter/tmp
 
         env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off -d memory_limit=40M"   \
             PHP_PEAR_CACHE_DIR="/tmp/pear/cache" \
 	    %{l_prefix}/bin/pear -d www_dir="%{l_prefix}/var/kolab/www/freebusy" install --offline --force --nodeps -P $RPM_BUILD_ROOT $RPM_SOURCE_DIR/%{V_package}-%{V_version}.tgz
 	rm -rf $RPM_BUILD_ROOT/%{l_prefix}/lib/php/{.filemap,.lock,.channels,.depdb,.depdblock}
 
-        %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} 
+        %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}                 \
+            %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab-filter/tmp    \
+            %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab-filter/log
 
 %clean
 	rm -rf $RPM_BUILD_ROOT





More information about the commits mailing list