gunnar: server/horde/horde-framework Makefile, 1.6, 1.7 horde-framework-kolab.spec, 1.9, 1.10

cvs at kolab.org cvs at kolab.org
Fri Aug 3 09:38:10 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-framework
In directory doto:/tmp/cvs-serv5965/horde/horde-framework

Modified Files:
	Makefile horde-framework-kolab.spec 
Log Message:
Prepared the horde packages for a first test installation.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-framework/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	2 Aug 2007 07:57:13 -0000	1.6
+++ Makefile	3 Aug 2007 07:38:08 -0000	1.7
@@ -19,8 +19,8 @@
 DATE = ${YEAR}-${MONTH}-${DAY}
 
 PACKAGE = horde-$(HORDE_NAME)-kolab
-VERSION = ${YEAR}${MONTH}${DAY}
-RELEASE = $(shell grep "%define[ ]*V_release" *.spec | sed -e "s/.*V_release\s*\([0-9]*\).*/\1/")
+VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9]*\).*/\1/")
+RELEASE = ${YEAR}${MONTH}${DAY}
 
 PATCHES = $(shell find . -name "*.patch")
 TEMPLATES = $(shell find . -name "*.template")

Index: horde-framework-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-framework/horde-framework-kolab.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- horde-framework-kolab.spec	2 Aug 2007 12:28:28 -0000	1.9
+++ horde-framework-kolab.spec	3 Aug 2007 07:38:08 -0000	1.10
@@ -4,9 +4,9 @@
 %define         V_year  2007
 %define         V_month 08
 %define         V_day   03
-%define		V_version %{V_year}%{V_month}%{V_day}
+%define		V_version 3.1.4.99
 %define		V_date %{V_year}-%{V_month}-%{V_day}
-%define         V_release 1
+%define         V_release %{V_year}%{V_month}%{V_day}
 
 # Package Information
 Name:		%{V_package}





More information about the commits mailing list