https://bugzilla.novell.com/show_bug.cgi?id=858780 https://bugzilla.novell.com/show_bug.cgi?id=858780#c2 --- Comment #2 from Ralf Habacker <ralf.habacker@freenet.de> 2014-01-15 09:11:50 UTC ---
... you might have needed tools on your system that are not in BuildRequires of the package.
The following patch makes the spec file independent from those tools. Would be glad to see this patch applied. --- mingw32-dbus-1.spec.orig 2014-01-15 10:05:03.870632747 +0100 +++ mingw32-dbus-1.spec 2014-01-15 10:03:27.736257864 +0100 @@ -78,7 +78,9 @@ %{_mingw32_configure} \ --enable-maintainer-mode --disable-static \ --enable-verbose-mode --disable-tests \ - --enable-checks --enable-asserts + --enable-checks --enable-asserts \ + --disable-xml-docs --disable-doxygen-docs + make %{?_smp_mflags} || make %install -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.