From ff17fc6797ca18ccc3e7d0257e148187ae95f7f4 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 13 Sep 2023 14:01:33 +0800 Subject: [PATCH] reslove the conflict between xz-lzma-compat and LZMA-SDK (cherry picked from commit 0458aca8ed9bc0457e136729575fda1d03c79792) --- LZMA-SDK.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LZMA-SDK.spec b/LZMA-SDK.spec index 6003170..5259743 100644 --- a/LZMA-SDK.spec +++ b/LZMA-SDK.spec @@ -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 - 23.01-2 +- reslove the conflict between xz-lzma-compat and LZMA-SDK + * Fri Sep 1 2023 dillon chen - 23.01-1 - upgrade to 23.01 -- Gitee