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

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


Author: gunnar

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

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

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	2 Aug 2007 07:57:13 -0000	1.2
+++ Makefile	3 Aug 2007 07:38:08 -0000	1.3
@@ -18,8 +18,8 @@
 
 DATE = ${YEAR}-${MONTH}-${DAY}
 
-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}
 
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm

Index: horde-kolab-client.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/horde-kolab-client.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- horde-kolab-client.spec	23 Jul 2007 16:06:42 -0000	1.2
+++ horde-kolab-client.spec	3 Aug 2007 07:38:08 -0000	1.3
@@ -1,11 +1,11 @@
 # Versions
 %define         V_package horde-kolab-client
 %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 0.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}
@@ -27,15 +27,15 @@
 BuildRoot:	%{l_buildroot}
 
 #Pre requisites
-PreReq:	      horde-framework-kolab >= %{V_version}
-PreReq:	      horde-kolab >= %{V_version}
-PreReq:	      horde-imp-kolab >= %{V_version}
-PreReq:	      horde-ingo-kolab >= %{V_version}
-PreReq:	      horde-kronolith-kolab >= %{V_version}
-PreReq:	      horde-mnemo-kolab >= %{V_version}
-PreReq:	      horde-nag-kolab >= %{V_version}
-PreReq:	      horde-passwd-kolab >= %{V_version}
-PreReq:	      horde-turba-kolab >= %{V_version}
+PreReq:	      horde-framework-kolab >= 3.1.4.99-%{V_release}
+PreReq:	      horde-kolab >= 3.1.4.99-%{V_release}
+PreReq:	      horde-imp-kolab >= 4.1.4.99-%{V_release}
+PreReq:	      horde-ingo-kolab >= 1.1.3.99-%{V_release}
+PreReq:	      horde-kronolith-kolab >= 2.1.5.99-%{V_release}
+PreReq:	      horde-mnemo-kolab >= 2.1.1.99-%{V_release}
+PreReq:	      horde-nag-kolab >= 2.1.3.99-%{V_release}
+PreReq:	      horde-passwd-kolab >= 3.0.1.99-%{V_release}
+PreReq:	      horde-turba-kolab >= 2.1.4.99-%{V_release}
 
 AutoReq:      no
 AutoReqProv:  no





More information about the commits mailing list