From 2da63356f93d197c594f5edd5ab543cc36dd4713 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 13 Feb 2023 17:14:41 +0000 Subject: [PATCH] d deps for man pages build --- libgpiod.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libgpiod.spec b/libgpiod.spec index d9881a7..a472278 100644 --- a/libgpiod.spec +++ b/libgpiod.spec @@ -2,7 +2,7 @@ Name: libgpiod Version: 2.0 -Release: 0.1%{?candidate:.%{candidate}}%{?dist} +Release: 0.2%{?candidate:.%{candidate}}%{?dist} Summary: C library and tools for interacting with linux GPIO char device License: LGPLv2+ @@ -13,13 +13,14 @@ Patch0: fix-python-install.patch BuildRequires: automake autoconf autoconf-archive libtool BuildRequires: doxygen BuildRequires: gcc gcc-c++ +BuildRequires: help2man BuildRequires: kernel-headers BuildRequires: kmod-devel BuildRequires: libstdc++-devel +BuildRequires: make BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: systemd-devel -BuildRequires: make %description libgpiod is a C library and tools for interacting with the linux GPIO character @@ -101,6 +102,9 @@ find %{buildroot} -name '*.la' -delete %{_libdir}/%{name}*.so %changelog +* Mon Feb 13 2023 Peter Robinson - 2.0-0.2.rc1 +- Add deps for man pages build + * Mon Feb 13 2023 Peter Robinson - 2.0-0.1.rc1 - Update to libgpiod 2.0 RC1