diff --git a/gedit.spec b/gedit.spec index 1567504..b7f23c7 100644 --- a/gedit.spec +++ b/gedit.spec @@ -1,7 +1,7 @@ %define glib2_version 2.25.15 +%define pygo_version 2.27 %define desktop_file_utils_version 0.9 %define gtksourceview_version 2.91.1 -%define gnome_python_desktop_version 2.15.90 %define gnome_doc_utils_version 0.3.2 %define enchant_version 1.2.0 %define isocodes_version 0.35 @@ -11,7 +11,7 @@ Summary: Text editor for the GNOME desktop Name: gedit Epoch: 2 Version: 2.91.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and GFDL Group: Applications/Editors #VCS: git:git://git.gnome.org/gedit @@ -50,11 +50,9 @@ BuildRequires: gsettings-desktop-schemas-devel BuildRequires: which BuildRequires: autoconf, automake, libtool BuildRequires: intltool +BuildRequires: gobject-introspection-devel -Requires: pygtk2 >= %{pygtk_version} -Requires: pygobject2 >= %{pygtk_version} -Requires: pygtksourceview >= %{pygtksourceview_version} -Requires: gnome-python2-desktop >= %{gnome_python_desktop_version} +Requires: pygobject2 >= %{pygo_version} # the run-command plugin uses zenity Requires: zenity Requires: gsettings-desktop-schemas @@ -165,6 +163,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %{_datadir}/gtk-doc %changelog +* Fri Jan 14 2011 Matthias Clasen - 2:2.91.5-3 +- Clean up python dependencies + * Mon Jan 10 2011 Matthias Clasen - 2:2.91.5-2 - Make epoch match what it should be (again !)