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

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


Author: gunnar

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

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

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-ingo/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-ingo-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-ingo/horde-ingo-kolab.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- horde-ingo-kolab.spec	23 Jul 2007 16:06:42 -0000	1.5
+++ horde-ingo-kolab.spec	3 Aug 2007 07:38:08 -0000	1.6
@@ -2,11 +2,11 @@
 %define         V_horde_name ingo
 %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 1.1.3.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}
@@ -34,7 +34,7 @@
 BuildPreReq:  php, php::with_pear = yes
 PreReq:       php, php::with_pear = yes
 PreReq:	      PEAR-Net_Sieve >= 1.1.5
-PreReq:	      horde-framework-kolab >= %{V_version}
+PreReq:	      horde-framework-kolab >= 3.1.4.99
 
 AutoReq:      no
 AutoReqProv:  no





More information about the commits mailing list