change header file path lzma2200 to lzma
remove the version number Signed-off-by: laotan2 <tanjinghui1@huawei.com>
This commit is contained in:
parent
0de71bce9f
commit
c31c8f5393
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: LZMA-SDK
|
Name: LZMA-SDK
|
||||||
Version: 22.00
|
Version: 22.00
|
||||||
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/
|
||||||
@ -73,20 +73,27 @@ make -f makefile.gcc clean all CXX="g++ %{optflags} -fPIC" CXX_C="gcc %{optflags
|
|||||||
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}
|
||||||
mkdir -p %{buildroot}/%{_includedir}/lzma2200/
|
mkdir -p %{buildroot}/%{_includedir}/lzma/
|
||||||
find -iname '*.h' | xargs -I {} install -m 0755 -D {} %{buildroot}/%{_includedir}/lzma2200/{}
|
find -iname '*.h' | xargs -I {} install -m 0755 -D {} %{buildroot}/%{_includedir}/lzma/{}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/lzma2200/
|
%{_includedir}/lzma/
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%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 Aug 03 2022 tanjinghui1 <tanjinghui1@huawei.com> - 22.00-2
|
||||||
|
- change header file path lzma2200 to lzma
|
||||||
|
|
||||||
* Thu Jul 14 2022 tanjinghui1 <tanjinghui1@huawei.com> - 22.00-1
|
* Thu Jul 14 2022 tanjinghui1 <tanjinghui1@huawei.com> - 22.00-1
|
||||||
|
- upgrade to 22.00
|
||||||
|
|
||||||
* Fri May 27 2022 tanjinghui1 <tanjinghui1@h-partners.com> - 21.07-1
|
* Fri May 27 2022 tanjinghui1 <tanjinghui1@h-partners.com> - 21.07-1
|
||||||
|
- upgrade to 21.07
|
||||||
|
|
||||||
* Fri Dec 4 2020 tangmeng5 <tangmeng5@huawei.com> - 19.00-1
|
* Fri Dec 4 2020 tangmeng5 <tangmeng5@huawei.com> - 19.00-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user