[packages/c-blosc] - updated to 1.21.6
qboosh
qboosh at pld-linux.org
Tue Sep 23 05:40:07 CEST 2025
commit 0e4d85b9853300541b1249c57d8f89d581e1a81a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 23 05:43:05 2025 +0200
- updated to 1.21.6
c-blosc.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/c-blosc.spec b/c-blosc.spec
index 9952633..39e7c11 100644
--- a/c-blosc.spec
+++ b/c-blosc.spec
@@ -10,13 +10,13 @@
Summary: Blosc: A blocking, shuffling and lossless compression library
Summary(pl.UTF-8): Blosc: biblioteka blokowej, przetasowującej i bezstratnej kompresji
Name: c-blosc
-Version: 1.21.5
+Version: 1.21.6
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/Blosc/c-blosc/releases
Source0: https://github.com/Blosc/c-blosc/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5097ee61dc1f25281811f5a55b91b2e4
+# Source0-md5: 414d8317c2dd7f3629aad34b6962b6d1
Patch0: %{name}-sse2.patch
URL: https://www.blosc.org/
BuildRequires: cmake >= 2.8.12
@@ -24,6 +24,9 @@ BuildRequires: lz4-devel
BuildRequires: snappy-devel
BuildRequires: zlib-devel
BuildRequires: zstd-devel
+%if %{with sse2}
+Requires: cpuinfo(sse2)
+%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -91,6 +94,7 @@ cd build
%{!?with_static_libs:-DBUILD_STATIC=OFF} \
-DCMAKE_INSTALL_INCLUDEDIR=include \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
+ -DDEACTIVATE_SNAPPY=OFF \
-DPREFER_EXTERNAL_LZ4=ON \
-DPREFER_EXTERNAL_ZLIB=ON \
-DPREFER_EXTERNAL_ZSTD=ON \
@@ -114,11 +118,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc ANNOUNCE.rst FAQ.md README.md README_CHUNK_FORMAT.rst README_THREADED.rst RELEASE_NOTES.rst THANKS.rst
%attr(755,root,root) %{_libdir}/libblosc.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libblosc.so.1
+%ghost %{_libdir}/libblosc.so.1
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libblosc.so
+%{_libdir}/libblosc.so
%{_includedir}/blosc.h
%{_includedir}/blosc-export.h
%{_pkgconfigdir}/blosc.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/c-blosc.git/commitdiff/0e4d85b9853300541b1249c57d8f89d581e1a81a
More information about the pld-cvs-commit
mailing list