thomas: server/horde/horde-kolab-client Makefile,1.4,1.5

cvs at kolab.org cvs at kolab.org
Fri Nov 30 17:13:44 CET 2007


Author: thomas

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

Modified Files:
	Makefile 
Log Message:
Fixed horde-framework version number sed command.
Adjusted horde-kolab-client to use the absolutely identical command.


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	3 Aug 2007 11:40:04 -0000	1.4
+++ Makefile	30 Nov 2007 16:13:42 -0000	1.5
@@ -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._a-z]*\).*/\1/")
 RELEASE = ${YEAR}${MONTH}${DAY}
 
 .PHONY: all





More information about the commits mailing list