diff --git a/blosc.spec b/blosc.spec index fe9e063..2012312 100644 --- a/blosc.spec +++ b/blosc.spec @@ -1,6 +1,6 @@ Name: blosc Version: 1.14.4 -Release: 2 +Release: 3 Summary: Binary compressor License: MIT URL: https://github.com/Blosc/c-blosc @@ -42,16 +42,15 @@ sed -i '1i #!/usr/bin/python3' bench/plot-speeds.py %ifarch x86_64 %{?_cmake_lib_suffix64} \ %endif - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_BUILD_TYPE:STRING="Debug" \ -DCMAKE_C_FLAGS:STRING="%{optflags}" \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DBUILD_STATIC:BOOL=OFF \ -DPREFER_EXTERNAL_LZ4:BOOL=ON \ + -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF \ + -DPREFER_EXTERNAL_SNAPPY:BOOL=ON \ -DPREFER_EXTERNAL_ZLIB:BOOL=ON \ -DPREFER_EXTERNAL_ZSTD:BOOL=ON \ - -DPREFER_EXTERNAL_SNAPPY:BOOL=ON \ - -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF \ - -DBUILD_STATIC:BOOL=OFF \ - . %make_build @@ -85,5 +84,7 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times %{_bindir}/%{name}-plot-times %changelog +* Thu Nov 14 2019 wangye - 1.14.4-3 +- Update * Thu Nov 14 2019 wangye - 1.14.4-2 -- Package init \ No newline at end of file +- Package init