Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
openerp-server
> openerp-server.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File openerp-server.spec of Package openerp-server (Revision 5)
Currently displaying revision
5
,
show latest
Name: openerp-server Version: 5.0.14 Release: 1 Url: http://www.openerp.com/ License: GPLv3 Group: Productivity/Office/Management Summary: A free Enterprise Resource Planning and Customer Relationship Management Source0: http://www.openerp.com/download/stable/source/%{name]-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name]-%{version}-root BuildRequires: python-devel BuildRequires: python-psycopg2 BuildRequires: python-ReportLab BuildRequires: python-lxml BuildRequires: pychart BuildRequires: python-pydot BuildRequires: python-xml BuildRequires: libxml2-python BuildRequires: libxslt-python Requires: python-psycopg2 Requires: python-ReportLab Requires: python-lxml Requires: pychart Requires: python-pydot Requires: python-xml Requires: libxml2-python Requires: libxslt-python %description OpenERP is a free Enterprise Resource Planning and Customer Relationship Management software. It is mainly developed to meet changing needs. The main functional features are: CRM & SRM, analytic and financial accounting, double-entry stock management, sales and purchases management, tasks automation, help desk, marketing campaign, ... and vertical modules for very specific businesses. Technical features include a distributed server, flexible workflows, an object database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, %prep %setup %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %changelog * Sat Oct 09 2010 Carsten Schoene <cs@linux-administrator.com> - 5.0.14-1 - initial build