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}