Changes of Revision 5
[-] | 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 +BuildRequires: python-devel 6 BuildRequires: python-psycopg2 7 BuildRequires: python-ReportLab 8 BuildRequires: python-lxml 9
10 Requires: libxml2-python 11 Requires: libxslt-python 12 13 -%description -n openerp-server 14 +%description 15 OpenERP is a free Enterprise Resource Planning and Customer Relationship 16 Management software. It is mainly developed to meet changing needs. 17 - 18 The main functional features are: CRM & SRM, analytic and financial accounting, 19 double-entry stock management, sales and purchases management, tasks automation, 20 help desk, marketing campaign, ... and vertical modules for very specific 21 businesses. 22 - 23 Technical features include a distributed server, flexible workflows, an object 24 database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, 25 26 |