Accepting request 1118310 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/1118310 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=72
This commit is contained in:
parent
dff00c79ba
commit
2749453bc5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 11:53:13 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove %python3_install prefix and root options, that's included in
|
||||||
|
the macro by default.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 13:42:59 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
Sun Feb 12 13:42:59 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnuhealth-client
|
# spec file for package gnuhealth-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2015-2022 Dr. Axel Braun
|
# Copyright (c) 2015-2022 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -91,7 +91,7 @@ rm -rf */__pycache__
|
|||||||
%python3_build
|
%python3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python3_install --prefix=%{_prefix} --root=%{buildroot}
|
%python3_install
|
||||||
|
|
||||||
# menu-entry
|
# menu-entry
|
||||||
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop
|
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user