diff --git a/lxqt-runner.spec b/lxqt-runner.spec index 6cdd7e7..2c764a1 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -1,5 +1,5 @@ Name: lxqt-runner -Version: 0.17.0 +Version: 1.0.0 Release: 1mamba Summary: A GUI that comes up on the desktop and allows for launching applications or shutting down the system Group: Graphical Desktop/Applications/Environment @@ -11,16 +11,18 @@ Source: https://github.com/lxqt/lxqt-runner.git/%{version}/lxqt-runner-%{ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig +BuildRequires: libQt5Svg-devel +BuildRequires: libQt5X11Extras-devel +BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libkwindowsystem-devel BuildRequires: liblxqt-devel BuildRequires: liblxqt-globalkeys-devel BuildRequires: libmuparser-devel -BuildRequires: libqt5-devel BuildRequires: libqtxdg-devel BuildRequires: libstdc++6-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -57,6 +59,9 @@ done %doc AUTHORS LICENSE %changelog +* Wed Nov 24 2021 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + * Sun Apr 18 2021 Automatic Build System 0.17.0-1mamba - automatic version update by autodist