Mia Herkt 2020-08-05 01:07:31 +00:00 committed by Git OBS Bridge
parent ebd89965d1
commit 388c495b81

View File

@ -62,9 +62,6 @@ autoreconf -fiv
# do not enable tests here — they make zimg slower and the install
# rule is broken
%configure \
%ifarch x86_64 %{ix86}
--enable-x86simd \
%endif
--disable-static
%make_build
@ -78,9 +75,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%check
%make_build clean
%configure \
%ifarch x86_64 %{ix86}
--enable-x86simd \
%endif
--disable-static \
--enable-unit-test
%make_build