steffen: server/kolabd Makefile, 1.5, 1.6 kolabd.spec, 1.69,	NONE rc.kolabd, 1.3, NONE 
    cvs at intevation.de 
    cvs at intevation.de
       
    Tue Sep 13 16:38:24 CEST 2005
    
        - Previous message: steffen: server/kolabd/kolabd/dist_conf - New directory 
 
        - Next message: steffen: server/kolabd/kolabd Makefile.am, NONE, 1.1 Makefile.in,	NONE, 1.1 bootstrap, NONE, 1.1 configure.ac, NONE,	1.1 kolab.in, NONE, 1.1 kolab_bootstrap.in, NONE,	1.1 kolab_ca.sh.in, NONE, 1.1 kolab_smtpdpolicy.in, NONE,	1.1 kolab_sslcert.sh.in, NONE, 1.1 kolabcheckperm.in, NONE,	1.1 kolabconf.in, NONE, 1.1 kolabd.in, NONE,	1.1 kolabd.spec.in, NONE, 1.1 kolabpasswd.in, NONE,	1.1 kolabquotawarn.in, NONE, 1.1 rc.kolabd.in, NONE,	1.1 workaround.sh.in, NONE, 1.1 kolab, 1.1.1.1,	NONE kolab_bootstrap, 1.18, NONE kolab_ca.sh, 1.1.1.1,	NONE kolab_smtpdpolicy, 1.6, NONE kolab_sslcert.sh, 1.1.1.1,	NONE kolabcheckperm, 1.1, NONE kolabconf, 1.3, NONE kolabd,	1.2, NONE kolabpasswd, 1.7, NONE kolabquotawarn, 1.5,	NONE workaround.sh, 1.1.1.1, NONE 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: steffen
Update of /kolabrepository/server/kolabd
In directory doto:/tmp/cvs-serv22600
Modified Files:
	Makefile 
Removed Files:
	kolabd.spec rc.kolabd 
Log Message:
kolabd autoconfiscated!
Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	28 Jul 2005 02:14:38 -0000	1.5
+++ Makefile	13 Sep 2005 14:38:22 -0000	1.6
@@ -1,18 +1,18 @@
 RPM = /kolab/bin/openpkg rpm
-VERSION = 2.0.0
+RPMNAME=kolabd
 
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
 endif
 
+VERSION:=`grep 'm4_define(_VERSION' $(PWD)/$(RPMNAME)/configure.ac|sed 's/m4_define(_VERSION,\(.*\))/\1/'`
+
 all:
-	test -d $(KOLABRPMSRC)/kolabd || mkdir $(KOLABRPMSRC)/kolabd
-	cd kolabd && tar -cvz --exclude=CVS --exclude=\*~ -f $(KOLABRPMSRC)/kolabd/kolabd-$(VERSION).tar.gz * 
-	cp rc.kolabd kolabd.spec $(KOLABRPMSRC)/kolabd/
-	cd $(KOLABRPMSRC)/kolabd && $(RPM) -ba kolabd.spec --define 'kolab_version CVS'
+	test -d $(KOLABRPMSRC)/$(RPMNAME) || mkdir $(KOLABRPMSRC)/$(RPMNAME)
+	cd $(RPMNAME) && ./bootstrap && ./configure --prefix=/kolab --enable-dist=kolab \
+		&& make dist && mv $(RPMNAME)-$(VERSION).tar.gz $(KOLABRPMSRC)/$(RPMNAME)
+	cp $(RPMNAME)/$(RPMNAME).spec $(KOLABRPMSRC)/$(RPMNAME)/
+	cd $(KOLABRPMSRC)/$(RPMNAME) && $(RPM) -ba $(RPMNAME).spec --define 'kolab_version CVS'
 binary:
-	$(RPM) -bB kolabd.spec
+	$(RPM) -bB $(RPMNAME).spec
 
-release:
-	cd kolabd && tar -cvz --exclude=CVS --exclude=\*~ -f ../kolabd-$(VERSION).tar.gz *
-	$(RPM) -ba kolabd.spec
--- kolabd.spec DELETED ---
--- rc.kolabd DELETED ---
    
    
        
	- Previous message: steffen: server/kolabd/kolabd/dist_conf - New directory 
 
	- Next message: steffen: server/kolabd/kolabd Makefile.am, NONE, 1.1 Makefile.in,	NONE, 1.1 bootstrap, NONE, 1.1 configure.ac, NONE,	1.1 kolab.in, NONE, 1.1 kolab_bootstrap.in, NONE,	1.1 kolab_ca.sh.in, NONE, 1.1 kolab_smtpdpolicy.in, NONE,	1.1 kolab_sslcert.sh.in, NONE, 1.1 kolabcheckperm.in, NONE,	1.1 kolabconf.in, NONE, 1.1 kolabd.in, NONE,	1.1 kolabd.spec.in, NONE, 1.1 kolabpasswd.in, NONE,	1.1 kolabquotawarn.in, NONE, 1.1 rc.kolabd.in, NONE,	1.1 workaround.sh.in, NONE, 1.1 kolab, 1.1.1.1,	NONE kolab_bootstrap, 1.18, NONE kolab_ca.sh, 1.1.1.1,	NONE kolab_smtpdpolicy, 1.6, NONE kolab_sslcert.sh, 1.1.1.1,	NONE kolabcheckperm, 1.1, NONE kolabconf, 1.3, NONE kolabd,	1.2, NONE kolabpasswd, 1.7, NONE kolabquotawarn, 1.5,	NONE workaround.sh, 1.1.1.1, NONE 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list