1
0

Accepting request 1118961 from Application:ERP:GNUHealth:Factory

Remove %python3_install prefix and root options, that's included in the macro by default. (forwarded request 1118927 from dgarcia)

OBS-URL: https://build.opensuse.org/request/show/1118961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond_product?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2023-10-19 20:50:11 +00:00 committed by Git OBS Bridge
commit 4494b6b592
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 19 11:39:07 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
- Remove %python3_install prefix and root options, that's included in
the macro by default.
-------------------------------------------------------------------
Fri Apr 7 20:03:34 UTC 2023 - Axel Braun <axel.braun@gmx.de>

View File

@ -29,6 +29,7 @@ Source: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.g
Source2: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc
Source3: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: trytond
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,7 +47,7 @@ Product Template, Product and Product Category.
%python3_build
%install
%python3_install --prefix=%_prefix --root=%buildroot
%python3_install
%fdupes -s %{buildroot}
%files