rpms/trytond/F-10 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trytond.spec, 1.1, 1.2

Dan Horák sharkcz at fedoraproject.org
Fri Jan 9 11:06:57 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/trytond/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13198

Modified Files:
	.cvsignore sources trytond.spec 
Log Message:
* Thu Jan  8 2009 Dan Horák <dan[at]danny.cz> 1.0.2-1
- modularize the openoffice.org support
- update to upstream version 1.0.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trytond/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Dec 2008 10:45:56 -0000	1.2
+++ .cvsignore	9 Jan 2009 11:06:25 -0000	1.3
@@ -1 +1 @@
-trytond-1.0.1.tar.gz
+trytond-1.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trytond/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Dec 2008 10:45:56 -0000	1.2
+++ sources	9 Jan 2009 11:06:25 -0000	1.3
@@ -1 +1 @@
-c6623abf70994de431115ee0b93c419d  trytond-1.0.1.tar.gz
+e6eed9dbc90961d6ccefb3c70adc47eb  trytond-1.0.2.tar.gz


Index: trytond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trytond/F-10/trytond.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trytond.spec	18 Dec 2008 10:45:56 -0000	1.1
+++ trytond.spec	9 Jan 2009 11:06:25 -0000	1.2
@@ -3,8 +3,8 @@
 %{!?_initddir: %define _initddir %{_initrddir}}
 
 Name:           trytond
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        Server for the Tryton application framework
 
 Group:          System Environment/Daemons
@@ -19,7 +19,6 @@
 BuildRequires:  python-devel python-setuptools
 
 Requires:       python-psycopg2 python-lxml python-relatorio mx pydot pytz pyOpenSSL
-Requires:       python-openoffice
 Requires(pre):  shadow-utils
 Requires(post):  chkconfig
 Requires(preun): chkconfig
@@ -43,6 +42,19 @@
 relevant purpose.
 
 
+%package openoffice
+Summary:        OpenOffice.org support for Tryton Server
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       python-openoffice
+%if 0%{?rhel}
+ExcludeArch:    ppc
+%endif
+
+%description openoffice
+OpenOffice.org support for Tryton Server.
+
+
 %prep
 %setup -q
 
@@ -107,8 +119,15 @@
 %attr(0750,tryton,tryton) %{_localstatedir}/lib/%{name}
 %attr(0750,tryton,tryton) %{_localstatedir}/log/%{name}
 
+%files openoffice
+%defattr(-,root,root,-)
+
 
 %changelog
+* Thu Jan  8 2009 Dan Horák <dan[at]danny.cz> 1.0.2-1
+- modularize the openoffice.org support
+- update to upstream version 1.0.2
+
 * Tue Dec  2 2008 Dan Horák <dan[at]danny.cz> 1.0.1-2
 - add dependency on python-openoffice
 




More information about the fedora-extras-commits mailing list