From 714899605cb105fbda141e27897f1cbd7a9bac32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 3 May 2015 13:24:46 +0200 Subject: [PATCH] - no parallel install - rel 4 --- libindicate.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libindicate.spec b/libindicate.spec index dcc0b87..a17c5a0 100644 --- a/libindicate.spec +++ b/libindicate.spec @@ -17,7 +17,7 @@ Summary: Libindicate library Summary(pl.UTF-8): Biblioteka libindicate Name: libindicate Version: 12.10.1 -Release: 3 +Release: 4 License: LGPL v2+ Group: Libraries Source0: https://launchpad.net/libindicate/12.10/%{version}/+download/%{name}-%{version}.tar.gz @@ -354,12 +354,12 @@ cd .. rm -rf $RPM_BUILD_ROOT %if %{with gtk2} -%{__make} -C build-gtk2 install \ +%{__make} -j1 -C build-gtk2 install \ DESTDIR=$RPM_BUILD_ROOT %endif %if %{with gtk3} -%{__make} -C build-gtk3 install \ +%{__make} -j1 -C build-gtk3 install \ DESTDIR=$RPM_BUILD_ROOT %endif -- 2.44.0