steffen: server/perl-kolab Makefile,1.3.2.1,1.3.2.2

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


Author: steffen

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

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/perl-kolab/Attic/Makefile,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- Makefile	19 Jul 2005 01:32:39 -0000	1.3.2.1
+++ Makefile	11 Jan 2006 04:42:40 -0000	1.3.2.2
@@ -1,11 +1,15 @@
-RPM = /kolab/bin/openpkg rpm
-VERSION = 0.9.2
-
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
 endif
 
-SRCDIR=$(KOLABRPMSRC)/perl-kolab
+PACKAGE=perl-kolab
+VERSION=0.9.2
+PERLVERSION=5.8.7
+RELEASE=2.0_20051219
+
+SRCDIR=$(KOLABRPMSRC)/$(PACKAGE)
+RPM = /kolab/bin/openpkg rpm
+
 
 all:
 	test -d $(SRCDIR) || mkdir $(SRCDIR)
@@ -24,3 +28,6 @@
 	cd $(SRCDIR) && $(RPM) -ba perl-kolab.spec
 binary:
 	$(RPM) -bB perl-kolab.spec
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(PERLVERSION)-$(RELEASE).src.rpm ../stage/





More information about the commits mailing list