fix build warnings:patchN is deprecated, use patch N (or %patch -P N )

Signed-off-by: Chen Hao <dev11201@linx-info.com>
(cherry picked from commit 731397845a13bc166fdffc4ac2779d3b59d6dbb3)
This commit is contained in:
Chen Hao 2024-12-17 09:31:23 +08:00 committed by openeuler-sync-bot
parent bb535f3a89
commit 26e9dff8a9

View File

@ -1,7 +1,7 @@
Name: chmlib Name: chmlib
Summary: Library for dealing with ITSS/CHM format files Summary: Library for dealing with ITSS/CHM format files
Version: 0.40 Version: 0.40
Release: 1 Release: 2
License: LGPLv2+ License: LGPLv2+
Url: http://www.jedrea.com/chmlib/ Url: http://www.jedrea.com/chmlib/
Source0: http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2 Source0: http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
@ -81,6 +81,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
%changelog %changelog
* Tue Dec 17 2024 chenhao <dev11201@linx-info.com> - 0.40-2
- Fix %patchN is deprecated warning
* Wed May 10 2023 peijiankang <peijiankang@kylinos.cn> - 0.40-1 * Wed May 10 2023 peijiankang <peijiankang@kylinos.cn> - 0.40-1
- Init Package - Init Package