- enabled build of manual pages (bnc#1021810)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=225
This commit is contained in:
parent
cb9a3771aa
commit
81882d8599
@ -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
|
||||
|
||||
|
10
libdrm.spec
10
libdrm.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user