SHA256
1
0
forked from pool/proteus

Accepting request 439115 from Application:ERP:Tryton:Factory

bugfix version 3.8.5

OBS-URL: https://build.opensuse.org/request/show/439115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proteus?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-11-08 17:28:06 +00:00 committed by Git OBS Bridge
parent 32ac2ae374
commit 0521125a18
4 changed files with 24 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51177ea4e3ff741600f1e410a8037196c5e011e2a856880fa060590db2622d39
size 37229

3
proteus-3.8.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2513d4b5681c263f08a5c093b1012f395a20f6dd9745db121a4eb5393641ea26
size 37233

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 6 19:25:44 UTC 2016 - axel.braun@gmx.de
- version 3.8.5
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 6 15:27:24 UTC 2016 - axel.braun@gmx.de Tue Sep 6 15:27:24 UTC 2016 - axel.braun@gmx.de

View File

@ -14,34 +14,35 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define majorver 3.8 %define majorver 3.8
Version: %{majorver}.4 Version: %{majorver}.5
Release: 0
Name: proteus Name: proteus
# List of additional build dependencies # List of additional build dependencies
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-psycopg2 BuildRequires: python-lxml
BuildRequires: python-lxml BuildRequires: python-psycopg2
BuildRequires: python-pydot BuildRequires: python-pydot
BuildRequires: python-setuptools BuildRequires: python-setuptools
Release: 0
License: GPL-3.0+
Url: http://www.tryton.org/ Url: http://www.tryton.org/
Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
Group: Productivity/Office/Management
Summary: A library to access Tryton's modules like a client Summary: A library to access Tryton's modules like a client
License: GPL-3.0+
Group: Productivity/Office/Management
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: trytond Requires: python-cdecimal
Requires: python-dateutil Requires: python-dateutil
Requires: python-cdecimal Requires: python-simplejson
Requires: python-simplejson Requires: trytond
%description %description
Proteus allows you to access Tryton's modules like a client. Useful for automation, data load etc. Proteus allows you to access Tryton's modules like a client. Useful for automation, data load etc.
@ -51,7 +52,7 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati
%build %build
python setup.py build python setup.py build
%install %install
python setup.py install --prefix=%_prefix --root=%buildroot python setup.py install --prefix=%_prefix --root=%buildroot
%fdupes -s %{buildroot} %fdupes -s %{buildroot}