import CS xdg-desktop-portal-1.12.6-1.el8

This commit is contained in:
eabdullin 2024-03-27 20:39:22 +00:00
parent 3055ee41f8
commit 3a8a09411e
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/xdg-desktop-portal-1.8.1.tar.xz
SOURCES/xdg-desktop-portal-1.12.6.tar.xz

View File

@ -1 +1 @@
308bb017c1306574b8bd62b19b250466bbd4785a SOURCES/xdg-desktop-portal-1.8.1.tar.xz
da4b7f55f39e237e000b8189f94c8a9ea677cd21 SOURCES/xdg-desktop-portal-1.12.6.tar.xz

View File

@ -2,7 +2,7 @@
%global geoclue_version 2.5.2
Name: xdg-desktop-portal
Version: 1.8.1
Version: 1.12.6
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
@ -10,8 +10,9 @@ License: LGPLv2+
URL: https://github.com/flatpak/xdg-desktop-portal/
Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: gcc
BuildRequires: make
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(flatpak)
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(gio-unix-2.0)
@ -19,8 +20,6 @@ BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version}
BuildRequires: /usr/bin/xmlto
%{?systemd_requires}
BuildRequires: systemd
Requires: dbus
# Required version for icon validator.
@ -97,6 +96,10 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Tue Nov 14 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.12.6-1
- Rebase to 1.12.6
Resolves: RHEL-16452
* Tue Oct 12 2021 Tomas Popela <tpopela@redhat.com> - 1.8.1-1
- Rebase to 1.8.1
- Explicit library Requires should be arch-specific