diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index 01a7096..74cb2a3 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.5.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK+ module that bridges ATK to D-Bus at-spi Group: System Environment/Libraries @@ -9,6 +9,9 @@ URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus #VCS: git:git://git.gnome.org/at-spi-atk Source0: http://download.gnome.org/sources/at-spi2-atk/2.5/%{name}-%{version}.tar.xz +# temporary fix for multilib conflict, this key is going to be removed upstream +Patch0: at-spi2-atk-noarch-schemas.patch + BuildRequires: at-spi2-core-devel BuildRequires: dbus-devel BuildRequires: dbus-glib-devel @@ -42,6 +45,7 @@ The %{name}-devel package includes the header files for the %{name} library. %prep %setup -q +%patch0 -p1 %build %configure --disable-relocate @@ -83,6 +87,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog +* Tue Sep 11 2012 Matthias Clasen - 2.5.91-2 +- Avoid a multilib conflict + * Tue Sep 04 2012 Richard Hughes - 2.5.91-1 - Update to 2.5.91