X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=dbus%2Fmingw32-dbus.spec;fp=dbus%2Fmingw32-dbus.spec;h=4713d6944b7b1cc673c92643e1ed6b4b9fe48cba;hb=0f71f9192dfbd037e4b56e32a95df21ac646d89d;hp=26d4e87e89b0c0797b277b2130016397ae29f4e7;hpb=c3fc8c6cfed786ed03275023ddc787989d0efa48;p=fedora-mingw.git diff --git a/dbus/mingw32-dbus.spec b/dbus/mingw32-dbus.spec index 26d4e87..4713d69 100644 --- a/dbus/mingw32-dbus.spec +++ b/dbus/mingw32-dbus.spec @@ -56,6 +56,10 @@ BuildRequires: mingw32-gtkmm24 BuildRequires: mingw32-expat BuildRequires: libtool, automake, autoconf +# This keeps dbus-c++ subpackage happy while building. We have +# hacked the Makefile to give the correct location of the libraries. +BuildRequires: dbus-devel + %description D-BUS is a system for sending messages between applications. It is @@ -90,6 +94,9 @@ popd %build pushd trunk +# Avoid a test which fails when cross-compiling: +export ac_cv_have_abstract_sockets=no + # For unknown reasons, the configure script chokes if you # pass --build explicitly. We also need to pass -DDBUS_WIN # as an extra flag. @@ -146,5 +153,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Your Name - 1.2.3-1 +* Mon Nov 3 2008 Richard W.M. Jones - 1.2.4-0.1.20081031svn - Initial RPM release.