Make sure the Sugar AbiCollab backend is compiled in

This commit is contained in:
Marc Maurer 2009-09-01 12:21:09 +00:00
parent 6cb919a341
commit 5cbce5fc2b

View File

@ -7,7 +7,7 @@
Summary: The AbiWord word processor
Name: abiword
Version: %{majorversion}.%{minorversion}.%{microversion}
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPLv2+
@ -43,9 +43,8 @@ BuildRequires: fribidi-devel, enchant-devel, wv-devel
BuildRequires: zlib-devel, popt-devel, libpng-devel
BuildRequires: gtk2-devel, libgsf-devel
BuildRequires: boost-devel, t1lib-devel
%if %{olpc_build}
BuildRequires: dbus-glib-devel >= 0.70
%else
%if !%{olpc_build}
Requires: link-grammar >= 4.2.2
BuildRequires: readline-devel
BuildRequires: bzip2-devel
@ -179,6 +178,11 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
%changelog
* Tue Sep 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-2
- Unconditionally add the dbus-glib-devel BR since the AbiCollab
Sugar backend is now always compiled in, even on non-OLPC
platforms.
* Sat Aug 29 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-1
- New upstream release