File project.diff of Package mingw32-atk
--- mingw32-atk.spec.orig
+++ mingw32-atk.spec
@@ -4,7 +4,7 @@
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
+# remain the property of their copyright owners, unless otherise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
@@ -24,6 +24,7 @@ License: LGPL-2.1+
Group: Development/Libraries/GNOME
Url: http://developer.gnome.org/projects/gap/
Source: http://ftp.gnome.org/pub/GNOME/sources/atk/2.16/atk-%{version}.tar.xz
+Patch1000: atk-2.16.0-wix.patch
# Need native one too for glib-genmarshal
BuildRequires: glib2-devel
#!BuildIgnore: post-build-checks
@@ -40,6 +41,11 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
%_mingw32_package_header_debug
BuildArch: noarch
+BuildRequires: automake autoconf libtool
+BuildRequires: gtk-doc
+BuildRequires: gnome-common
+BuildRequires: wixwine
+
%description
The Accessibility Toolkit (ATK) describes a set of interfaces that need to be implemented by GUI components to make them
accessible. The interfaces are toolkit-independent - implementations could be written for any widget set, such as GTK,
@@ -71,11 +77,13 @@ Motif or Qt.
%prep
%setup -q -n atk-%{version}
+%patch1000 -p1 -b .wix
%build
+autoreconf
echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw32_cache}
%{_mingw32_configure}
-make %{?_smp_mflags} || make
+%{_mingw32_make}
%install
# install routine's parallel support is broken :(
@@ -96,5 +104,7 @@ make DESTDIR=%{buildroot} install %{?_sm
%{_mingw32_libdir}/libatk-1.0.dll.a
%{_mingw32_libdir}/pkgconfig/atk.pc
%{_mingw32_datadir}/gtk-doc/html/atk/
+%{_mingw32_datadir}/wixlib/atk.wixlib
+%{_mingw32_datadir}/wixlib/atk-lang.wixlib
%changelog