From: <the...@us...> - 2006-07-06 09:16:07
|
Revision: 16444 Author: thekingant Date: 2006-07-06 02:15:56 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16444&view=rev Log Message: ----------- Backport SVN revision #16438 from HEAD to v2_0_0 Some minor RPM specfile improvements ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16438&view=rev Modified Paths: -------------- branches/v2_0_0/gaim.spec.in Modified: branches/v2_0_0/gaim.spec.in =================================================================== --- branches/v2_0_0/gaim.spec.in 2006-07-06 08:24:47 UTC (rev 16443) +++ branches/v2_0_0/gaim.spec.in 2006-07-06 09:15:56 UTC (rev 16444) @@ -6,10 +6,10 @@ # When not doing betas comment this out # NOTE: %defines in spec files are evaluated in comments so the correct # way to comment it out is to replace the % with # -%define beta 3 +%define beta 4 %if 0%{?beta} -%define gaimver %(echo "@VERSION@"|sed -e 's/svn//; s/beta.*//') +%define gaimver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//') %else %define gaimver @VERSION@ %endif @@ -28,7 +28,7 @@ # Generic build requirements BuildRequires: libtool, pkgconfig, libao-devel, audiofile-devel, intltool, gettext -%{?_with_avahi:BuildRequires: avahi-devel} +%{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} %{?_with_howl:BuildRequires: howl-devel} %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} %{?_with_meanwhile:BuildRequires: meanwhile-devel} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |