From ddd66e91e11410c0566c12c63cc71e116a93985cf83f0c7ee9cd3b42f7aa60d4 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 7 Feb 2017 16:53:03 +0000 Subject: [PATCH] Accepting request 455314 from home:dimstar:Factory Fix build with rpm 4.13 OBS-URL: https://build.opensuse.org/request/show/455314 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=12 --- pcre2.changes | 5 +++++ pcre2.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index 2261aba..18b95d7 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 16:19:22 UTC 2017 - dimstar@opensuse.org + +- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13. + ------------------------------------------------------------------- Mon Aug 1 15:24:18 UTC 2016 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 97a7241..77bdd0d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# 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 @@ -237,6 +237,7 @@ make check -j1 %files doc %defattr(-,root,root) %doc doc/html doc/*.txt +%doc %{_defaultdocdir}/pcre2-doc %files devel %defattr(-,root,root)