From 006013d11c0c819a812c703e1a26bdbb413a7179 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:53 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xdg-desktop-portal.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index bbac78e..1eb6955 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -7,6 +7,7 @@ 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: gcc BuildRequires: pkgconfig(flatpak) BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(gio-unix-2.0)