Changes of Revision 4
[-] | Changed | openerp-server.spec |
x 1
2 Summary: A free Enterprise Resource Planning and Customer Relationship Management 3 Source0: http://www.openerp.com/download/stable/source/%{name]-%{version}.tar.gz 4 BuildRoot: %{_tmppath}/%{name]-%{version}-root 5 - 6 BuildRequires: python-psycopg2 7 BuildRequires: python-ReportLab 8 BuildRequires: python-lxml 9
10 BuildRequires: python-xml 11 BuildRequires: libxml2-python 12 BuildRequires: libxslt-python 13 - 14 Requires: python-psycopg2 15 Requires: python-ReportLab 16 Requires: python-lxml 17
18 Requires: libxml2-python 19 Requires: libxslt-python 20 21 -%description 22 +%description -n openerp-server 23 OpenERP is a free Enterprise Resource Planning and Customer Relationship 24 Management software. It is mainly developed to meet changing needs. 25 26 |