SHA256
1
0
forked from pool/libaec

2 Commits

4 changed files with 20 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bafbfaef773bf8f5e5451e6c1f23da36c7199186cc0974fb9874bf723fe4270
size 2785311

3
libaec-v1.1.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b910e47d526ecbfb802ba6cdc6d262420f6ca436e87edfb57a32966f5148f762
size 2786045

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jun 12 14:07:50 UTC 2025 - Manfred Schwarb <manfred99@gmx.ch>
- adjust spec file: remove now unneeded tweaks to adjust cmake files
and to delete static libraries
- Update to version 1.1.4:
* cmake build fixes and enhancements
-------------------------------------------------------------------
Thu Mar 21 11:25:14 UTC 2024 - Manfred Schwarb <manfred99@gmx.ch>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libaec
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libaec
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: Adaptive Entropy Coding library
License: BSD-2-Clause
@@ -84,19 +84,15 @@ SZIP library (http://www.hdfgroup.org/doc_resource/SZIP).
%autosetup -n "%{name}-v%{version}"
%build
%cmake
%cmake \
-DBUILD_STATIC_LIBS=OFF
%cmake_build
%check
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%ctest
%install
%cmake_install
find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print
mkdir -p %{buildroot}%{_libdir}/cmake/%{name}
mv %{buildroot}/usr/cmake/*.cmake %{buildroot}%{_libdir}/cmake/%{name}/
rmdir %{buildroot}/usr/cmake
%post -n libaec0 -p /sbin/ldconfig
%post -n libsz2 -p /sbin/ldconfig