Accepting request 832499 from GNOME:Factory
- Install ASHelper to %{_prefix}/lib: the scripts hardcode this path. (forwarded request 832087 from dimstar) OBS-URL: https://build.opensuse.org/request/show/832499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp-plugin-appdata?expand=0&rev=22
This commit is contained in:
commit
7a6b209aac
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user