steffen: server/kolab-horde-framework Makefile,1.1,1.2

cvs at intevation.de cvs at intevation.de
Tue Dec 20 10:18:52 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-framework
In directory doto:/tmp/cvs-serv19741/kolab-horde-framework

Modified Files:
	Makefile 
Log Message:
Automated build from toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-horde-framework/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	14 Oct 2005 14:33:03 -0000	1.1
+++ Makefile	20 Dec 2005 09:18:50 -0000	1.2
@@ -1,14 +1,20 @@
 RPM = /kolab/bin/openpkg rpm
-VERSION = 2.0.99
-PEARVERSION = 1.3
-PACKAGE = kolab-horde-framework
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
 endif
 
+PACKAGE = kolab-horde-framework
+VERSION = 2.0.99
+RELEASE = 20051130
+PEARVERSION = 1.3
+
 all:
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	tar -cvj --exclude=CVS --exclude=\*~ -f $(KOLABRPMSRC)/$(PACKAGE)/$(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)
 	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)/
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "ftp://ftp.horde.org/pub/pear/pear-$(PEARVERSION).tar.bz2"
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
+
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/





More information about the commits mailing list