From a7629aecd63d0751866b206491001f0be383e650 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 13 Nov 2024 23:00:20 +0100 Subject: [PATCH] automatic version update by autodist [release 2.10.0-1mamba;Sat Nov 09 2024] --- qps.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/qps.spec b/qps.spec index 5e51d56..43dbfe2 100644 --- a/qps.spec +++ b/qps.spec @@ -1,5 +1,5 @@ Name: qps -Version: 2.9.0 +Version: 2.10.0 Release: 1mamba Summary: Qt Process Manager Group: Graphical Desktop/Applications/Utilities @@ -11,6 +11,11 @@ Source: https://github.com/lxqt/qps.git/%{version}/qps-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Widgets +BuildRequires: libQt6Xml BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel @@ -19,7 +24,6 @@ BuildRequires: libkf6-kwindowsystem-devel BuildRequires: liblxqt-devel BuildRequires: libqtxdg-devel BuildRequires: libstdc++6-devel -BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -40,11 +44,7 @@ Qt Process Manager. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -find %{buildroot}%{_datadir}/*/translations/ -name *.qm | \ -while read line; do - bn=`echo ${line}|cut -d_ -f2-3` - echo "%lang(${bn/.*}) ${line/*-root}" >> %{name}.lang -done +%find_lang %{name} --with-qt %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -59,6 +59,9 @@ done %doc COPYING %changelog +* Sat Nov 09 2024 Automatic Build System 2.10.0-1mamba +- automatic version update by autodist + * Thu Apr 25 2024 Automatic Build System 2.9.0-1mamba - automatic version update by autodist