Accepting request 930189 from system:packagemanager

OBS-URL: https://build.opensuse.org/request/show/930189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appimaged?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-11-09 22:54:43 +00:00 committed by Git OBS Bridge
commit cc3e5a973f
7 changed files with 43 additions and 29 deletions

3
AppImageKit-10.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31a49915e981c6f06e0e091f4d41a8277c48638154c8bf72b1c94e897293d883
size 1638412

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4223eda6f44ef80df75518735635c58094901725b6d959fdf80b4cc29c32ed68
size 1286668

View File

@ -1,5 +1,5 @@
name: AppImageKit
version: 9~pre.1495805837.d05eac1
mtime: 1495805837
commit: d05eac10463913df288ed2a044f013f4464f60ca
version: 10
mtime: 1510255277
commit: 6f3138f02701a7b52959f16f2ee6b540bf5b3dc5

View File

@ -1,8 +1,8 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/probonopd/AppImageKit.git</param>
<param name="revision">appimagetool/master</param>
<param name="versionprefix">9~pre</param>
<param name="url">https://github.com/AppImage/AppImageKit.git</param>
<param name="revision">10</param>
<param name="version">10</param>
<param name="submodules">enable</param>
<param name="scm">git</param>
</service>

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- update to version 10
-------------------------------------------------------------------
Tue May 30 12:23:38 UTC 2017 - adrian@suse.de

View File

@ -9,4 +9,4 @@ RestartSec=5s
StartLimitInterval=0
[Install]
WantedBy=graphical.target
WantedBy=default.target

View File

@ -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