!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
|
Name: CharLS
|
||||||
Version: 2.0.0
|
Version: 2.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An optimized implementation of the JPEG-LS standard
|
Summary: An optimized implementation of the JPEG-LS standard
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/team-charls/charls
|
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
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -52,17 +52,22 @@ ctest .
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license License.txt
|
%license LICENSE.md
|
||||||
%{_libdir}/lib%{name}.so.2
|
%{_libdir}/libcharls.so.2
|
||||||
%{_libdir}/lib%{name}.so.2.0
|
%{_libdir}/libcharls.so.2.4.2
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/%{name}/
|
%dir %{_includedir}/charls/
|
||||||
%{_includedir}/%{name}/*
|
%{_includedir}/charls/*
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/libcharls.so
|
||||||
|
%{_libdir}/cmake/*
|
||||||
|
%{_libdir}/pkgconfig/charls.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 22 2022 tanyulong <tanyulong@kylinos.cn> - 2.0.0-1
|
||||||
- upgrade upstream version 2.0.0
|
- upgrade upstream version 2.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user