gunnar: server/horde/horde-kolab-client Makefile, 1.3, 1.4 horde-kolab-client.spec, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Fri Aug 3 13:40:06 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-kolab-client
In directory doto:/tmp/cvs-serv24332/horde/horde-kolab-client

Modified Files:
	Makefile horde-kolab-client.spec 
Log Message:
Horde snapshots are available. Some minor spec fixes were necessary to get the packages built correctly.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	3 Aug 2007 07:38:08 -0000	1.3
+++ Makefile	3 Aug 2007 11:40:04 -0000	1.4
@@ -18,7 +18,7 @@
 
 DATE = ${YEAR}-${MONTH}-${DAY}
 
-VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9]*\).*/\1/")
+VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9.]*\).*/\1/")
 RELEASE = ${YEAR}${MONTH}${DAY}
 
 .PHONY: all

Index: horde-kolab-client.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/horde-kolab-client.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- horde-kolab-client.spec	3 Aug 2007 07:38:08 -0000	1.3
+++ horde-kolab-client.spec	3 Aug 2007 11:40:04 -0000	1.4
@@ -3,8 +3,8 @@
 %define         V_year  2007
 %define         V_month 08
 %define         V_day   03
-%define		V_version 0.99
-%define		V_date %{V_year}-%{V_month}-%{V_day}
+%define         V_version 0.99
+%define         V_date %{V_year}-%{V_month}-%{V_day}
 %define         V_release %{V_year}%{V_month}%{V_day}
 
 # Package Information





More information about the commits mailing list