Accepting request 832087 from GNOME:Next

- Install ASHelper to %{_prefix}/lib: the scripts hardcode this
  path.

OBS-URL: https://build.opensuse.org/request/show/832087
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2020-09-05 14:06:21 +00:00 committed by Git OBS Bridge
parent 4818ebcd45
commit d74950fc42
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 4 12:46:34 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Install ASHelper to %{_prefix}/lib: the scripts hardcode this
path.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 28 12:54:44 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> Thu Mar 28 12:54:44 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libzypp-plugin-appdata # spec file for package libzypp-plugin-appdata
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -69,7 +69,7 @@ cp appdata-extra/*/* %{buildroot}%{_datadir}/appdata-extra/
# Install AppData zypp plugin # Install AppData zypp plugin
install -Dm 0755 InstallAppdata.py %{buildroot}%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata install -Dm 0755 InstallAppdata.py %{buildroot}%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata
install -Dm 0755 AsHelper.py %{buildroot}%{_libexecdir}/AsHelper install -Dm 0755 AsHelper.py %{buildroot}%{_prefix}/lib/AsHelper
# Install zypper helper command # Install zypper helper command
install -Dm 0755 zypper-appstream-cache %{buildroot}%{_prefix}/lib/zypper/commands/zypper-appstream-cache install -Dm 0755 zypper-appstream-cache %{buildroot}%{_prefix}/lib/zypper/commands/zypper-appstream-cache
@ -99,7 +99,7 @@ install -m 0644 appstream-sync-cache.service %{buildroot}%{_unitdir}
%dir %{_prefix}/lib/zypper %dir %{_prefix}/lib/zypper
%dir %{_prefix}/lib/zypper/commands %dir %{_prefix}/lib/zypper/commands
%{_prefix}/lib/zypper/commands/zypper-appstream-cache %{_prefix}/lib/zypper/commands/zypper-appstream-cache
%{_libexecdir}/AsHelper %{_prefix}/lib/AsHelper
%{_unitdir}/appstream-sync-cache.service %{_unitdir}/appstream-sync-cache.service
%files -n openSUSE-appdata-extra %files -n openSUSE-appdata-extra