# HG changeset patch # User Mark Doliner # Date 1155631664 0 # Node ID 76913e399fa51cbb45d326b62a8fdda9544d90ef # Parent a8a033a89ee03aba2323ac686fb8b861eac4e897 [gaim-migrate @ 16768] Add gstreamer-devel and remove libao-devel, audiofile-devel and gettext from our RPM spec Good? committer: Tailor Script diff -r a8a033a89ee0 -r 76913e399fa5 gaim.spec.in --- a/gaim.spec.in Tue Aug 15 08:22:29 2006 +0000 +++ b/gaim.spec.in Tue Aug 15 08:47:44 2006 +0000 @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements -BuildRequires: libtool, pkgconfig, libao-devel, audiofile-devel, intltool, gettext +BuildRequires: libtool, pkgconfig, intltool, gstreamer-devel %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} %{?_with_howl:BuildRequires: howl-devel} %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} @@ -323,9 +323,14 @@ %endif %changelog +* Tue Aug 15 2006 +- Add a BuildRequire for gstreamer-devel +- Remove the BuildRequires for audiofile-devel, libao-devel and + gettext + * Mon May 8 2006 - Add --with avahi option to compile the gaim-bonjour package against - Avahi's Howl compatibility layer. + Avahi's Howl compatibility layer * Wed Mar 29 2006 - Source RPM uses tar.bz2 now to save space