[gedit] Clean up python dependencies

Matthias Clasen mclasen at fedoraproject.org
Fri Jan 14 16:08:18 UTC 2011


commit 032852b43e45315e4b3407c5525c2b358c62d28a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jan 14 11:07:58 2011 -0500

    Clean up python dependencies

 gedit.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
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 <mclasen at redhat.com> - 2:2.91.5-3
+- Clean up python dependencies
+
 * Mon Jan 10 2011 Matthias Clasen <mclasen at redhat.com> - 2:2.91.5-2
 - Make epoch match what it should be (again !)
 


More information about the scm-commits mailing list