diff --git a/AppImageKit-10.obscpio b/AppImageKit-10.obscpio new file mode 100644 index 0000000..6b1a6ca --- /dev/null +++ b/AppImageKit-10.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a49915e981c6f06e0e091f4d41a8277c48638154c8bf72b1c94e897293d883 +size 1638412 diff --git a/AppImageKit-9~pre.1495805837.d05eac1.obscpio b/AppImageKit-9~pre.1495805837.d05eac1.obscpio deleted file mode 100644 index f5f36df..0000000 --- a/AppImageKit-9~pre.1495805837.d05eac1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4223eda6f44ef80df75518735635c58094901725b6d959fdf80b4cc29c32ed68 -size 1286668 diff --git a/AppImageKit.obsinfo b/AppImageKit.obsinfo index f2521b9..cba84b8 100644 --- a/AppImageKit.obsinfo +++ b/AppImageKit.obsinfo @@ -1,5 +1,5 @@ name: AppImageKit -version: 9~pre.1495805837.d05eac1 -mtime: 1495805837 -commit: d05eac10463913df288ed2a044f013f4464f60ca +version: 10 +mtime: 1510255277 +commit: 6f3138f02701a7b52959f16f2ee6b540bf5b3dc5 diff --git a/_service b/_service index e39043b..4b995b7 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://github.com/probonopd/AppImageKit.git - appimagetool/master - 9~pre + https://github.com/AppImage/AppImageKit.git + 10 + 10 enable git diff --git a/appimaged.changes b/appimaged.changes index 0892d27..e091756 100644 --- a/appimaged.changes +++ b/appimaged.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 28 09:56:55 UTC 2021 - Wolfgang Rosenauer + +- use current repo as source +- changed service to default.target + +------------------------------------------------------------------- +Wed Jan 24 07:46:07 UTC 2018 - adrian@suse.de + +- update to version 10 + ------------------------------------------------------------------- Tue May 30 12:23:38 UTC 2017 - adrian@suse.de diff --git a/appimaged.service b/appimaged.service index bcdc785..256dd40 100644 --- a/appimaged.service +++ b/appimaged.service @@ -9,4 +9,4 @@ RestartSec=5s StartLimitInterval=0 [Install] -WantedBy=graphical.target +WantedBy=default.target diff --git a/appimaged.spec b/appimaged.spec index ccb8f4d..1af44a0 100644 --- a/appimaged.spec +++ b/appimaged.spec @@ -1,7 +1,7 @@ # -# spec file for package +# spec file for package appimaged # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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 -Version: 9~pre.1495805837.d05eac1 +Version: 10 Release: 0 -License: MIT -Url: http://www.appimage.org +URL: http://www.appimage.org Summary: Daemon handles (un)registering AppImages with the system -Group: System/Daemons +License: MIT +Group: System/Daemons Source0: AppImageKit-%version.tar.xz Source1: appimaged.service -BuildRequires: glib2-devel libpng-devel -BuildRequires: inotify-tools-devel -BuildRequires: cairo-devel -BuildRequires: fuse-devel -BuildRequires: xz-devel -BuildRequires: libarchive-devel -BuildRequires: openssl-devel -BuildRequires: libtool BuildRequires: autoconf BuildRequires: automake - -Requires: zsync +BuildRequires: cairo-devel +BuildRequires: fuse-devel +BuildRequires: glib2-devel +BuildRequires: inotify-tools-devel +BuildRequires: libarchive-devel +BuildRequires: libpng-devel +BuildRequires: libtool +BuildRequires: openssl-devel +BuildRequires: systemd-rpm-macros +BuildRequires: xz-devel +Requires: zsync %description appimaged is a daemon that handles registering and unregistering AppImages @@ -44,7 +46,6 @@ and such). The package comes also with appimage.validate CLI tool to verify signature of AppImage files. - %prep %setup -q -n AppImageKit-%version @@ -101,8 +102,10 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/appimaged.service %files %defattr(-,root,root) -%doc LICENSE README.md +%license LICENSE +%doc README.md %{_bindir}/appimage.validate %{_bindir}/appimaged %{_userunitdir}/appimaged.service +%changelog