- add patch that pregenerates the xml introspect file so d-bus doesn't have
to be running suring the build.
This commit is contained in:
parent
b6619a2a5b
commit
02e40419bc
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user