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: Build and include html docs in rpm

Changeset 1988e6a0c633

Parent ca1b12773f78

by Mads Kiilerich

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

 
11
12
13
14
 
15
16
17
 
45
46
47
 
 
 
48
49
50
 
57
58
59
60
 
61
62
63
 
11
12
13
 
14
15
16
17
 
45
46
47
48
49
50
51
52
53
 
60
61
62
 
63
64
65
66
@@ -11,7 +11,7 @@
 URL: http://bitbucket.org/tortoisehg/stable/wiki/  Source0: tortoisehg-%{version}.tar.gz  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python, python-devel, gettext +BuildRequires: python, python-devel, gettext, python-sphinx  Requires: python >= 2.4, python-iniparse, mercurial >= 1.3, gnome-python2-gconf  Requires: gnome-python2-gtksourceview, pycairo, pygobject2, pygtk2 >= 2.10   @@ -45,6 +45,9 @@
 %build  %{__python} setup.py build   +cd doc +make html +  %install  rm -rf $RPM_BUILD_ROOT   @@ -57,7 +60,7 @@
   %files  %defattr(-,root,root,-) -%doc COPYING.txt ReleaseNotes.txt +%doc COPYING.txt ReleaseNotes.txt doc/build/html/  %{_bindir}/hgtk  %{python_sitelib}/hggtk/  %{python_sitelib}/thgutil/