From 20b08eb97dfcd25a0ece3336dda0df45fb6442e0a3715018f96d5da06243e50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Feb 2017 10:08:44 +0000 Subject: [PATCH] Accepting request 455822 from home:dimstar:Factory - Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13. OBS-URL: https://build.opensuse.org/request/show/455822 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmms?expand=0&rev=16 --- libmms.changes | 5 +++++ libmms.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libmms.changes b/libmms.changes index 182d306..f82c128 100644 --- a/libmms.changes +++ b/libmms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 9 18:25:43 UTC 2017 - dimstar@opensuse.org + +- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13. + ------------------------------------------------------------------- Wed Dec 16 08:52:37 UTC 2015 - olaf@aepfle.de diff --git a/libmms.spec b/libmms.spec index f8e87a5..0c622c7 100644 --- a/libmms.spec +++ b/libmms.spec @@ -1,7 +1,7 @@ # # spec file for package libmms # -# Copyright (c) 2015 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 @@ -88,6 +88,7 @@ install -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}%{soname} %files -n %{name}%{soname} %defattr(0644, root, root, 0755) %doc AUTHORS ChangeLog COPYING.LIB README README.LICENSE +%doc %{_docdir}/%{name}%{soname} %{_libdir}/%{name}.so.%{soname}* %files -n %{name}-devel