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

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


Author: sharkcz

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

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



Index: trytond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trytond/EL-6/trytond.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- trytond.spec	7 Jul 2010 16:52:46 -0000	1.13
+++ trytond.spec	20 Jul 2010 10:39:38 -0000	1.14
@@ -4,7 +4,7 @@
 
 Name:           trytond
 Version:        1.6.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Server for the Tryton application framework
 
 Group:          System Environment/Daemons
@@ -16,10 +16,18 @@ Source11:       %{name}.sysconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-sphinx
 
 Requires:       %{name}-server = %{version}-%{release}
-Requires:       python-lxml python-relatorio mx pydot pytz pyOpenSSL
+Requires:       python-lxml
+Requires:       python-relatorio
+Requires:       mx
+Requires:       pydot
+Requires:       pytz
+Requires:       pyOpenSSL
+Requires:       python-dateutil
 Requires(pre):  shadow-utils
 Requires(post):  chkconfig
 Requires(preun): chkconfig
@@ -115,6 +123,11 @@ sed -i -e '1d' trytond/tests/test_tryton
 %build
 %{__python} setup.py build
 
+# docs
+pushd doc
+make html
+popd
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -161,6 +174,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYRIGHT INSTALL LICENSE README TODO
+%doc doc/_build/html
 %{_initddir}/%{name}
 %attr(0640,tryton,tryton) %config(noreplace) %{_sysconfdir}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
@@ -192,6 +206,10 @@ fi
 
 
 %changelog
+* Thu Jul 15 2010 Dan Horák <dan[at]danny.cz> 1.6.0-3
+- build documentation
+- add R: python-dateutil
+
 * Wed Jul  7 2010 Dan Horák <dan[at]danny.cz> 1.6.0-2
 - fix the tryton(kernel) Provides:
 



More information about the scm-commits mailing list