From f86440a6163fbe81fa29d481d5155cc5b7dbd5b1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 8 Feb 2013 18:01:17 +0100 Subject: [PATCH] Disable smp build to fix intltool issues --- nautilus.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nautilus.spec b/nautilus.spec index bc579a7..c3378fc 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -10,7 +10,7 @@ Name: nautilus Summary: File manager for GNOME Version: 3.7.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: User Interface/Desktops Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz @@ -100,7 +100,8 @@ CFLAGS="$RPM_OPT_FLAGS -g -DNAUTILUS_OMIT_SELF_CHECK" %configure --disable-more- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool export tagname=CC -LANG=en_US make %{?_smp_mflags} V=1 +# disabled %{?_smp_mflags} due to racy intltool-merge +LANG=en_US make -j1 V=1 %install export tagname=CC @@ -165,6 +166,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %doc %{_datadir}/gtk-doc/html/libnautilus-extension/ %changelog +* Fri Feb 8 2013 Tomas Bzatek - 3.7.5-2 +- Disable smp build to fix intltool issues + * Thu Feb 07 2013 Richard Hughes - 3.7.5-1 - Update to 3.7.5