- disable gtk-doc generation on ia64 for now
This commit is contained in:
parent
b506d58711
commit
97bf4c50d8
@ -19,7 +19,7 @@ ExcludeArch: ppc64
|
||||
Summary: Backend data server for evolution
|
||||
Name: evolution-data-server
|
||||
Version: 1.1.4.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||
@ -144,8 +144,14 @@ if pkg-config openssl ; then
|
||||
fi
|
||||
%endif
|
||||
|
||||
%ifarch ia64
|
||||
%define gtkdoc_flags --enable-gtk-doc=no
|
||||
%else
|
||||
%define gtkdoc_flags --enable-gtk-doc
|
||||
%endif
|
||||
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
%gtkdoc_flags \
|
||||
--enable-file-locking=fcntl --enable-dot-locking=no \
|
||||
%ldap_flags %krb5_flags %nntp_flags %ssl_flags
|
||||
export tagname=CC
|
||||
@ -191,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
|
||||
- disable gtk-doc generation on ia64 for now
|
||||
|
||||
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
|
||||
- Exclude ppc64 due to missing mozilla dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user