import xdg-desktop-portal-1.4.2-1.el8
This commit is contained in:
parent
1afedc5c73
commit
d9d7418e01
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xdg-desktop-portal-1.0.3.tar.xz
|
SOURCES/xdg-desktop-portal-1.4.2.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
7eb2efbc10de734d17f9c359f72fa8bee8bfc88c SOURCES/xdg-desktop-portal-1.0.3.tar.xz
|
33ee86c827ac570f92e766f1c79abb560e5ced1f SOURCES/xdg-desktop-portal-1.4.2.tar.xz
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
%global pipewire_version 0.2.2
|
%global pipewire_version 0.2.6
|
||||||
|
%global geoclue_version 2.5.2
|
||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 1.0.3
|
Version: 1.4.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Portal frontend service to flatpak
|
Summary: Portal frontend service to flatpak
|
||||||
|
|
||||||
@ -11,16 +12,21 @@ Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{versi
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(flatpak)
|
BuildRequires: pkgconfig(flatpak)
|
||||||
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||||
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||||
BuildRequires: /usr/bin/xmlto
|
BuildRequires: /usr/bin/xmlto
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
# Required version due to the move of the document portal.
|
# Required version for icon validator.
|
||||||
Requires: flatpak >= 0.11.1
|
Recommends: flatpak >= 1.2.0
|
||||||
Requires: pipewire >= %{pipewire_version}
|
Requires: geoclue2 >= %{geoclue_version}
|
||||||
|
Recommends: pipewire >= %{pipewire_version}
|
||||||
|
Requires: pipewire-libs >= %{pipewire_version}
|
||||||
# Required for the document portal.
|
# Required for the document portal.
|
||||||
Requires: /usr/bin/fusermount
|
Requires: /usr/bin/fusermount
|
||||||
|
|
||||||
@ -89,6 +95,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 09 2019 David King <dking@redhat.com> - 1.4.2-1
|
||||||
|
- Rebase to 1.4.2 (#1748296)
|
||||||
|
|
||||||
* Tue Oct 09 2018 David King <amigadave@amigadave.com> - 1.0.3-1
|
* Tue Oct 09 2018 David King <amigadave@amigadave.com> - 1.0.3-1
|
||||||
- Update to 1.0.3
|
- Update to 1.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user