drop BUILD_FOR_SSE on i686 (#1400481)

This commit is contained in:
Rex Dieter 2016-12-01 05:46:24 -06:00
parent 14733d614f
commit b608cd1333

View File

@ -1,17 +1,15 @@
%global sse -DBUILD_FOR_SSE:BOOL=OFF
%global sse2 -DBUILD_FOR_SSE2:BOOL=OFF
%ifarch %{ix86} x86_64
%global sse -DBUILD_FOR_SSE:BOOL=ON
%endif
%ifarch x86_64
%global sse -DBUILD_FOR_SSE:BOOL=ON
%global sse2 -DBUILD_FOR_SSE2:BOOL=ON
%endif
Name: lensfun
Version: 0.3.2
Summary: Library to rectify defects introduced by photographic lenses
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv3 and CC-BY-SA
URL: http://lensfun.sourceforge.net/
@ -122,6 +120,9 @@ popd
%changelog
* Thu Dec 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.3.2-3
- drop BUILD_FOR_SSE on i686 (#1400481)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild