File project.diff of Package mingw32-dbus-1
--- mingw32-dbus-1.spec.orig
+++ mingw32-dbus-1.spec
@@ -24,6 +24,8 @@ License: GPL-2.0+ or AFL-2.1
Group: Development/Libraries/C and C++
Url: http://dbus.freedesktop.org/
Source: http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz
+Patch1000: dbus-1.10.12-wix.patch
+#Patch1001: e2b3b745128f85d015683119218c65e65b012e2a.patch
#!BuildIgnore: post-build-checks
BuildRequires: autoconf
BuildRequires: automake
@@ -42,6 +44,9 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
%_mingw32_package_header_debug
BuildArch: noarch
+BuildRequires: automake autoconf libtool
+BuildRequires: wixwine
+
%description
D-Bus is a message bus system, a simple way for applications to talk to
one another. D-Bus supplies both a system daemon and a
@@ -87,8 +92,12 @@ bus daemon).
%prep
%setup -q -n dbus-%{version}
+%patch1000 -p1
+#%%patch1001 -p1
%build
+autoreconf -f -i
+
echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw32_cache}
./autogen.sh --no-configure
# configure for install path limited session bus see https://bugs.freedesktop.org/show_bug.cgi?id=92080
@@ -151,4 +160,6 @@ cp test/manual-*.exe %{buildroot}/%{_min
%{_mingw32_bindir}/test-*.exe
#%{_mingw32_datadir}/dbus-1/test
+%{_mingw32_datadir}/wixlib/dbus.wixlib
+
%changelog