steffen: server/imapd Makefile,1.22.2.3,1.22.2.4

cvs at intevation.de cvs at intevation.de
Wed Jan 11 05:42:42 CET 2006


Author: steffen

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv7268/imapd

Modified Files:
      Tag: kolab_2_0_branch
	Makefile 
Log Message:
version + updates Makefiles to build everything from the toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/imapd/Makefile,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -u -d -r1.22.2.3 -r1.22.2.4
--- Makefile	17 Sep 2005 22:21:38 -0000	1.22.2.3
+++ Makefile	11 Jan 2006 04:42:40 -0000	1.22.2.4
@@ -11,9 +11,11 @@
 PACKAGE=imapd
 VERSION=2.2.12
 RELEASE=2.4.0
+KOLABRELEASE=2.4.0_kolab3
 
 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
 
@@ -23,13 +25,15 @@
 	cp $(KOLABCVSDIR)/kolab.patch $(KOLABRPMSRC)/$(PACKAGE)/           # Patch for imapd.spec
 	cp $(KOLABCVSDIR)/imapd.group2.patch $(KOLABRPMSRC)/$(PACKAGE)/    # Patch for case insensitive group match
 	cp $(KOLABCVSDIR)/imapd-goodchars.patch $(KOLABRPMSRC)/$(PACKAGE)/ # Patch for allowing special chars in mailbox names
-	cp $(KOLABCVSDIR)/kolab-ldap.patch $(KOLABRPMSRC)/$(PACKAGE)/      
-	
+	cp $(KOLABCVSDIR)/kolab-ldap.patch $(KOLABRPMSRC)/$(PACKAGE)/
 
 	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).spec --define 'with_group yes' --define 'with_atvdom yes' --define 'with_annotate yes' --define 'with_ldap yes' --define 'with_goodchars yes' --define 'with_morelogging yes'
 
 imapd-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/imapd-$(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