%ix86: build -no-sse2 (#1103185)

This commit is contained in:
Rex Dieter 2014-05-30 10:23:19 -05:00
parent 9662c35171
commit d68f9fa0b8

View File

@ -22,7 +22,7 @@
Summary: Qt5 - QtBase components Summary: Qt5 - QtBase components
Name: qt5-qtbase Name: qt5-qtbase
Version: 5.3.0 Version: 5.3.0
Release: 5%{?dist} Release: 6%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -333,6 +333,9 @@ popd
-no-pch \ -no-pch \
-no-rpath \ -no-rpath \
-no-separate-debug-info \ -no-separate-debug-info \
%ifarch %{ix86}
-no-sse2 \
%endif
-no-strip \ -no-strip \
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
-reduce-relocations \ -reduce-relocations \
@ -692,6 +695,9 @@ popd
%changelog %changelog
* Fri May 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
- %%ix86: build -no-sse2 (#1103185)
* Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5 * Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
- BR: pkgconfig(xcb-xkb) > 1.10 (f21+) - BR: pkgconfig(xcb-xkb) > 1.10 (f21+)
- allow possibility for libxkbcommon-0.4.x only - allow possibility for libxkbcommon-0.4.x only