libaec:update to v1.0.6

This commit is contained in:
gaonan98 2022-10-18 18:25:33 +08:00
parent aa1f7bd279
commit 7ea1b47a6b
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
libaec-v1.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libaec Name: libaec
Version: 1.0.4 Version: 1.0.6
Release: 2 Release: 1
Summary: Adaptive Entropy Coding library Summary: Adaptive Entropy Coding library
License: BSD-2-Clause License: BSD-2-Clause
Url: https://gitlab.dkrz.de/k202009/libaec Url: https://gitlab.dkrz.de/k202009/libaec
@ -45,16 +45,21 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1
%files %files
%doc README.md README.SZIP CHANGELOG.md %doc README.md README.SZIP CHANGELOG.md
%license Copyright.txt doc/patent.txt %license doc/patent.txt
%{_bindir}/aec %{_bindir}/aec
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%{_libdir}/lib*.a
%{_mandir}/man1/aec.* %{_mandir}/man1/aec.*
%files devel %files devel
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_prefix}/cmake/libaec-config*.cmake
%changelog %changelog
* Thu Sep 15 2022 lutkunpeng <lutkunpeng@163.com> - 1.0.6-1
- DESC: update to 1.0.6
* Tue May 10 2022 caodongxia <caodongxia@h-partners.com> - 1.0.4-2 * Tue May 10 2022 caodongxia <caodongxia@h-partners.com> - 1.0.4-2
- License compliance rectification - License compliance rectification