Update requirements
This commit is contained in:
parent
ebb07b8462
commit
241cb29db9
19
gedit.spec
19
gedit.spec
@ -5,16 +5,17 @@
|
||||
%define libgnomeprint_version 2.7.1
|
||||
%define libgnomeprintui_version 2.7.1
|
||||
%define desktop_file_utils_version 0.9
|
||||
%define eel2_version 2.10.0
|
||||
%define gail_version 1.2.0
|
||||
%define gtksourceview_version 1.1.91
|
||||
%define pygtk_version 2.7.1
|
||||
%define gnome_python_extras_version 2.11.4
|
||||
|
||||
%define po_package gedit
|
||||
|
||||
Summary: gEdit is a small but powerful text editor for GNOME.
|
||||
Name: gedit
|
||||
Version: 2.13.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/Editors
|
||||
@ -38,15 +39,18 @@ BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
||||
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: aspell-devel
|
||||
BuildRequires: eel2-devel >= %{eel2_version}
|
||||
BuildRequires: gail-devel >= %{gail_version}
|
||||
BuildRequires: gtksourceview-devel >= %{gtksourceview_version}
|
||||
BuildRequires: scrollkeeper gettext
|
||||
BuildRequires: pygtk2-devel >= %{pygtk_version}
|
||||
BuildRequires: gnome-python2-gtksourceview >= %{gnome_python_extras_version}
|
||||
|
||||
Requires: eel2 >= %{eel2_version}
|
||||
Requires: libgnomeui >= %{libgnomeui_version}
|
||||
Requires: libgnomeprintui22 >= %{libgnomeprintui_version}
|
||||
Requires: gtksourceview >= %{gtksourceview_version}
|
||||
Requires: pygtk2 >= %{pygtk_version}
|
||||
Requires: gnome-python2-gtksourceview >= %{gnome_python_extras_version}
|
||||
|
||||
%description
|
||||
gEdit is a small but powerful text editor designed specifically for
|
||||
the GNOME GUI desktop. gEdit includes a plug-in API (which supports
|
||||
@ -60,8 +64,10 @@ You'll need to have GNOME and GTK+ installed to use gEdit.
|
||||
Summary: The files needed for developing plug-ins for the gEdit editor.
|
||||
Group: Development/Libraries
|
||||
# pkgconfig
|
||||
Requires: eel2-devel gtksourceview-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gtksourceview-devel
|
||||
Requires: libgnomeprintui22-devel
|
||||
Requires: pygtk2-devel >= %{pygtk_version}
|
||||
|
||||
%description devel
|
||||
gEdit is a small but powerful text editor for the GNOME GUI desktop.
|
||||
@ -144,6 +150,9 @@ scrollkeeper-update
|
||||
%{_libdir}/pkgconfig/gedit-2.10.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-2
|
||||
- Update requirements
|
||||
|
||||
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
|
||||
- Update to 2.13.0
|
||||
- Comment out the fileselector patches for now, these
|
||||
|
||||
Loading…
Reference in New Issue
Block a user