rpms/tryton/EL-6 tryton.spec,1.13,1.14

Dan Horák sharkcz at fedoraproject.org
Tue Jul 20 10:38:55 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/tryton/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28628

Modified Files:
	tryton.spec 
Log Message:
* Thu Jul 15 2010 Dan Horák <dan[at]danny.cz> 1.6.0-2
- build documentation
- add missing R: python-dateutil



Index: tryton.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/EL-6/tryton.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- tryton.spec	7 Jul 2010 16:50:24 -0000	1.13
+++ tryton.spec	20 Jul 2010 10:38:55 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:           tryton
 Version:        1.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Client for the Tryton application framework
 
 Group:          Applications/Productivity
@@ -12,8 +12,16 @@ Source0:        http://downloads.tryton.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools desktop-file-utils
-Requires:       pygtk2 librsvg2 mx pyOpenSSL pytz
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  desktop-file-utils
+BuildRequires:  python-sphinx
+Requires:       pygtk2
+Requires:       librsvg2
+Requires:       mx
+Requires:       pyOpenSSL
+Requires:       pytz
+Requires:       python-dateutil
 
 
 %description
@@ -28,6 +36,10 @@ in the trytond package.
 %build
 %{__python} setup.py build
 
+pushd doc
+make html
+popd
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYRIGHT INSTALL LICENSE README TODO
+%doc doc/_build/html
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_datadir}/pixmaps/%{name}
@@ -60,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 15 2010 Dan Horák <dan[at]danny.cz> 1.6.0-2
+- build documentation
+- add missing R: python-dateutil
+
 * Wed Jul  7 2010 Dan Horák <dan[at]danny.cz> 1.6.0-1
 - update to upstream version 1.6.0
 



More information about the scm-commits mailing list