- disabling gtk-doc on ia64 and s390x

This commit is contained in:
dmalcolm 2005-03-01 23:14:15 +00:00
parent 88f4837b08
commit 1ee7778278

View File

@ -14,7 +14,11 @@ ExcludeArch: ppc64
%define eds_major 1.2
%ifarch s390x ia64
%define use_gtk_doc 0
%else
%define use_gtk_doc 1
%endif
%if %{use_mozilla_nss}
%define mozilla_version 1.7.5
@ -23,7 +27,7 @@ ExcludeArch: ppc64
Summary: Backend data server for evolution
Name: evolution-data-server
Version: 1.1.6
Release: 4
Release: 5
License: GPL
Group: System Environment/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
@ -209,6 +213,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
- disabling gtk-doc on ia64 and s390x
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)