# HG changeset patch # User Mark Doliner # Date 1152172896 0 # Node ID 5750bdb4f778c55cc198c374a349377db5d7ac81 # Parent dc4db492524907c71b0a3469f192cfddb94b185d [gaim-migrate @ 16438] I think these changes make sense? Maybe? committer: Tailor Script diff -r dc4db4925249 -r 5750bdb4f778 gaim.spec.in --- a/gaim.spec.in Thu Jul 06 00:32:38 2006 +0000 +++ b/gaim.spec.in Thu Jul 06 08:01:36 2006 +0000 @@ -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}