gunnar: server/kolab-webclient/horde horde.spec,1.1,1.2

cvs at kolab.org cvs at kolab.org
Mon Jan 11 17:51:19 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/horde
In directory doto:/tmp/cvs-serv19732

Modified Files:
	horde.spec 
Log Message:
Building of the binary package works now but the package itself is probably not functional yet.

Index: horde.spec
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/horde/horde.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- horde.spec	11 Jan 2010 16:38:56 -0000	1.1
+++ horde.spec	11 Jan 2010 16:51:17 -0000	1.2
@@ -98,9 +98,13 @@
 
 	cd %{V_package}-%{V_version}
 
+	cd config
+	for CONFIG in *.dist; do cp $CONFIG `basename $CONFIG .dist`; done
+	cd ..
+
 	rm test.php
 
-	find . -type f | grep '\.orig$' | xargs rm
+	#find . -type f | grep '\.orig$' | xargs rm -f
 
 	cp -r * $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/
 
@@ -118,7 +122,7 @@
 	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/VFS*
 	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/XML
 
-        sqlite $RPM_BUILD_ROOT%{l_prefix}/var/kolab/webclient_data/storage/horde.db < scripts/sql/groupware.sql
+        sqlite $RPM_BUILD_ROOT%{l_prefix}/var/kolab/webclient_data/storage/horde.db < scripts/sql/horde_syncml.sql
 
 	cd ..
 





More information about the commits mailing list