diff --git a/abiword.spec b/abiword.spec index 44f33bc..73c726a 100644 --- a/abiword.spec +++ b/abiword.spec @@ -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 - 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 - 1:2.7.10-1 - New upstream release