!5 Update to version 2.4.2

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-09-05 08:36:11 +00:00 committed by Gitee
commit bb5e2e9d61
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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