[nautilus/f18] Disable smp build to fix intltool issues

Tomas Bzatek tbzatek at fedoraproject.org
Fri Feb 8 16:58:13 UTC 2013


commit b150e2eda21e05123d1101ee7a28db44ddded92c
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Fri Feb 8 17:57:58 2013 +0100

    Disable smp build to fix intltool issues

 nautilus.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nautilus.spec b/nautilus.spec
index fa6e8a6..98767bb 100644
--- a/nautilus.spec
+++ b/nautilus.spec
@@ -10,7 +10,7 @@
 Name:           nautilus
 Summary:        File manager for GNOME
 Version:        3.6.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPLv2+
 Group:          User Interface/Desktops
 Source:         http://download.gnome.org/sources/%{name}/3.6/%{name}-%{version}.tar.xz
@@ -115,7 +115,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
@@ -179,6 +180,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 <tbzatek at redhat.com> - 3.6.3-5
+- Disable smp build to fix intltool issues
+
 * Wed Jan  2 2013 Cosimo Cecchi <cosimoc at redhat.com> - 3.6.3-4
 - Backport a patch to fix a regression wrt. framing of custom icons.
 - Backport a patch for a search provider crasher (RHBZ#874534).


More information about the scm-commits mailing list