diff --git a/lensfun.spec b/lensfun.spec index 5c8f899..1dd5017 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -70,7 +70,7 @@ pushd %{_target_platform} %{cmake} .. \ -DBUILD_DOC:BOOL=ON \ -DBUILD_TESTS:BOOL=OFF \ - -DCMAKE_BUILD_TYPE=STRING=Release \ + -DCMAKE_BUILD_TYPE:STRING=Release \ %{?sse} %{?sse2} popd @@ -114,6 +114,7 @@ rm -fv %{buildroot}%{_bindir}/g-lensfun-update-data \ * Wed Nov 19 2014 Nils Philippsen - reenable helper scripts - install man pages into their correct place +- correct typo * Mon Nov 17 2014 Rex Dieter 0.3.0-3 - enable sse only in %%ix86 x86_64, sse2 on x86_64, disable elsewhere