From 5ad3fc3ea86fc999519a7b234610cbc8a5d68a590e2c21abd0b6984294e3fce4 Mon Sep 17 00:00:00 2001 From: Shawn Dunn Date: Wed, 30 Oct 2024 21:56:16 +0000 Subject: [PATCH] added missing space in BuildRequires OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libqt5xdg?expand=0&rev=41 --- libqt5xdg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqt5xdg.spec b/libqt5xdg.spec index f91d583..81fb1f0 100644 --- a/libqt5xdg.spec +++ b/libqt5xdg.spec @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libQt5Gui-private-headers-devel BuildRequires: pkgconfig -BuildRequires: cmake(lxqt-build-tools) >=0.13.0 +BuildRequires: cmake(lxqt-build-tools) >= 0.13.0 BuildRequires: pkgconfig(Qt5Core) >= 5.15 BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Svg)