comparison gaim.spec.in @ 14130:544e7f57836c

[gaim-migrate @ 16769] I'm not really sure why I removed gettext committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Aug 2006 08:59:11 +0000
parents 76913e399fa5
children eec43f2ef633
comparison
equal deleted inserted replaced
14129:76913e399fa5 14130:544e7f57836c
25 Packager: %{packager} 25 Packager: %{packager}
26 Source: %{name}-@VERSION@.tar.bz2 26 Source: %{name}-@VERSION@.tar.bz2
27 BuildRoot: %{_tmppath}/%{name}-%{version}-root 27 BuildRoot: %{_tmppath}/%{name}-%{version}-root
28 28
29 # Generic build requirements 29 # Generic build requirements
30 BuildRequires: libtool, pkgconfig, intltool, gstreamer-devel 30 BuildRequires: libtool, pkgconfig, intltool, gettext, gstreamer-devel
31 %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} 31 %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel}
32 %{?_with_howl:BuildRequires: howl-devel} 32 %{?_with_howl:BuildRequires: howl-devel}
33 %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} 33 %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h}
34 %{?_with_meanwhile:BuildRequires: meanwhile-devel} 34 %{?_with_meanwhile:BuildRequires: meanwhile-devel}
35 %{?_with_gadugadu:BuildRequires: libgadu-devel} 35 %{?_with_gadugadu:BuildRequires: libgadu-devel}
323 %endif 323 %endif
324 324
325 %changelog 325 %changelog
326 * Tue Aug 15 2006 <thekingant@users.sourceforge.net> 326 * Tue Aug 15 2006 <thekingant@users.sourceforge.net>
327 - Add a BuildRequire for gstreamer-devel 327 - Add a BuildRequire for gstreamer-devel
328 - Remove the BuildRequires for audiofile-devel, libao-devel and 328 - Remove the BuildRequires for audiofile-devel and libao-devel
329 gettext
330 329
331 * Mon May 8 2006 <thekingant@users.sourceforge.net> 330 * Mon May 8 2006 <thekingant@users.sourceforge.net>
332 - Add --with avahi option to compile the gaim-bonjour package against 331 - Add --with avahi option to compile the gaim-bonjour package against
333 Avahi's Howl compatibility layer 332 Avahi's Howl compatibility layer
334 333