forked from pool/trytond_product
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:
commit
5337df8613
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user