steffen: server/postfix Makefile,1.14,1.15

cvs at intevation.de cvs at intevation.de
Tue Dec 20 10:53:51 CET 2005


Author: steffen

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

Modified Files:
	Makefile 
Log Message:
Automated build from toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/postfix/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	20 Dec 2005 09:18:50 -0000	1.14
+++ Makefile	20 Dec 2005 09:53:48 -0000	1.15
@@ -8,6 +8,7 @@
   KOLABCVSDIR = $(CURDIR)
 endif
 
+PACKAGE=postfix
 VERSION=2.2.5
 RELEASE=2.5.0
 KOLABRELEASE=2.5.0_kolab
@@ -15,13 +16,13 @@
 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
+all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
+	$(RPM) -ihv $(PACKAGE)-$(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'
+	cp $(KOLABCVSDIR)/postfix-ldap-leafonly.patch $(KOLABRPMSRC)/$(PACKAGE)/
+	cp $(KOLABCVSDIR)/postfix-pipe-allow-empty-sender.patch $(KOLABRPMSRC)/$(PACKAGE)/
+	cp $(KOLABCVSDIR)/kolab.patch $(KOLABRPMSRC)/$(PACKAGE)/           # Patch for postfix.spec
+	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).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





More information about the commits mailing list