!21 [sync] PR-19: reslove the conflict between xz-lzma-compat and LZMA-SDK
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
5cd5f30a25
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: LZMA-SDK
|
Name: LZMA-SDK
|
||||||
Version: 23.01
|
Version: 23.01
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: SDK for lzma compression
|
Summary: SDK for lzma compression
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://sourceforge.net/projects/sevenzip/
|
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
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
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/
|
mkdir -p %{buildroot}/%{_includedir}/lzma/
|
||||||
find -iname '*.h' | xargs -I {} install -m 0755 -D {} %{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
|
%doc DOC/7z*.txt DOC/Methods.txt DOC/lzma.txt DOC/lzma-history.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 1 2023 dillon chen <dillon.chen@gmail.com> - 23.01-1
|
||||||
- upgrade to 23.01
|
- upgrade to 23.01
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user