update to version 2.4.2

This commit is contained in:
wang--ge 2023-09-05 16:05:50 +08:00
parent 9806720524
commit adbc817104
3 changed files with 13 additions and 8 deletions

BIN
2.4.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: CharLS
Version: 2.0.0
Version: 2.4.2
Release: 1
Summary: An optimized implementation of the JPEG-LS standard
License: BSD
URL: https://github.com/team-charls/charls
Source0: https://github.com/team-charls/charls/archive/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/team-charls/charls/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
@ -52,17 +52,22 @@ ctest .
%files
%license License.txt
%{_libdir}/lib%{name}.so.2
%{_libdir}/lib%{name}.so.2.0
%license LICENSE.md
%{_libdir}/libcharls.so.2
%{_libdir}/libcharls.so.2.4.2
%files devel
%dir %{_includedir}/%{name}/
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}.so
%dir %{_includedir}/charls/
%{_includedir}/charls/*
%{_libdir}/libcharls.so
%{_libdir}/cmake/*
%{_libdir}/pkgconfig/charls.pc
%changelog
* Tue Sep 05 2023 Ge Wang <wang__ge@126.com> - 2.4.2-1
- Upgrade to version 2.4.2
* Tue Mar 22 2022 tanyulong <tanyulong@kylinos.cn> - 2.0.0-1
- upgrade upstream version 2.0.0