!6 [sync] PR-3: fix %patchN is deprecated warning
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
cdec59bb2d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: unizip
|
Name: unizip
|
||||||
Version: 0.0.3
|
Version: 0.0.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: unizip is a unified compression library that encapsulates zlib, snappy, lz4 and other compression algorithms into a unified interface.
|
Summary: unizip is a unified compression library that encapsulates zlib, snappy, lz4 and other compression algorithms into a unified interface.
|
||||||
|
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
@ -35,7 +35,7 @@ with %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -T -n %{name}-%{version} -a 0
|
%setup -q -c -T -n %{name}-%{version} -a 0
|
||||||
%patch0 -p1 -d %{name}-v%{version}
|
%patch 0 -p1 -d %{name}-v%{version}
|
||||||
%setup -q -c -T -n lzma2200 -a 1
|
%setup -q -c -T -n lzma2200 -a 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -71,5 +71,8 @@ popd
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 13 2024 yuqiuli <dev11302@linx-info.com> - 0.0.3-2
|
||||||
|
- fix %patchN is deprecated warning
|
||||||
|
|
||||||
* Tue Mar 28 2023 huangduirong <huangduirong@huawei.com> - 0.0.3-1
|
* Tue Mar 28 2023 huangduirong <huangduirong@huawei.com> - 0.0.3-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user