steffen: server/perl-kolab Makefile.cvs, 1.5, 1.6 configure, 1.3, 1.4 perl-kolab.spec.in, 1.28, 1.29

cvs at intevation.de cvs at intevation.de
Tue Dec 20 15:34:53 CET 2005


Author: steffen

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

Modified Files:
	Makefile.cvs configure perl-kolab.spec.in 
Log Message:
Automated build from toplevel

Index: Makefile.cvs
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.cvs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.cvs	20 Dec 2005 09:18:50 -0000	1.5
+++ Makefile.cvs	20 Dec 2005 14:34:51 -0000	1.6
@@ -3,7 +3,8 @@
 endif
 
 PACKAGE=perl-kolab
-RELEASE=2.5.5
+#RELEASE=2.5.5
+RELEASE=`date '+%Y%m%d'`
 VERSION:=`grep 'm4_define(_VERSION' $(PWD)/configure.ac|sed 's/m4_define(_VERSION,\(.*\))/\1/'`
 
 RPM = /kolab/bin/openpkg rpm
@@ -11,17 +12,17 @@
 PATH:=/kolab/bin:$(PATH)
 
 all:
-	test -d $(KOLABRPMSRC)/$(RPMNAME) || mkdir $(KOLABRPMSRC)/$(RPMNAME)
+	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	./bootstrap && ./configure --prefix=/kolab \
-	&& make clean distcheck && mv $(RPMNAME)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(RPMNAME) 
-	cp $(RPMNAME).spec $(KOLABRPMSRC)/$(RPMNAME)/
-	cd $(KOLABRPMSRC)/$(RPMNAME) && $(RPM) -ba $(RPMNAME).spec --define 'kolab_version CVS'
+	&& make clean distcheck && mv $(PACKAGE)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(PACKAGE) 
+	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)/
+	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec --define 'kolab_version CVS'
 binary:
-	$(RPM) -bB $(RPMNAME).spec
+	$(RPM) -bB $(PACKAGE).spec
 
 release:
-	tar cvzf $(RPMNAME)-$(VERSION).tar.gz $(RPMNAME)
-	$(RPM) -ba $(RPMNAME).spec
+	tar cvzf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)
+	$(RPM) -ba $(PACKAGE).spec
 
 dist: all
 	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/

Index: configure
===================================================================
RCS file: /kolabrepository/server/perl-kolab/configure,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure	15 Jul 2005 01:01:33 -0000	1.3
+++ configure	20 Dec 2005 14:34:51 -0000	1.4
@@ -1,3243 +1,2643 @@
-#!/usr/bin/env perl
-#
-# Autoperl - a portable build system for Perl applications
-#
-# Copyright (C) 2003-2005 by Mark Heily <devel at heily.com>
-#
-# This library is free software; you can redistribute it and/or modify it 
-# under the same terms as Perl itself.
-
-#
-# logger.pm 
[...5492 lines suppressed...]
+# need to make the FD available again.
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || { (exit 1); exit 1; }
+fi
 
-     open(my $output, ">$target") or die "open failed";
-     print $output @src;
-     close ($output);
-}
 
-1;

Index: perl-kolab.spec.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/perl-kolab.spec.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- perl-kolab.spec.in	17 Dec 2005 21:45:32 -0000	1.28
+++ perl-kolab.spec.in	20 Dec 2005 14:34:51 -0000	1.29
@@ -37,7 +37,7 @@
 Group:        Language
 License:      GPL/Artistic
 Version:      @VERSION@
-Release:      20051130
+Release:      @spec_build_date@
 
 #   list of sources
 Source0:      perl-kolab-%{version}.tar.bz2





More information about the commits mailing list