From 4a0d3b7567b2d2dd009fc48cedec9bb7b56f33a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 13 Jun 2013 18:09:02 +0200 Subject: [PATCH] - set ExclusiveArch --- libappindicator.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libappindicator.spec b/libappindicator.spec index bd416a6..ede4ecf 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -1,6 +1,6 @@ Name: libappindicator Version: 12.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Application indicators library Group: System Environment/Libraries @@ -29,6 +29,8 @@ BuildRequires: mono-nunit-devel BuildRequires: python2-devel BuildRequires: pygtk2-devel +ExclusiveArch: %{mono_arches} + %description A library to allow applications to export a menu into the Unity Menu bar. Based on KSNI it also works in KDE and will fallback to generic Systray support if @@ -235,5 +237,8 @@ find %{buildroot} -type f -name '*.la' -delete %changelog +* Thu Jun 13 2013 Dan HorĂ¡k - 12.10.0-2 +- set ExclusiveArch + * Fri May 31 2013 Eduardo Echeverria - 12.10.0-1 - Initial Packaging