Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
openerp-web
> openerp-web.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File openerp-web.spec of Package openerp-web (Revision 7)
Currently displaying revision
7
,
show latest
%define pkgname openerp-web 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-mako BuildRequires: python-babel BuildRequires: python-cherrypy BuildRequires: python-formencode BuildRequires: python-simplejson BuildRequires: python-pyparsing Requires: python-mako Requires: python-babel Requires: python-cherrypy Requires: python-formencode Requires: python-simplejson Requires: python-pyparsing %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} %__install -m0755 -d %{buildroot}/%{_sysconfdir}/init.d mv %{buildroot}%{_prefix}/scripts/openerp-web %{buildroot}/%{_sysconfdir}/init.d/openerp-web mv %{buildroot}%{_prefix}/config/openerp-web.cfg %{buildroot}/%{_sysconfdir}/openerp-web.cfg rm -rf %{buildroot}/usr/share/doc rm -rf %{buildroot}/usr/doc %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc doc/README.txt doc/ChangeLog doc/LICENSE.txt %{_bindir}/openerp-web %dir %{_libdir}/python*/site-packages/openerp %dir %{_libdir}/python*/site-packages/locales %{_sysconfdir}/init.d/openerp-web %{_sysconfdir}/openerp-web.cfg %{_libdir}/python*/site-packages/locales/* %{_libdir}/python*/site-packages/locales/*/*/* %{_libdir}/python*/site-packages/openerp/* %{_libdir}/python*/site-packages/openerp/*/* %{_libdir}/python*/site-packages/openerp/*/*/* %{_libdir}/python*/site-packages/openerp/*/*/*/* %if 0%{?suse_version} >= 1100 %{_libdir}/python*/site-packages/openerp_web-%{version}-py*.egg-info %endif %changelog * Sat Oct 09 2010 Carsten Schoene <cs@linux-administrator.com> - 5.0.14-1 - initial build