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,25 +1,33 @@
-------------------------------------------------------------------
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> Thu Mar 21 11:25:14 UTC 2024 - Manfred Schwarb <manfred99@gmx.ch>
- Update to version 1.1.3: - Update to version 1.1.3:
* Fix compiler warnings * Fix compiler warnings
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 6 10:22:53 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch> Mon Nov 6 10:22:53 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
- remove optional binary installation to please Factory - remove optional binary installation to please Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 30 14:14:23 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch> Mon Oct 30 14:14:23 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
- make deploying aec executable conditional and default off, can - make deploying aec executable conditional and default off, can
be added back later if needed be added back later if needed
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 16 09:48:52 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch> Mon Oct 16 09:48:52 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
- Update to version 1.1.2: - Update to version 1.1.2:
* Compile issue with MSVC * Compile issue with MSVC
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 29 13:00:31 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch> Fri Sep 29 13:00:31 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
@@ -43,7 +51,7 @@ Tue Sep 7 10:04:12 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>
- remove doc/patent.txt and patent comment in spec file, as the new - remove doc/patent.txt and patent comment in spec file, as the new
standard 121.0-B-3 declares: standard 121.0-B-3 declares:
"At time of publication, the specifications of this Recommended "At time of publication, the specifications of this Recommended
Standard are not known to be the subject of patent rights." Standard are not known to be the subject of patent rights."
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 16 12:50:52 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch> Wed Jun 16 12:50:52 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libaec # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libaec Name: libaec
Version: 1.1.3 Version: 1.1.4
Release: 0 Release: 0
Summary: Adaptive Entropy Coding library Summary: Adaptive Entropy Coding library
License: BSD-2-Clause License: BSD-2-Clause
@@ -84,19 +84,15 @@ SZIP library (http://www.hdfgroup.org/doc_resource/SZIP).
%autosetup -n "%{name}-v%{version}" %autosetup -n "%{name}-v%{version}"
%build %build
%cmake %cmake \
-DBUILD_STATIC_LIBS=OFF
%cmake_build %cmake_build
%check %check
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%ctest %ctest
%install %install
%cmake_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 libaec0 -p /sbin/ldconfig
%post -n libsz2 -p /sbin/ldconfig %post -n libsz2 -p /sbin/ldconfig