1
0
Axel Braun
2021-01-24 16:40:30 +00:00
committed by Git OBS Bridge
parent 3e71ae1f57
commit cee6c36930

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