steffen: server/kolabd Makefile,1.3,1.4 kolabd.spec,1.41,1.42

cvs at intevation.de cvs at intevation.de
Thu Apr 28 02:17:01 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd
In directory doto:/tmp/cvs-serv12418/kolabd

Modified Files:
	Makefile kolabd.spec 
Log Message:
version stuff (Issue591)

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	13 Dec 2004 22:35:06 -0000	1.3
+++ Makefile	28 Apr 2005 00:16:59 -0000	1.4
@@ -9,7 +9,7 @@
 	test -d $(KOLABRPMSRC)/kolabd || mkdir $(KOLABRPMSRC)/kolabd
 	cd kolabd && tar -cvz --exclude=CVS --exclude=\*~ -f $(KOLABRPMSRC)/kolabd/kolabd-$(VERSION).tar.gz * 
 	cp rc.kolabd kolabd.spec $(KOLABRPMSRC)/kolabd/
-	cd $(KOLABRPMSRC)/kolabd && $(RPM) -ba kolabd.spec
+	cd $(KOLABRPMSRC)/kolabd && $(RPM) -ba kolabd.spec --define 'kolab_version CVS'
 binary:
 	$(RPM) -bB kolabd.spec
 

Index: kolabd.spec
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- kolabd.spec	27 Apr 2005 19:47:49 -0000	1.41
+++ kolabd.spec	28 Apr 2005 00:16:59 -0000	1.42
@@ -63,6 +63,8 @@
 AutoReq:      no
 AutoReqProv:  no
 
+%option       kolab_version snapshot
+
 %description
     Kolab is the KDE Groupware Server that provides full groupware
     features to either KDE Kolab clients or Microsoft Outlook[tm]
@@ -157,6 +159,7 @@
         $RPM_BUILD_ROOT%{l_prefix}/libexec/kolab/
 
     %{l_shtool} install -c -m 744 %{l_value -s -a} \
+	-e 's;@kolab_version@;%{kolab_version};g' \
         kolabd kolabconf kolabcheckperm \
         $RPM_BUILD_ROOT%{l_prefix}/sbin/
 





More information about the commits mailing list