sparc64 does not have mono

This commit is contained in:
Dennis Gilmore 2008-02-10 03:42:28 +00:00
parent 90bcbee8be
commit aa25e845f1

View File

@ -1,21 +1,21 @@
%{?!WITH_MONO: %define WITH_MONO 1} %{?!WITH_MONO: %define WITH_MONO 1}
%{?!WITH_COMPAT_DNSSD: %define WITH_COMPAT_DNSSD 1} %{?!WITH_COMPAT_DNSSD: %define WITH_COMPAT_DNSSD 1}
%{?!WITH_COMPAT_HOWL: %define WITH_COMPAT_HOWL 1} %{?!WITH_COMPAT_HOWL: %define WITH_COMPAT_HOWL 1}
%ifarch ppc64 s390 s390x %ifarch ppc64 s390 s390x sparc64
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
Name: avahi Name: avahi
Version: 0.6.22 Version: 0.6.22
Release: 4%{?dist} Release: 5%{?dist}
Summary: Local network service discovery Summary: Local network service discovery
Group: System Environment/Base Group: System Environment/Base
License: LGPLv2 License: LGPLv2
URL: http://avahi.org URL: http://avahi.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dbus, expat Requires: dbus, expat
Requires: libdaemon >= 0.11 Requires: libdaemon >= 0.11
Requires(post): initscripts, chkconfig, ldconfig Requires(post): initscripts, chkconfig, ldconfig
Requires(pre): shadow-utils Requires(pre): shadow-utils
BuildRequires: dbus-devel >= 0.90 BuildRequires: dbus-devel >= 0.90
BuildRequires: dbus-glib-devel >= 0.70 BuildRequires: dbus-glib-devel >= 0.70
BuildRequires: dbus-python BuildRequires: dbus-python
@ -520,6 +520,9 @@ fi
%endif %endif
%changelog %changelog
* Sat Feb 09 2008 Dennis Gilmore <dennis@ausil.us> - 0.6.22-5
- sparc64 does not have mono
* Tue Dec 18 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.6.22-4 * Tue Dec 18 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.6.22-4
- Make bvnc call vncviewer instead of xvncviewer - Make bvnc call vncviewer instead of xvncviewer
- Let ui-tools depend on necessary packages - Let ui-tools depend on necessary packages