From: <jh...@us...> - 2009-11-14 00:50:19
|
Revision: 149 http://etch.svn.sourceforge.net/etch/?rev=149&view=rev Author: jheiss Date: 2009-11-14 00:12:38 +0000 (Sat, 14 Nov 2009) Log Message: ----------- Use %VER% instead of VER for the version template that is replaced with the real version when we make a package. The Solaris pkginfo was already using %VER%, so this makes all of the packages consistent and more resistent to accidently substituting the wrong thing. Modified Paths: -------------- trunk/client/control trunk/client/etch-client.spec Modified: trunk/client/control =================================================================== --- trunk/client/control 2009-11-14 00:08:06 UTC (rev 148) +++ trunk/client/control 2009-11-14 00:12:38 UTC (rev 149) @@ -1,5 +1,5 @@ Package: etch-client -Version: VER-1 +Version: %VER%-1 Maintainer: etc...@li... Architecture: all Depends: ruby facter rcs Modified: trunk/client/etch-client.spec =================================================================== --- trunk/client/etch-client.spec 2009-11-14 00:08:06 UTC (rev 148) +++ trunk/client/etch-client.spec 2009-11-14 00:12:38 UTC (rev 149) @@ -1,6 +1,6 @@ Name: etch-client Summary: Etch client -Version: VER +Version: %VER% Release: 1 Group: Applications/System License: MIT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |