automatic version update by autodist [release 0.9.17-1mamba;Sat Sep 19 2020]

This commit is contained in:
Automatic Build System 2024-01-05 17:18:55 +01:00
parent 6e58cb7863
commit 395d4cfca7
2 changed files with 10 additions and 7 deletions

View File

@ -2,4 +2,3 @@
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.

View File

@ -1,5 +1,5 @@
Name: qtractor
Version: 0.9.16
Version: 0.9.17
Epoch: 1
Release: 1mamba
Summary: A MIDI/Audio multi-track sequencer
@ -44,14 +44,15 @@ BuildRequires: ladspa-devel
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
#% debug_package
%prep
%setup -q -n %{name}-%{version}
%build
export PATH=%{_libdir}/qt4:$PATH
%configure \
--with-qt=%{_libdir}/qt4
QTDIR=%{_libdir}/qt4 %make qmake=/usr/bin/qmake-qt4
%configure
QTDIR=%{_libdir}/qt5 %make qmake=/usr/bin/qmake-qt5
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -111,11 +112,14 @@ fi
%lang(pt) %{_datadir}/qtractor/translations/qtractor_pt.qm
%lang(ru) %{_datadir}/qtractor/translations/qtractor_ru.qm
%{_mandir}/man1/qtractor.1*
%{_mandir}/man1/qtractor.fr.1*
%lang(fr) %{_mandir}/fr/man1/qtractor.1*
%doc AUTHORS COPYING
# ChangeLog README TODO
%changelog
* Sat Sep 19 2020 Automatic Build System <autodist@mambasoft.it> 0.9.17-1mamba
- automatic version update by autodist
* Sat Aug 08 2020 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
- automatic version update by autodist