From be961bd5a19aa418d031cdfb818759e16db7214c Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 3 Feb 2020 09:17:20 +0000 Subject: [PATCH] build without docs because mdoc.exe is not built with Mono 6 and mcs anymore --- webkit2-sharp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webkit2-sharp.spec b/webkit2-sharp.spec index 31451aa..0a73a34 100644 --- a/webkit2-sharp.spec +++ b/webkit2-sharp.spec @@ -4,7 +4,7 @@ Name: webkit2-sharp Version: 0 -Release: 0.11%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist} +Release: 0.12%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist} Summary: C# bindings for WebKit 2 with GTK+ 3 License: MIT @@ -57,7 +57,7 @@ Development files for WebKit2-sharp %build ./autogen.sh -%configure --disable-static +%configure --disable-static --disable-docs sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool sed -i 's/\r$//' COPYING # No parallel make, race condition with monodoc @@ -80,10 +80,12 @@ find %{buildroot} -name '*.la' -delete %files devel %{_libdir}/pkgconfig/webkit2-sharp-4.0.pc -%{_prefix}/lib/monodoc/sources/webkit2-sharp* %changelog +* Mon Feb 03 2020 Timotheus Pokorra - 0-0.12.20170219gita59fd76 +- built without docs because mdoc.exe is not built with Mono 6 and mcs anymore + * Fri Jan 31 2020 Fedora Release Engineering - 0-0.11.20170219gita59fd76 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild