From: <nos...@us...> - 2006-10-18 19:36:47
|
Revision: 17532 http://svn.sourceforge.net/gaim/?rev=17532&view=rev Author: nosnilmot Date: 2006-10-18 12:36:36 -0700 (Wed, 18 Oct 2006) Log Message: ----------- libxml2-devel is compulsory now Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-10-18 19:03:10 UTC (rev 17531) +++ trunk/gaim.spec.in 2006-10-18 19:36:36 UTC (rev 17532) @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements -BuildRequires: libtool, pkgconfig, intltool, gettext +BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} %{!?_without_gstreamer:BuildRequires: gstreamer-devel} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |