From ef6ee48e1fa9f3a41f9ff9b2293940419628a12a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 1 Jan 2014 12:30:21 +0100 Subject: [PATCH] - fixed libappindicator-gtk2-devel dependency - non-parallel build because of mono binding --- libappindicator.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libappindicator.spec b/libappindicator.spec index 5caa8ff..7682b9f 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -81,7 +81,7 @@ Ten pakiet zawiera bibliotekę libappindicator opartą na GTK+ 2.x. Summary: Development files for libappindicator (GTK+ 2.x version) Summary(pl.UTF-8): Pliki programistyczne biblioteki libappindicator (wersja dla GTK+ 2.x) Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-gtk2 = %{version}-%{release} Requires: glib2-devel >= 1:2.26 Requires: gtk+2-devel >= 2:2.18 Requires: libdbusmenu-devel >= 0.5.90 @@ -271,7 +271,8 @@ cd build-gtk$gtkver %{!?with_static_libs:--disable-static} \ --with-gtk=$gtkver \ --with-html-dir=%{_gtkdocdir} -%{__make} +# -j1 because of racy mono build +%{__make} -j1 cd .. done -- 2.43.0