This commit is contained in:
Alexander Stefanov 2020-04-15 20:08:28 +00:00
parent d0736ae63a
commit 3439a71870

View file

@ -45,12 +45,13 @@
%define lib_ui_gtk3_name %mklibname %{ui_gtk3_name}_ %{ui_gtk3_major}
%define develnameui_gtk3 %mklibname %{ui_gtk3_name} -d
%{?build_mono}%{?!build_mono:%bcond_without mono}
%{?build_qt5}%{?!build_qt5:%bcond_without qt5}
%{?build_gtk3}%{?!build_gtk3:%bcond_without gtk3}
%ifarch %{armx} %{mips}
%bcond_with mono
%else
%{?build_mono}%{?!build_mono:%bcond_without mono}
%endif
%define build_bootstrap 0
@ -265,11 +266,8 @@ Mono bindings for Avahi.
%{_prefix}/lib/mono/gac/%{name}-sharp/
%{_libdir}/pkgconfig/%{name}-sharp.pc
%{_libdir}/pkgconfig/%{name}-ui-sharp.pc
%endif
#----------------------------------------------------------------------------
%if %{with mono}
%package sharp-doc
Summary: Development documentation for avahi-sharp
Group: Development/Other
@ -290,7 +288,6 @@ Monodoc format.
%postun sharp-doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi
%endif
#----------------------------------------------------------------------------