forked from pool/appimaged
Accepting request 921676 from home:wrosenauer:devel
- use current repo as source - changed service to default.target OBS-URL: https://build.opensuse.org/request/show/921676 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=8
This commit is contained in:
parent
9af9ad60d3
commit
765301686e
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:62aa3747ea26fa69c8ab42cda678f02cb7e2f9893feb0418d45c7a3ad7cc410f
|
oid sha256:31a49915e981c6f06e0e091f4d41a8277c48638154c8bf72b1c94e897293d883
|
||||||
size 1671693
|
size 1638412
|
||||||
|
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/probonopd/AppImageKit.git</param>
|
<param name="url">https://github.com/AppImage/AppImageKit.git</param>
|
||||||
<param name="revision">10</param>
|
<param name="revision">10</param>
|
||||||
<param name="version">10</param>
|
<param name="version">10</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 28 09:56:55 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- use current repo as source
|
||||||
|
- changed service to default.target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 24 07:46:07 UTC 2018 - adrian@suse.de
|
Wed Jan 24 07:46:07 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ RestartSec=5s
|
|||||||
StartLimitInterval=0
|
StartLimitInterval=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
WantedBy=default.target
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package appimaged
|
# spec file for package appimaged
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 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,14 +12,14 @@
|
|||||||
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: appimaged
|
Name: appimaged
|
||||||
Version: 10
|
Version: 10
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.appimage.org
|
URL: http://www.appimage.org
|
||||||
Summary: Daemon handles (un)registering AppImages with the system
|
Summary: Daemon handles (un)registering AppImages with the system
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -37,7 +37,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
|
|
||||||
Requires: zsync
|
Requires: zsync
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +46,6 @@ and such).
|
|||||||
|
|
||||||
The package comes also with appimage.validate CLI tool to verify signature
|
The package comes also with appimage.validate CLI tool to verify signature
|
||||||
of AppImage files.
|
of AppImage files.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n AppImageKit-%version
|
%setup -q -n AppImageKit-%version
|
||||||
@ -104,7 +102,8 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/appimaged.service
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE README.md
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
%{_bindir}/appimage.validate
|
%{_bindir}/appimage.validate
|
||||||
%{_bindir}/appimaged
|
%{_bindir}/appimaged
|
||||||
%{_userunitdir}/appimaged.service
|
%{_userunitdir}/appimaged.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user