build without docs because mdoc.exe is not built with Mono 6 and mcs anymore
This commit is contained in:
parent
e49089e3b7
commit
be961bd5a1
1 changed files with 5 additions and 3 deletions
|
|
@ -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 <timotheus.pokorra@solidcharity.com> - 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 <releng@fedoraproject.org> - 0-0.11.20170219gita59fd76
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue