From: <the...@us...> - 2006-08-19 20:49:48
|
Revision: 16891 Author: thekingant Date: 2006-08-19 13:49:38 -0700 (Sat, 19 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16891&view=rev Log Message: ----------- This check failed when using a beta number with a decimal point Modified Paths: -------------- branches/v2_0_0beta3_1/gaim/gaim.spec.in Modified: branches/v2_0_0beta3_1/gaim/gaim.spec.in =================================================================== --- branches/v2_0_0beta3_1/gaim/gaim.spec.in 2006-08-19 20:31:34 UTC (rev 16890) +++ branches/v2_0_0beta3_1/gaim/gaim.spec.in 2006-08-19 20:49:38 UTC (rev 16891) @@ -8,7 +8,7 @@ # way to comment it out is to replace the % with # %define beta 3.1 -%if 0%{?beta} +%if "0%{?beta}" != "0" %define gaimver %(echo "@VERSION@"|sed -e 's/cvs//; s/beta.*//') %else %define gaimver @VERSION@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |