gunnar: server/kolab-freebusy ChangeLog, 1.2, 1.3 kolab-freebusy.spec, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Thu Nov 22 17:58:35 CET 2007


Author: gunnar

Update of /kolabrepository/server/kolab-freebusy
In directory doto:/tmp/cvs-serv2449

Modified Files:
	kolab-freebusy.spec 
Added Files:
	ChangeLog 
Log Message:
Fully restructured the kolab-freebusy package. Implements the newest free/busy concepts.


Index: kolab-freebusy.spec
===================================================================
RCS file: /kolabrepository/server/kolab-freebusy/kolab-freebusy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kolab-freebusy.spec	14 Oct 2007 12:31:58 -0000	1.6
+++ kolab-freebusy.spec	22 Nov 2007 16:58:33 -0000	1.7
@@ -66,7 +66,8 @@
 
 %install
 
-    %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/apache/log/freebusy
+    %{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}/share/doc/%{V_package}
     %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/freebusy
 
@@ -74,9 +75,9 @@
     rm -rf freebusy/docs
     cp -r freebusy/* $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/freebusy/
 
-    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}                      \
-        %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab/www/freebusy/cache \
-        %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/apache/log/freebusy     \
+    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}                     \
+        %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab-freebusy/cache    \
+        %dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab-freebusy/log      \
 	'%config(noreplace) %{l_prefix}/var/kolab/www/freebusy/config.php'
 
 %clean





More information about the commits mailing list