From 2f744c50879ea656227566b2540437301f190d4de065ca4fa23a4164f6aa5e3b Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 23 Dec 2019 11:02:54 +0000 Subject: [PATCH] - Also build documentation (boo#1013125) OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=34 --- p11-kit.changes | 5 +++++ p11-kit.spec | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/p11-kit.changes b/p11-kit.changes index b488982..9bc208c 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 23 11:00:15 UTC 2019 - Ludwig Nussel + +- Also build documentation (boo#1013125) + ------------------------------------------------------------------- Fri May 10 09:28:21 UTC 2019 - Dominique Leuenberger diff --git a/p11-kit.spec b/p11-kit.spec index e89c60b..bdb3cdc 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -1,7 +1,7 @@ # # spec file for package p11-kit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -99,7 +99,9 @@ Unix domain socket. Note that this feature is still experimental. %setup -q %build -%configure --with-trust-paths=%{trustdir_cfg}:%{trustdir_static} +%configure \ + --with-trust-paths=%{trustdir_cfg}:%{trustdir_static} \ + --enable-doc make %{?_smp_mflags} V=1 %install @@ -175,6 +177,9 @@ make %{?_smp_mflags} check %defattr(-,root,root) %{_bindir}/p11-kit %{_bindir}/trust +%{_mandir}/man1/trust.1.gz +%{_mandir}/man5/pkcs11.conf.5.gz +%{_mandir}/man8/p11-kit.8.gz %files devel %defattr(-,root,root)