gunnar: server/horde/horde-kronolith Makefile, 1.4, 1.5 horde-kronolith-kolab.spec, 1.6, 1.7

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


Author: gunnar

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

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

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-kronolith/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	2 Aug 2007 07:57:13 -0000	1.4
+++ Makefile	3 Aug 2007 07:38:08 -0000	1.5
@@ -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-kronolith-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-kronolith/horde-kronolith-kolab.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- horde-kronolith-kolab.spec	2 Aug 2007 13:55:55 -0000	1.6
+++ horde-kronolith-kolab.spec	3 Aug 2007 07:38:08 -0000	1.7
@@ -2,11 +2,11 @@
 %define         V_horde_name kronolith
 %define         V_package horde-%{V_horde_name}-kolab
 %define         V_year  2007
-%define         V_month 07
-%define         V_day   23
-%define		V_version %{V_year}%{V_month}%{V_day}
+%define         V_month 08
+%define         V_day   03
+%define		V_version 2.1.5.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}
@@ -33,7 +33,7 @@
 BuildPreReq:  OpenPKG, openpkg >= 20070603
 BuildPreReq:  php, php::with_pear = yes
 PreReq:       php, php::with_pear = yes
-PreReq:	      horde-framework-kolab >= %{V_version}
+PreReq:	      horde-kolab >= 3.1.4.99
 PreReq:	      PEAR-Date >= 1.4.7
 
 AutoReq:      no





More information about the commits mailing list