Accepting request 438694 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/438694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=2
This commit is contained in:
commit
3cc55b5dfb
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 17:10:34 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require flatpak by flatpak-devel: xdg-desktop-portal expects to
|
||||||
|
find org.freedesktop.portal.Documents.xml, which is part of
|
||||||
|
flatpak. It's fair to assume everything to be present when
|
||||||
|
pulling in the -devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 26 09:23:14 UTC 2016 - dimstar@opensuse.org
|
Wed Oct 26 09:23:14 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{suse_version} == 1315
|
%if 0%{suse_version} == 1315
|
||||||
%define _userunitdir /usr/lib/systemd/user/
|
%define _userunitdir /usr/lib/systemd/user/
|
||||||
%endif
|
%endif
|
||||||
@ -47,10 +48,10 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
|||||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(ostree-1) >= 2016.11
|
BuildRequires: pkgconfig(ostree-1) >= 2016.12
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
Requires: ostree >= 2016.5
|
Requires: ostree >= 2016.12
|
||||||
# Remove after openSUSE Leap 42 is out of scope
|
# Remove after openSUSE Leap 42 is out of scope
|
||||||
Provides: xdg-app = %{version}
|
Provides: xdg-app = %{version}
|
||||||
Obsoletes: xdg-app < %{version}
|
Obsoletes: xdg-app < %{version}
|
||||||
@ -70,9 +71,9 @@ Requires: %{_bindir}/bzr
|
|||||||
Requires: %{_bindir}/git
|
Requires: %{_bindir}/git
|
||||||
Requires: %{_bindir}/patch
|
Requires: %{_bindir}/patch
|
||||||
Requires: %{_bindir}/strip
|
Requires: %{_bindir}/strip
|
||||||
Requires: /bin/tar
|
|
||||||
Requires: %{_bindir}/unzip
|
Requires: %{_bindir}/unzip
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: /bin/tar
|
||||||
|
|
||||||
%description builder
|
%description builder
|
||||||
flatpak-builder is a tool that makes it easy to build applications and their
|
flatpak-builder is a tool that makes it easy to build applications and their
|
||||||
@ -100,6 +101,7 @@ more information.
|
|||||||
Summary: Manage OSTree based application bundles -- Development files
|
Summary: Manage OSTree based application bundles -- Development files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
|
Requires: %{name} = %{version}
|
||||||
Requires: typelib-1_0-Flatpak-1_0 = %{version}
|
Requires: typelib-1_0-Flatpak-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
Reference in New Issue
Block a user