[Limacute-commit] r144 - trunk/RPM/SRC/limacute

limacute at projects.linpro.no limacute at projects.linpro.no
Tue Apr 24 00:51:20 CEST 2007


Author: limacute
Date: 2007-04-24 00:51:20 +0200 (Tue, 24 Apr 2007)
New Revision: 144

Modified:
   trunk/RPM/SRC/limacute/Makefile
   trunk/RPM/SRC/limacute/limacute.spec
Log:
Update to limacute 3.0.3, adding Makefile expression to bump date.

Modified: trunk/RPM/SRC/limacute/Makefile
===================================================================
--- trunk/RPM/SRC/limacute/Makefile	2007-04-23 22:30:13 UTC (rev 143)
+++ trunk/RPM/SRC/limacute/Makefile	2007-04-23 22:51:20 UTC (rev 144)
@@ -1,12 +1,16 @@
 limacute_version := $(shell perl -ne '/^\s*\%define\s+limacute_version\s+([\d\.]+)/ and print $$1' < limacute.spec)
+today := $(shell date +'%Y%m%d')
 
 pack:
 	ln -s limacute limacute-$(limacute_version)
 	tar jcvhf limacute-$(limacute_version).tar.bz2 --exclude=.svn limacute-$(limacute_version)
 	rm limacute-$(limacute_version)
-bb: pack
+release_today:
+	sed -i -e 's/^\(Release: *\).*$$/\1${today}/' limacute.spec
+bb: pack 
 	openpkg rpm -bb limacute.spec
-bs: pack
+bs: pack 
 	openpkg rpm -bs limacute.spec
+release: release_today bs bb 
 clean:
 	rm -f limacute-$(limacute_version).tar.bz2

Modified: trunk/RPM/SRC/limacute/limacute.spec
===================================================================
--- trunk/RPM/SRC/limacute/limacute.spec	2007-04-23 22:30:13 UTC (rev 143)
+++ trunk/RPM/SRC/limacute/limacute.spec	2007-04-23 22:51:20 UTC (rev 144)
@@ -22,11 +22,11 @@
 ##
 
 #   package version
-%define       limacute_version              3.0.2
+%define       limacute_version              3.0.3
 
 #   package information
 Name:         limacute
-Summary:      LInpro MAilserver Configuration UTility Eh...
+Summary:      LInpro MAilserver Configuration UTility Enterprise
 URL:          http://www.limacute.org/
 Vendor:       Linpro AS
 Packager:     Linpro AS
@@ -35,7 +35,7 @@
 Group:        Mail
 License:      GPL
 Version:      %{limacute_version}
-Release:      20070217
+Release:      20070424
 
 
 #   list of sources
@@ -46,9 +46,9 @@
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 2.0.0
 PreReq:       OpenPKG, openpkg >= 2.2.0
-PreReq:       kolab-webadmin >= 2.0.99-20070205_limacute
+PreReq:       kolab-webadmin >= 2.1.0-20070420_limacute
 PreReq:       squirrelmail >= 1.4.9a-20061203_limacute, squirrelmail::with_plugins = yes 
-PreReq:       kolabd >= 2.0.99-20070205_limacute
+PreReq:       kolabd >= 2.1.0-20070420_limacute
 PreReq:       postgrey >= 1.27-2.20060801
 AutoReq:      no
 AutoReqProv:  no



More information about the Limacute-commit mailing list