# HG changeset patch # User Mads Kiilerich <[email protected]> # Date 1248524891 -7200 # Node ID f88e3edec0ab53ebbd892350a072a3f8c44da52e # Parent 6f96bf534dc3c1102efb557887fb653083d87cd3 rpm spec: update requirements
diff --git a/contrib/tortoisehg.spec b/contrib/tortoisehg.spec --- a/contrib/tortoisehg.spec +++ b/contrib/tortoisehg.spec @@ -11,8 +11,8 @@ URL: http://bitbucket.org/tortoisehg/stable/wiki/ Source0: tortoisehg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python -Requires: python >= 2.4, mercurial >= 1.3, gnome-python2-gconf +BuildRequires: python, python-devel, gettext +Requires: python >= 2.4, python-iniparse, mercurial >= 1.3, gnome-python2-gconf Requires: gnome-python2-gtksourceview, pycairo, pygobject2, pygtk2 >= 2.10 %description @@ -22,7 +22,7 @@ %package nautilus Summary: Mercurial GUI plugin to Nautilus file manager Group: Development/Tools -Requires: %{name} nautilus-python +Requires: %{name} = %{version}-%{release}, nautilus-python %description nautilus This package contains the TortoiseHg Gnome/Nautilus extension, @@ -30,7 +30,7 @@ system available in the file manager with a graphical interface. %prep -%setup -q -n tortoisehg-%{version} +%setup -q # Fix for nautilus python extensions in lib64 on x86_64 sed -i "s,lib/nautilus,%{_lib}/nautilus,g" setup.py ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
