steffen: server/php Makefile,1.3,1.4

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


Author: steffen

Update of /kolabrepository/server/php
In directory doto:/tmp/cvs-serv19741/php

Modified Files:
	Makefile 
Log Message:
Automated build from toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	9 Dec 2005 15:56:24 -0000	1.3
+++ Makefile	20 Dec 2005 09:18:50 -0000	1.4
@@ -11,9 +11,11 @@
 PACKAGE=php
 VERSION=4.4.0
 RELEASE=2.5.2
+KOLABRELEASE=2.5.2_kolab
 
 RPM=/kolab/bin/openpkg rpm
- 
+KOLABPKGURI:=`/kolab/bin/openpkg register -R $(KOLABPKGURI)`
+
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	$(RPM) -ihv $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 
@@ -35,6 +37,9 @@
 
 $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/
 
 clean:
 	rm -rf /kolab/RPM/TMP/$(PACKAGE)-$(VERSION)* 





More information about the commits mailing list