SHA256
1
0
forked from pool/proteus

Accepting request 752388 from Application:ERP:GNUHealth:Factory

gnuhealth 3.6.x (forwarded request 750786 from DocB)

OBS-URL: https://build.opensuse.org/request/show/752388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proteus?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-12-04 12:51:09 +00:00 committed by Git OBS Bridge
commit 0608a0d456
4 changed files with 24 additions and 20 deletions

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 21 14:36:24 UTC 2019 - Axel Braun <axel.braun@gmx.de>
- version 5.0.6 (GNU Health 3.6 series)
-------------------------------------------------------------------
Mon Nov 11 17:59:36 UTC 2019 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package proteus
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017-2018 Dr. Axel Braun
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2019 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,25 +17,25 @@
#
%define majorver 4.6
%define majorver 5.0
Name: proteus
Version: %{majorver}.9
Version: %{majorver}.6
Release: 0
Summary: A library to access Tryton's modules like a client
License: GPL-3.0-or-later
Group: Productivity/Office/Management
Url: http://www.tryton.org/
URL: http://www.tryton.org/
Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
# List of additional build dependencies
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-lxml
BuildRequires: python-psycopg2
BuildRequires: python-pydot
BuildRequires: python-setuptools
Requires: python-cdecimal
Requires: python-dateutil
Requires: python-simplejson
BuildRequires: python3-devel
BuildRequires: python3-lxml
BuildRequires: python3-psycopg2
BuildRequires: python3-pydot
BuildRequires: python3-setuptools
Requires: python3-dateutil
##equires: python3-cdecimal
##Requires: python3-simplejson
Requires: trytond
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -47,16 +47,15 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati
%setup -q
%build
python setup.py build
python3 setup.py build
%install
python setup.py install --prefix=%_prefix --root=%buildroot
python3 setup.py install --prefix=%_prefix --root=%buildroot
%fdupes -s %{buildroot}
%files
%defattr(-,root,root)
%doc README
%license LICENSE
%doc README LICENSE
%{python_sitelib}/*
%changelog