Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
David King
bfca3b91fc Update to 0.5.2 2016-04-20 11:44:26 +05:30
David King
08e0ed0bd3 Update to 0.5.1 2016-03-31 09:16:15 +02:00
Richard Hughes
6a884391fa Add fuse as a Require for the doc portal 2016-03-31 09:16:10 +02:00
David King
21e87c8309 Update to 0.5.0 2016-03-17 10:41:54 +00:00
David King
3e6ed22cfd Update to 0.4.13 2016-02-26 15:28:04 +00:00
David King
b2895c2df7 Update to 0.4.12 2016-02-19 12:26:10 +00:00
David King
f9766bf7ff Update to 0.4.11 2016-02-09 11:17:01 +00:00
David King
93579397ec Update to 0.4.10 2016-02-09 10:18:08 +00:00
David King
644f4f84b1 Update to 0.4.9 2016-02-08 14:14:56 +00:00
3 changed files with 41 additions and 3 deletions

8
.gitignore vendored
View file

@ -17,3 +17,11 @@
/xdg-app-0.4.6.tar.xz
/xdg-app-0.4.7.tar.xz
/xdg-app-0.4.8.tar.xz
/xdg-app-0.4.9.tar.xz
/xdg-app-0.4.10.tar.xz
/xdg-app-0.4.11.tar.xz
/xdg-app-0.4.12.tar.xz
/xdg-app-0.4.13.tar.xz
/xdg-app-0.5.0.tar.xz
/xdg-app-0.5.1.tar.xz
/xdg-app-0.5.2.tar.xz

View file

@ -1 +1 @@
bca0c40827c556578e24cabe1295da47 xdg-app-0.4.8.tar.xz
9bfd57d4ec404b76f03a378912c40774 xdg-app-0.5.2.tar.xz

View file

@ -1,5 +1,5 @@
Name: xdg-app
Version: 0.4.8
Version: 0.5.2
Release: 1%{?dist}
Summary: Application deployment framework for desktop apps
@ -24,13 +24,19 @@ BuildRequires: docbook-dtds
BuildRequires: docbook-style-xsl
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: libdwarf-devel
BuildRequires: systemd
BuildRequires: /usr/bin/xsltproc
# Required for patch0.
BuildRequires: autoconf automake gtk-doc libtool
# Crashes with older kernels (the bug being introduced in 4.0.2), without the
# upstream fixes in this version.
Requires: kernel >= 4.0.4-202
# We need fusermount for the document portal
Requires: fuse
%description
xdg-app is a system for building, distributing and running sandboxed desktop
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
@ -80,7 +86,7 @@ This package contains libxdg-app.
%ifarch %{power64}
%configure --with-priv-mode=none --disable-seccomp
%else
%configure --with-priv-mode=none
%configure --with-dwarf-header=%{_includedir}/libdwarf --with-priv-mode=none
%endif
%make_build
@ -136,6 +142,30 @@ rm -f %{buildroot}%{_libdir}/libxdg-app.la
%changelog
* Wed Apr 20 2016 David King <amigadave@amigadave.com> - 0.5.2-1
- Update to 0.5.2
* Wed Mar 30 2016 David King <amigadave@amigadave.com> - 0.5.1-1
- Update to 0.5.1
* Wed Mar 16 2016 David King <amigadave@amigadave.com> - 0.5.0-1
- Update to 0.5.0
* Fri Feb 26 2016 David King <amigadave@amigadave.com> - 0.4.13-1
- Update to 0.4.13
* Fri Feb 19 2016 David King <amigadave@amigadave.com> - 0.4.12-1
- Update to 0.4.12
* Tue Feb 09 2016 David King <amigadave@amigadave.com> - 0.4.11-1
- Update to 0.4.11
* Tue Feb 09 2016 David King <amigadave@amigadave.com> - 0.4.10-1
- Update to 0.4.10
* Mon Feb 08 2016 David King <amigadave@amigadave.com> - 0.4.9-1
- Update to 0.4.9
* Fri Jan 29 2016 David King <amigadave@amigadave.com> - 0.4.8-1
- Update to 0.4.8