Accepting request 452384 from X11:XOrg

- enabled build of manual pages (bnc#1021810)

OBS-URL: https://build.opensuse.org/request/show/452384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2017-01-27 09:45:35 +00:00 committed by Git OBS Bridge
commit 4b8bfe60d6
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 10:57:44 UTC 2017 - sndirsch@suse.com
- enabled build of manual pages (bnc#1021810)
-------------------------------------------------------------------
Sat Dec 31 18:16:41 UTC 2016 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libdrm
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -35,6 +35,9 @@ BuildRequires: pkgconfig
BuildRequires: util-macros-devel
BuildRequires: pkgconfig(pciaccess) >= 0.10
BuildRequires: pkgconfig(pthread-stubs)
# Required for building manpages
BuildRequires: docbook-xsl-stylesheets
BuildRequires: xsltproc
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -192,6 +195,7 @@ autoreconf -fi
--enable-freedreno-experimental-api \
--enable-tegra-experimental-api \
%endif
--enable-manpages \
--enable-udev
make %{?_smp_mflags} V=1
@ -246,6 +250,10 @@ install \
%files devel
%defattr(-,root,root)
%dir %{_mandir}/man3
%dir %{_mandir}/man7
%{_mandir}/man3/*
%{_mandir}/man7/*
%{_includedir}/libdrm
%ifarch %{arm}
%{_includedir}/omap