forked from pool/trytond_product
Accepting request 1118927 from home:dgarcia:fix-shebang
Remove %python3_install prefix and root options, that's included in the macro by default. OBS-URL: https://build.opensuse.org/request/show/1118927 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond_product?expand=0&rev=26
This commit is contained in:
parent
9d9f62123b
commit
d8e9b7a6c1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user