steffen: server/kolab-resource-handlers Makefile,1.9.2.7,1.9.2.8

cvs at kolab.org cvs at kolab.org
Thu Oct 19 17:24:34 CEST 2006


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers
In directory doto:/tmp/cvs-serv754

Modified Files:
      Tag: kolab_2_0_branch
	Makefile 
Log Message:
dont download every time

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/Makefile,v
retrieving revision 1.9.2.7
retrieving revision 1.9.2.8
diff -u -d -r1.9.2.7 -r1.9.2.8
--- Makefile	11 Aug 2006 16:02:56 -0000	1.9.2.7
+++ Makefile	19 Oct 2006 15:24:32 -0000	1.9.2.8
@@ -9,12 +9,15 @@
 
 RPM = /kolab/bin/openpkg rpm
 
-all:
+all: pear-$(PEARVERSION).tar.bz2
 	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) && wget -c "ftp://ftp.horde.org/pub/pear/pear-$(PEARVERSION).tar.bz2"
+	cp pear-$(PEARVERSION).tar.bz2 $(KOLABRPMSRC)/$(PACKAGE) 
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
+
+pear-$(PEARVERSION).tar.bz2:
+	wget -c "ftp://ftp.horde.org/pub/pear/pear-$(PEARVERSION).tar.bz2"
 
 dist: all
 	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/





More information about the commits mailing list