forked from pool/trytond_product
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:
commit
4494b6b592
@ -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>
|
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
|
Source2: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc
|
||||||
Source3: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
|
Source3: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: trytond
|
Requires: trytond
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,7 +47,7 @@ Product Template, Product and Product Category.
|
|||||||
%python3_build
|
%python3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python3_install --prefix=%_prefix --root=%buildroot
|
%python3_install
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user