!5 Update to version 2.4.2
From: @wang--ge Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
bb5e2e9d61
BIN
2.4.2.tar.gz
Normal file
BIN
2.4.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
21
CharLS.spec
21
CharLS.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user