Replace mandoc dependency with man-db

(cherry picked from commit 1df184bc1e4a3dd6cc9a64213245ca02c5456149)
This commit is contained in:
lilong 2024-03-29 05:49:50 +00:00 committed by openeuler-sync-bot
parent 35e8a33245
commit 64e156e32c

View File

@ -1,12 +1,12 @@
Name: libzip Name: libzip
Version: 1.10.1 Version: 1.10.1
Release: 1 Release: 2
Summary: A C library for reading, creating, and modifying zip archives Summary: A C library for reading, creating, and modifying zip archives
License: BSD-3-Clause License: BSD-3-Clause
URL: https://libzip.org/ URL: https://libzip.org/
Source0: https://libzip.org/download/libzip-%{version}.tar.xz Source0: https://libzip.org/download/libzip-%{version}.tar.xz
BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake xz-devel libzstd-devel cmake mandoc BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake xz-devel libzstd-devel cmake man-db
Provides: libzip-tools = %{version}-%{release} Provides: libzip-tools = %{version}-%{release}
Provides: libzip-tools%{?_isa} = %{version}-%{release} Provides: libzip-tools%{?_isa} = %{version}-%{release}
@ -81,6 +81,9 @@ make test
%changelog %changelog
* Fri Mar 29 2024 lilong <lilong@kylinos.cn> - 1.10.1-2
- Replace mandoc dependency with man-db
* Wed Dec 27 2023 liyanan <liyanan61@h-partners.com> - 1.10.1-1 * Wed Dec 27 2023 liyanan <liyanan61@h-partners.com> - 1.10.1-1
- Update to 1.10.1 - Update to 1.10.1