diff --git a/libdrm.changes b/libdrm.changes index be9680d..7f18c40 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 24 11:45:41 UTC 2021 - Stefan Dirsch + +- reenabled build of manual pages (switch from xsltproc to rst2man) + ------------------------------------------------------------------- Sun Jan 24 09:45:03 UTC 2021 - Dirk Müller diff --git a/libdrm.spec b/libdrm.spec index c3def5a..44bbb3d 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -29,12 +29,11 @@ URL: https://dri.freedesktop.org/ Source: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz Source2: baselibs.conf -# Required for building manpages -BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: meson >= 0.43 BuildRequires: pkgconfig -BuildRequires: xsltproc +# needed for rst2man to create manual pages +BuildRequires: python3-docutils BuildRequires: pkgconfig(pciaccess) >= 0.10 %if 0%{?with_valgrind_support:1} %ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} @@ -320,6 +319,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %{_bindir}/vbltest %files devel +%{_mandir}/man?/drm*?%{ext_man} %{_includedir}/libdrm %ifarch %{arm} %{_includedir}/omap