gunnar: server/php-kolab/Kolab_Freebusy Makefile,1.4,1.5

cvs at kolab.org cvs at kolab.org
Mon Dec 15 07:15:57 CET 2008


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy
In directory doto:/tmp/cvs-serv27298

Modified Files:
	Makefile 
Log Message:
 kolab/issue3313 (free/busy regeneration as manager broken in 2.2.1-beta1)

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	5 Dec 2008 17:22:57 -0000	1.4
+++ Makefile	15 Dec 2008 06:15:55 -0000	1.5
@@ -16,6 +16,7 @@
 endif
 
 SOURCE_0=http://pear.horde.org/get/$(PACKAGE)-$(VERSION).tgz
+EXTRA=ChangeLog kolab_issue3313.patch package.xml
 
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
@@ -34,7 +35,7 @@
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
 
-	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)
+	cp $(PACKAGE).spec $(EXTRA) $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
 
 	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm .





More information about the commits mailing list