correct typo

This commit is contained in:
Nils Philippsen 2014-11-19 19:13:53 +01:00
parent 8bf698f497
commit 0ef46a5bd5

View File

@ -70,7 +70,7 @@ pushd %{_target_platform}
%{cmake} .. \ %{cmake} .. \
-DBUILD_DOC:BOOL=ON \ -DBUILD_DOC:BOOL=ON \
-DBUILD_TESTS:BOOL=OFF \ -DBUILD_TESTS:BOOL=OFF \
-DCMAKE_BUILD_TYPE=STRING=Release \ -DCMAKE_BUILD_TYPE:STRING=Release \
%{?sse} %{?sse2} %{?sse} %{?sse2}
popd popd
@ -114,6 +114,7 @@ rm -fv %{buildroot}%{_bindir}/g-lensfun-update-data \
* Wed Nov 19 2014 Nils Philippsen <nils@redhat.com> * Wed Nov 19 2014 Nils Philippsen <nils@redhat.com>
- reenable helper scripts - reenable helper scripts
- install man pages into their correct place - install man pages into their correct place
- correct typo
* Mon Nov 17 2014 Rex Dieter <rdieter@fedoraproject.org> 0.3.0-3 * Mon Nov 17 2014 Rex Dieter <rdieter@fedoraproject.org> 0.3.0-3
- enable sse only in %%ix86 x86_64, sse2 on x86_64, disable elsewhere - enable sse only in %%ix86 x86_64, sse2 on x86_64, disable elsewhere