1
0

Accepting request 868174 from Application:ERP:GNUHealth:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/868174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond_product?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-02-01 12:27:59 +00:00 committed by Git OBS Bridge
commit 5337df8613
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 24 16:39:46 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- Adaption to new python macros
-------------------------------------------------------------------
Sat Apr 4 17:04:38 UTC 2020 - Axel Braun <axel.braun@gmx.de>

View File

@ -2,7 +2,7 @@
# spec file for package trytond_product
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2014-2016 Dr. Axel Braun
# Copyright (c) 2014-2021 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -41,10 +41,10 @@ Product Template, Product and Product Category.
%setup -q
%build
python3 setup.py build
%python3_build
%install
python3 setup.py install --prefix=%_prefix --root=%buildroot
%python3_install --prefix=%_prefix --root=%buildroot
%fdupes -s %{buildroot}
%files