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