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:
commit
0608a0d456
@ -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
3
proteus-5.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d4fbc25cc37a1b543cabbfabe0eea71a398f3b28522c35da895d5a143f69f1f
|
||||||
|
size 39887
|
@ -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>
|
Mon Nov 11 17:59:36 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
33
proteus.spec
33
proteus.spec
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proteus
|
# spec file for package proteus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC.
|
||||||
# Copyright (c) 2017-2018 Dr. Axel Braun
|
# Copyright (c) 2019 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,25 +17,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define majorver 4.6
|
%define majorver 5.0
|
||||||
Name: proteus
|
Name: proteus
|
||||||
Version: %{majorver}.9
|
Version: %{majorver}.6
|
||||||
Release: 0
|
Release: 0
|
||||||
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-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Office/Management
|
Group: Productivity/Office/Management
|
||||||
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
|
||||||
# List of additional build dependencies
|
# List of additional build dependencies
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python-lxml
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: python-psycopg2
|
BuildRequires: python3-psycopg2
|
||||||
BuildRequires: python-pydot
|
BuildRequires: python3-pydot
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python-cdecimal
|
Requires: python3-dateutil
|
||||||
Requires: python-dateutil
|
##equires: python3-cdecimal
|
||||||
Requires: python-simplejson
|
##Requires: python3-simplejson
|
||||||
Requires: trytond
|
Requires: trytond
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -47,16 +47,15 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python3 setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%_prefix --root=%buildroot
|
python3 setup.py install --prefix=%_prefix --root=%buildroot
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README LICENSE
|
||||||
%license LICENSE
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user