mirror of
https://abf.rosa.ru/djam/avahi.git
synced 2025-02-24 16:42:58 +00:00
fix mono
This commit is contained in:
parent
d0736ae63a
commit
3439a71870
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue