diff options
Diffstat (limited to 'packaging/pygobject.spec')
-rw-r--r-- | packaging/pygobject.spec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packaging/pygobject.spec b/packaging/pygobject.spec index d62a4a5..6e1b795 100644 --- a/packaging/pygobject.spec +++ b/packaging/pygobject.spec @@ -1,26 +1,24 @@ # Last updated for version 2.21.0 %define glib2_version 2.22.4 -%define python2_version 2.3.5 +%define python_version 2.3.5 ### Abstract ### -Name: pygobject2 +Name: pygobject Version: 2.28.6 Release: 3%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python 2 bindings for GObject URL: http://www.pygtk.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-root -#VCS: git:git://git.gnome.org/pygobject -Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.bz2 +Source: pygobject-%{version}.tar.bz2 ### Patches ### ### Build Dependencies ### BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: python2-devel >= %{python2_version} +BuildRequires: python-devel >= %{python_version} # Bootstrap requirements BuildRequires: automake autoconf libtool |