!4 update version to 1.21.0
From: @xugmin Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
fcb6e21a0c
Binary file not shown.
BIN
blosc-1.21.0.tar.gz
Normal file
BIN
blosc-1.21.0.tar.gz
Normal file
Binary file not shown.
12
blosc.spec
12
blosc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: blosc
|
Name: blosc
|
||||||
Version: 1.14.4
|
Version: 1.21.0
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Binary compressor
|
Summary: Binary compressor
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Blosc/c-blosc
|
URL: https://github.com/Blosc/c-blosc
|
||||||
@ -31,7 +31,7 @@ the performance of Blosc, and compares it with memcpy.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n c-%{name}-%{version} -p1
|
%autosetup -n c-%{name}-%{version} -p1
|
||||||
|
|
||||||
rm -r internal-complibs/snappy* internal-complibs/zlib*
|
#rm -r internal-complibs/snappy* internal-complibs/zlib*
|
||||||
sed -i '1i set\(CMAKE_SKIP_RPATH true\)' bench/CMakeLists.txt
|
sed -i '1i set\(CMAKE_SKIP_RPATH true\)' bench/CMakeLists.txt
|
||||||
sed -i '1i set\(CMAKE_POSITION_INDEPENDENT_CODE TRUE\)' CMakeLists.txt
|
sed -i '1i set\(CMAKE_POSITION_INDEPENDENT_CODE TRUE\)' CMakeLists.txt
|
||||||
sed -i 's|lib/pkgconfig|%{_lib}/pkgconfig|' CMakeLists.txt
|
sed -i 's|lib/pkgconfig|%{_lib}/pkgconfig|' CMakeLists.txt
|
||||||
@ -70,7 +70,8 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times
|
|||||||
%exclude %{_pkgdocdir}/bench/
|
%exclude %{_pkgdocdir}/bench/
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%{_libdir}/libblosc.so.1*
|
%{_libdir}/libblosc.so.1*
|
||||||
%doc README.md ANNOUNCE.rst RELEASE_NOTES.rst README_HEADER.rst README_THREADED.rst
|
%doc README.md ANNOUNCE.rst RELEASE_NOTES.rst README_CHUNK_FORMAT.rst
|
||||||
|
%doc README_THREADED.rst COMPILING_WITH_WHEELS.rst CONTRIBUTING.md code_of_conduct.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libblosc.so
|
%{_libdir}/libblosc.so
|
||||||
@ -84,6 +85,9 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times
|
|||||||
%{_bindir}/%{name}-plot-times
|
%{_bindir}/%{name}-plot-times
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 09 2021 xuguangmin <xuguangmin@kylinos.cn> - 1.21.0-1
|
||||||
|
- Update version to 1.21.0
|
||||||
|
|
||||||
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.14.4-4
|
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.14.4-4
|
||||||
- Fix building error: No CMAKE_CXX_COMPULER could be found
|
- Fix building error: No CMAKE_CXX_COMPULER could be found
|
||||||
- Add gcc-g++ in BuildRequires
|
- Add gcc-g++ in BuildRequires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user