- Also build documentation (boo#1013125)

OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=34
This commit is contained in:
Ludwig Nussel 2019-12-23 11:02:54 +00:00 committed by Git OBS Bridge
parent 54759f7fd0
commit 2f744c5087
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 23 11:00:15 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
- Also build documentation (boo#1013125)
-------------------------------------------------------------------
Fri May 10 09:28:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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)