comparison gaim.spec.in @ 14950:176b1d96c206

[gaim-migrate @ 17722] Preparation for beta 5 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Nov 2006 06:37:06 +0000
parents f87c99db8389
children 37588c827c27
comparison
equal deleted inserted replaced
14949:97169e766d9c 14950:176b1d96c206
4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} 4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)}
5 5
6 # When not doing betas comment this out 6 # When not doing betas comment this out
7 # NOTE: %defines in spec files are evaluated in comments so the correct 7 # NOTE: %defines in spec files are evaluated in comments so the correct
8 # way to comment it out is to replace the % with # 8 # way to comment it out is to replace the % with #
9 %define beta 4 9 %define beta 5
10 10
11 %if 0%{?beta} 11 %if 0%{?beta}
12 %define gaimver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//') 12 %define gaimver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//')
13 %else 13 %else
14 %define gaimver @VERSION@ 14 %define gaimver @VERSION@