Disable smp build to fix intltool issues
This commit is contained in:
parent
0b1ccac501
commit
f86440a616
@ -10,7 +10,7 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: File manager for GNOME
|
Summary: File manager for GNOME
|
||||||
Version: 3.7.5
|
Version: 3.7.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
|
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
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
||||||
|
|
||||||
export tagname=CC
|
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
|
%install
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -165,6 +166,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
|
||||||
- Update to 3.7.5
|
- Update to 3.7.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user