From 4764a002fb6d8b823a0cc22ab13607b49137999099a9a4e2ca2944162bb951cb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 28 Jun 2019 07:36:06 +0000 Subject: [PATCH] Accepting request 712117 from home:StefanBruens:branches:GNOME:Factory - Change BuildRequires to docbook-utils-minimal, otherwise the build pulls in half of texlive and all its dependencies. Only man pages and HTML API docs are generated, no need for PS/PDF generation. OBS-URL: https://build.opensuse.org/request/show/712117 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=165 --- colord.changes | 7 +++++++ colord.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/colord.changes b/colord.changes index bd6517c..5f2a85f 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 26 11:17:53 UTC 2019 - Stefan BrĂ¼ns + +- Change BuildRequires to docbook-utils-minimal, otherwise the build + pulls in half of texlive and all its dependencies. Only man pages + and HTML API docs are generated, no need for PS/PDF generation. + ------------------------------------------------------------------- Mon Feb 11 12:37:27 UTC 2019 - Dominique Leuenberger diff --git a/colord.spec b/colord.spec index d2e02c9..1b4be60 100644 --- a/colord.spec +++ b/colord.spec @@ -31,7 +31,7 @@ Source2: %{name}.keyring Source3: usr.lib.colord Source99: baselibs.conf BuildRequires: argyllcms -BuildRequires: docbook-utils +BuildRequires: docbook-utils-minimal BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: meson