add spell-checking support
This commit is contained in:
parent
3cadb0a2b7
commit
f5ff99542d
14
gedit.spec
14
gedit.spec
@ -13,13 +13,15 @@
|
||||
%define gnome_python_desktop_version 2.15.90
|
||||
%define gnome_doc_utils_version 0.3.2
|
||||
%define gconf_version 2.14
|
||||
%define enchant_version 1.2.0
|
||||
%define isocodes_version 0.35
|
||||
|
||||
%define po_package gedit
|
||||
|
||||
Summary: gEdit is a small but powerful text editor for GNOME
|
||||
Name: gedit
|
||||
Version: 2.18.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/Editors
|
||||
@ -62,7 +64,8 @@ BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||
BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
||||
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: aspell-devel
|
||||
BuildRequires: enchant-devel >= %{enchant_version}
|
||||
BuildRequires: iso-codes-devel >= %{isocodes_version}
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: gail-devel >= %{gail_version}
|
||||
BuildRequires: gtksourceview-devel >= %{gtksourceview_version}
|
||||
@ -124,8 +127,7 @@ autoreconf
|
||||
%configure \
|
||||
--disable-scrollkeeper \
|
||||
--disable-gtk-doc \
|
||||
--enable-python \
|
||||
--disable-spell
|
||||
--enable-python
|
||||
make
|
||||
|
||||
%install
|
||||
@ -206,6 +208,10 @@ fi
|
||||
%{_datadir}/gtk-doc/html/gedit/
|
||||
|
||||
%changelog
|
||||
* Sat May 5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-3
|
||||
- Add enchant-devel and iso-codes-devel BRs to build
|
||||
with spell-checking support (#227477)
|
||||
|
||||
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-2
|
||||
- Reduce the size of the tags files
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user