steffen: server/imap Makefile,1.4,1.5

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


Author: steffen

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

Modified Files:
	Makefile 
Log Message:
Automated build from toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/imap/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	9 Dec 2005 15:54:46 -0000	1.4
+++ Makefile	20 Dec 2005 09:18:50 -0000	1.5
@@ -11,19 +11,23 @@
 PACKAGE=imap
 VERSION=2004g
 RELEASE=2.5.0
+KOLABRELEASE=2.5.0_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
 
 	cp $(KOLABCVSDIR)/kolab.patch $(KOLABRPMSRC)/$(PACKAGE)/           # Patch for imap.spec
-	cp $(KOLABCVSDIR)/imap.annotate.patch $(KOLABRPMSRC)/$(PACKAGE)/   # Patch to add annotate support   
-	
+	cp $(KOLABCVSDIR)/imap.annotate.patch $(KOLABRPMSRC)/$(PACKAGE)/   # Patch to add annotate support  
 	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).spec --define 'with_annotate yes'
-	
+
 imap-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/imap-$(VERSION)-$(RELEASE).src.rpm
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/
 
 clean:
 	rm -rf /kolab/RPM/TMP/imap-*





More information about the commits mailing list