- reenabled build of manual pages (switch from xsltproc to rst2man)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=298
This commit is contained in:
Stefan Dirsch 2021-01-24 11:46:34 +00:00 committed by Git OBS Bridge
parent 3589cb17ff
commit 27268a2bee
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 24 11:45:41 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- reenabled build of manual pages (switch from xsltproc to rst2man)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 24 09:45:03 UTC 2021 - Dirk Müller <dmueller@suse.com> Sun Jan 24 09:45:03 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -29,12 +29,11 @@ URL: https://dri.freedesktop.org/
Source: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz Source: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz
Source2: baselibs.conf Source2: baselibs.conf
# Required for building manpages
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: meson >= 0.43 BuildRequires: meson >= 0.43
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xsltproc # needed for rst2man to create manual pages
BuildRequires: python3-docutils
BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(pciaccess) >= 0.10
%if 0%{?with_valgrind_support:1} %if 0%{?with_valgrind_support:1}
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} %ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm}
@ -320,6 +319,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%{_bindir}/vbltest %{_bindir}/vbltest
%files devel %files devel
%{_mandir}/man?/drm*?%{ext_man}
%{_includedir}/libdrm %{_includedir}/libdrm
%ifarch %{arm} %ifarch %{arm}
%{_includedir}/omap %{_includedir}/omap