Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

rpm spec: update requirements

Changeset ca1b12773f78

Parent 630a51307fb4

by Mads Kiilerich

Changes to one file · Browse files at ca1b12773f78 Showing diff from parent 630a51307fb4 Diff from another changeset...

 
11
12
13
14
15
 
 
16
17
18
 
22
23
24
25
 
26
27
28
 
30
31
32
33
 
34
35
36
 
11
12
13
 
 
14
15
16
17
18
 
22
23
24
 
25
26
27
28
 
30
31
32
 
33
34
35
36
@@ -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