diff --git a/dbus-glib.spec b/dbus-glib.spec index e122544..c17b960 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -12,6 +12,7 @@ Release: 2 URL: http://www.freedesktop.org/software/dbus/ Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz Patch0: dbus-glib-0.70-fix-includes.patch +Patch1: dbus-glib-0.70-dontgeneratexml.patch License: AFL/GPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,6 +59,7 @@ D-Bus tools written using the gtk+ GUI libaries %prep %setup -q %patch0 -p1 -b .fix-includes +%patch1 -p1 -b .dontgeneratexml autoreconf -i -f