Accepting request 568827 from OBS:AppImage
version update .. the tumbleweed build failure should go away when the systemd macros got fixed OBS-URL: https://build.opensuse.org/request/show/568827 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=7
This commit is contained in:
parent
39771c25fc
commit
9af9ad60d3
3
AppImageKit-10.obscpio
Normal file
3
AppImageKit-10.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62aa3747ea26fa69c8ab42cda678f02cb7e2f9893feb0418d45c7a3ad7cc410f
|
||||
size 1671693
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4223eda6f44ef80df75518735635c58094901725b6d959fdf80b4cc29c32ed68
|
||||
size 1286668
|
@ -1,5 +1,5 @@
|
||||
name: AppImageKit
|
||||
version: 9~pre.1495805837.d05eac1
|
||||
mtime: 1495805837
|
||||
commit: d05eac10463913df288ed2a044f013f4464f60ca
|
||||
version: 10
|
||||
mtime: 1510255277
|
||||
commit: 6f3138f02701a7b52959f16f2ee6b540bf5b3dc5
|
||||
|
||||
|
4
_service
4
_service
@ -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="revision">10</param>
|
||||
<param name="version">10</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package
|
||||
# spec file for package appimaged
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,27 +15,30 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: appimaged
|
||||
Version: 9~pre.1495805837.d05eac1
|
||||
Version: 10
|
||||
Release: 0
|
||||
License: MIT
|
||||
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
|
||||
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
|
||||
Requires: zsync
|
||||
|
||||
%description
|
||||
appimaged is a daemon that handles registering and unregistering AppImages
|
||||
@ -106,3 +109,4 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/appimaged.service
|
||||
%{_bindir}/appimaged
|
||||
%{_userunitdir}/appimaged.service
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user