Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfca3b91fc | ||
|
|
08e0ed0bd3 | ||
|
|
6a884391fa | ||
|
|
21e87c8309 | ||
|
|
3e6ed22cfd | ||
|
|
b2895c2df7 | ||
|
|
f9766bf7ff | ||
|
|
93579397ec | ||
|
|
644f4f84b1 |
3 changed files with 41 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bca0c40827c556578e24cabe1295da47 xdg-app-0.4.8.tar.xz
|
||||
9bfd57d4ec404b76f03a378912c40774 xdg-app-0.5.2.tar.xz
|
||||
|
|
|
|||
34
xdg-app.spec
34
xdg-app.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue