--- qsampler/trunk/qsampler.spec.in 2019/07/12 10:33:39 3522 +++ qsampler/trunk/qsampler.spec.in 2021/05/11 08:58:49 3898 @@ -1,6 +1,24 @@ +# +# spec file for package qsampler +# +# Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved. +# Copyright (C) 2007,2008,2015 Christian Schoenebeck +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 30 +%define release 47 %define _prefix @ac_prefix@ @@ -16,16 +34,21 @@ Group: Productivity/Multimedia/Sound/Midi Source0: %{name}-%{version}.tar.gz URL: http://qsampler.sourceforge.net/ -#Packager: rncbc.org +Packager: rncbc.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -%if %{defined fedora} +BuildRequires: coreutils BuildRequires: pkgconfig +BuildRequires: glibc-devel +BuildRequires: gcc-c++ +BuildRequires: cmake +%if %{defined fedora} BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist +BuildRequires: qt5-qtsvg-devel, qt5-qtwayland-devel %else -BuildRequires: pkg-config -BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist +BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist-devel +BuildRequires: libqt5-qtsvg-devel, libqt5-qtwayland-devel %endif BuildRequires: liblscp-devel >= 0.5.6 BuildRequires: libgig-devel >= 3.3.0 @@ -36,11 +59,10 @@ interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org). %prep -%setup -[ -x ./autogen.sh ] && ./autogen.sh +%setup -q %build -%configure +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} . %__make %{?_smp_mflags} %install @@ -67,6 +89,8 @@ %dir %{_datadir}/metainfo #dir %{_datadir}/man #dir %{_datadir}/man/man1 +#dir %{_datadir}/man/fr +#dir %{_datadir}/man/fr/man1 %{_bindir}/%{name} %{_datadir}/mime/packages/%{name}.xml %{_datadir}/applications/%{name}.desktop @@ -76,9 +100,26 @@ %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg %{_datadir}/%{name}/translations/%{name}_*.qm %{_datadir}/metainfo/%{name}.appdata.xml -%{_datadir}/man/man1/%{name}*.1.gz +%{_datadir}/man/man1/%{name}.1.gz +%{_datadir}/man/fr/man1/%{name}.1.gz %changelog +* Tue May 11 2021 Rui Nuno Capela 0.9.3 +- Spring'21 release. +* Sun Mar 14 2021 Rui Nuno Capela 0.9.2 +- End-of-Winter'21 release. +* Sun Feb 7 2021 Rui Nuno Capela 0.9.1 +- Winter'21 release. +* Thu Dec 17 2020 Rui Nuno Capela 0.9.0 +- Winter'20 release. +* Fri Jul 31 2020 Rui Nuno Capela 0.6.3 +- Summer'20 release. +* Tue Mar 24 2020 Rui Nuno Capela 0.6.2 +- Spring'20 release. +* Sun Dec 22 2019 Rui Nuno Capela 0.6.1 +- Winter'19 release. +* Thu Oct 17 2019 Rui Nuno Capela 0.6.0 +- Autumn'19 release. * Fri Jul 12 2019 Rui Nuno Capela 0.5.6 - Summer'19 release. * Thu Apr 11 2019 Rui Nuno Capela 0.5.5