reslove the conflict between xz-lzma-compat and LZMA-SDK
(cherry picked from commit 0458aca8ed9bc0457e136729575fda1d03c79792)
This commit is contained in:
parent
65d7018f61
commit
ff17fc6797
@ -1,7 +1,7 @@
|
||||
|
||||
Name: LZMA-SDK
|
||||
Version: 23.01
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: SDK for lzma compression
|
||||
License: Public Domain
|
||||
URL: http://sourceforge.net/projects/sevenzip/
|
||||
@ -75,7 +75,7 @@ make -f makefile.gcc clean all CXX="g++ %{optflags} -fPIC" CXX_C="gcc %{optflags
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m 0755 CPP/7zip/Bundles/LzmaCon/_o/lzma %{buildroot}%{_bindir}
|
||||
install -m 0755 CPP/7zip/Bundles/LzmaCon/_o/lzma %{buildroot}%{_bindir}/LZMA-SDK
|
||||
mkdir -p %{buildroot}/%{_includedir}/lzma/
|
||||
find -iname '*.h' | xargs -I {} install -m 0755 -D {} %{buildroot}/%{_includedir}/lzma/{}
|
||||
|
||||
@ -89,6 +89,9 @@ find -iname '*.h' | xargs -I {} install -m 0755 -D {} %{buildroot}/%{_includedir
|
||||
%doc DOC/7z*.txt DOC/Methods.txt DOC/lzma.txt DOC/lzma-history.txt
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2023 peijiankang <peijiankang@kylinos.cn> - 23.01-2
|
||||
- reslove the conflict between xz-lzma-compat and LZMA-SDK
|
||||
|
||||
* Fri Sep 1 2023 dillon chen <dillon.chen@gmail.com> - 23.01-1
|
||||
- upgrade to 23.01
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user