From 59f22bd9f69ec6e13bcb6d87cbacff90e9d7b0069237c032eaea42ea93ad5d21 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 16 Nov 2017 09:46:03 +0000 Subject: [PATCH] Accepting request 542191 from home:pluskalm:branches:devel:libraries:c_c++ - Do not generate manpages from docbook - Temporarily disable profiling due to bug in build system OBS-URL: https://build.opensuse.org/request/show/542191 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=65 --- expat.changes | 6 ++++++ expat.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/expat.changes b/expat.changes index 4563eb6..1081c06 100644 --- a/expat.changes +++ b/expat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 16 09:04:25 UTC 2017 - mpluskal@suse.com + +- Do not generate manpages from docbook +- Temporarily disable profiling due to bug in build system + ------------------------------------------------------------------- Wed Nov 8 20:01:31 UTC 2017 - aavindraa@gmail.com diff --git a/expat.spec b/expat.spec index 62da7b8..26545a5 100644 --- a/expat.spec +++ b/expat.spec @@ -16,6 +16,7 @@ # +%global do_profiling 0 %global unversion 2_2_5 Name: expat Version: 2.2.5 @@ -27,7 +28,6 @@ Url: http://libexpat.github.io Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2 Source1: %{name}faq.html Source2: baselibs.conf -BuildRequires: docbook2x BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig @@ -69,6 +69,7 @@ rm -f examples/*.dsp %build %configure \ --disable-silent-rules \ + --without-docbook \ --docdir="%{_docdir}/%{name}" \ --disable-static %if 0%{?do_profiling}