steffen: server/postfix Makefile,1.13,1.14

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


Author: steffen

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

Modified Files:
	Makefile 
Log Message:
Automated build from toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/postfix/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile	9 Dec 2005 15:56:52 -0000	1.13
+++ Makefile	20 Dec 2005 09:18:50 -0000	1.14
@@ -10,20 +10,24 @@
 
 VERSION=2.2.5
 RELEASE=2.5.0
+KOLABRELEASE=2.5.0_kolab
 
 RPM=/kolab/bin/openpkg rpm
- 
+KOLABPKGURI:=`/kolab/bin/openpkg register -R $(KOLABPKGURI)`
+
 all: postfix-$(VERSION)-$(RELEASE).src.rpm
 	$(RPM) -ihv postfix-$(VERSION)-$(RELEASE).src.rpm
 
 	cp $(KOLABCVSDIR)/postfix-ldap-leafonly.patch $(KOLABRPMSRC)/postfix/
 	cp $(KOLABCVSDIR)/postfix-pipe-allow-empty-sender.patch $(KOLABRPMSRC)/postfix/
 	cp $(KOLABCVSDIR)/kolab.patch $(KOLABRPMSRC)/postfix/           # Patch for postfix.spec
-
 	cd $(KOLABRPMSRC)/postfix && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba postfix.spec --define 'with_ldap yes' --define 'with_sasl yes' --define 'with_ssl yes'
 
 postfix-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/postfix-$(VERSION)-$(RELEASE).src.rpm
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/
 
 clean:
 	rm -rf /kolab/RPM/TMP/cyrus-imapd* cyrus* imapd* rc.imapd vhosthack.patch fsl.imapd groupfile.patch





More information about the commits mailing list