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
%define pkgname openerp-server Name: %{pkgname} Version: 5.0.15 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/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{pkgname}-%{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 BuildRequires: python-pyparsing BuildRequires: graphviz Requires: python-psycopg2 Requires: python-ReportLab Requires: python-lxml Requires: pychart Requires: python-pydot Requires: python-xml Requires: libxml2-python Requires: libxslt-python Requires: python-pyparsing Requires: graphviz Recommends: postgresql-server %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} rm -rf %{buildroot}/usr/share/doc %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README doc/Changelog doc/INSTALL doc/COPYING %{_bindir}/openerp-server %dir %{_libdir}/python*/site-packages/openerp-server %{_libdir}/python*/site-packages/openerp-server/* %{_libdir}/python*/site-packages/openerp-server/*/* %{_libdir}/python*/site-packages/openerp-server/*/*/* %{_libdir}/python*/site-packages/openerp-server/*/*/*/* %{_mandir}/man1/openerp-server.1* %{_mandir}/man5/openerp_serverrc.5* %if 0%{?suse_version} >= 1100 %{_libdir}/python*/site-packages/openerp_server-%{version}-py*.egg-info %endif %changelog * Sat Oct 09 2010 Carsten Schoene <cs@linux-administrator.com> - 5.0.14-1 - initial build