From a6bb940866a224aa36dc48a1df1c0d96b336b5c1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:01:41 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9.7-1mamba;Thu Apr 07 2022] --- qjackctl.spec | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/qjackctl.spec b/qjackctl.spec index b194282..c011fa3 100644 --- a/qjackctl.spec +++ b/qjackctl.spec @@ -1,5 +1,5 @@ Name: qjackctl -Version: 0.9.5 +Version: 0.9.7 Release: 1mamba Summary: A simple Qt application to control the JACK sound server daemon Group: Graphical Desktop/Applications/Multimedia @@ -23,9 +23,10 @@ BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libjack-devel BuildRequires: libportaudio-devel -BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel +BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END +BuildRequires: qt6-qttools-devel Requires: jack >= 0.99.0 Requires: alsa-utils >= 1.0.27.1-4mamba Requires: pulseaudio-module-jack @@ -39,17 +40,15 @@ A simple Qt application to control the JACK sound server daemon %setup -q %patch1 -p1 #%patch6 -p1 -./autogen.sh %build -#export QTDIR=%{_qt4_prefix} -#export QMAKESPEC=linux-g++ -%configure -%make -j1 +%cmake -d build + +%make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall STRIP=/bin/true +%makeinstall -C build STRIP=/bin/true install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack @@ -63,21 +62,25 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack %files %defattr(-,root,root) -#%{_sysconfdir}/modules-load.d/snd-aloop.conf %{_bindir}/qjackctl %{_bindir}/loop2jack %dir %{_datadir}/qjackctl/translations %{_datadir}/qjackctl/translations/qjackctl_*.qm -%{_datadir}/metainfo/qjackctl.appdata.xml -%{_datadir}/applications/qjackctl.desktop +%{_datadir}/applications/org.rncbc.qjackctl.desktop +%{_datadir}/metainfo/org.rncbc.qjackctl.metainfo.xml %{_datadir}/icons/hicolor/*x*/apps/*.png -%{_datadir}/icons/hicolor/scalable/apps/qjackctl.svg +%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.qjackctl.svg %{_mandir}/man1/qjackctl.1* %{_mandir}/fr/man1/qjackctl.1* -%doc AUTHORS COPYING -#ChangeLog README TODO +%doc LICENSE %changelog +* Thu Apr 07 2022 Automatic Build System 0.9.7-1mamba +- automatic version update by autodist + +* Sun Mar 13 2022 Automatic Build System 0.9.6-1mamba +- automatic version update by autodist + * Wed Oct 06 2021 Automatic Build System 0.9.5-1mamba - automatic version update by autodist