Disable smp build to fix intltool issues

This commit is contained in:
Tomas Bzatek 2013-02-08 18:01:17 +01:00
parent 0b1ccac501
commit f86440a616

View File

@ -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 <tbzatek@redhat.com> - 3.7.5-2
- Disable smp build to fix intltool issues
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
- Update to 3.7.5