steffen: server/kolab-horde-fbview Makefile, 1.1, 1.2 kolab-horde-fbview.spec, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Dec 20 20:49:29 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview
In directory doto:/tmp/cvs-serv13204/kolab-horde-fbview

Modified Files:
	Makefile kolab-horde-fbview.spec 
Log Message:
Automated build from toplevel, now everything but smarty is included in the build unless I missed something

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-horde-fbview/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	31 Oct 2005 11:43:12 -0000	1.1
+++ Makefile	20 Dec 2005 19:49:27 -0000	1.2
@@ -1,12 +1,19 @@
-RPM = /kolab/bin/openpkg rpm
-PACKAGE = kolab-horde-fbview
-VERSION = 2.0.99
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
 endif
 
+PACKAGE = kolab-horde-fbview
+VERSION = 2.0.99
+RELEASE = 20051220
+KOLABRELEASE = $(RELEASE)
+
+RPM = /kolab/bin/openpkg rpm
+
 all:
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	tar -cvj --exclude=CVS --exclude=\*~ -f $(KOLABRPMSRC)/$(PACKAGE)/$(PACKAGE)-$(VERSION).tar.bz2 *
 	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)/
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/

Index: kolab-horde-fbview.spec
===================================================================
RCS file: /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolab-horde-fbview.spec	22 Nov 2005 14:41:44 -0000	1.2
+++ kolab-horde-fbview.spec	20 Dec 2005 19:49:27 -0000	1.3
@@ -7,7 +7,7 @@
 URL:		http://www.kolab.org/
 Packager:	Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaraelvdalens Datakonsult AB)
 Version:	%{V_kolab_fbview}
-Release:	20051122
+Release:	20051220
 Class:		JUNK
 License:	GPL
 Group:		MAIL





More information about the commits mailing list