From: <the...@us...> - 2006-08-15 08:59:15
|
Revision: 16769 Author: thekingant Date: 2006-08-15 01:59:11 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16769&view=rev Log Message: ----------- I'm not really sure why I removed gettext Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-08-15 08:47:44 UTC (rev 16768) +++ trunk/gaim.spec.in 2006-08-15 08:59:11 UTC (rev 16769) @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements -BuildRequires: libtool, pkgconfig, intltool, gstreamer-devel +BuildRequires: libtool, pkgconfig, intltool, gettext, 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} @@ -325,8 +325,7 @@ %changelog * Tue Aug 15 2006 <the...@us...> - Add a BuildRequire for gstreamer-devel -- Remove the BuildRequires for audiofile-devel, libao-devel and - gettext +- Remove the BuildRequires for audiofile-devel and libao-devel * Mon May 8 2006 <the...@us...> - Add --with avahi option to compile the gaim-bonjour package against This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |