--- qsampler/trunk/qsampler.spec.in 2014/12/24 14:23:06 2681 +++ qsampler/trunk/qsampler.spec.in 2015/07/22 21:28:27 2828 @@ -1,6 +1,6 @@ %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 15 +%define release 16 %define _prefix @ac_prefix@ @@ -10,19 +10,24 @@ Release: %{release} License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Midi -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 URL: http://qsampler.sourceforge.net/ #Packager: rncbc.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libqt4-devel >= 4.4 +#BuildRequires: libqt4-devel >= 4.4 +%if %{defined fedora} +BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist +%else +BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-qtbase-common-devel, libqt5-linguist +%endif BuildRequires: liblscp-devel >= 0.5.6 BuildRequires: libgig-devel >= 3.3.0 %description -QSampler is a LinuxSampler GUI front-end application written in C++ around -the Qt4 toolkit using Qt Designer. For the moment it just wraps the client +Qsampler is a LinuxSampler GUI front-end application written in C++ around +the Qt framework using Qt Designer. For the moment it just wraps the client interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org). %prep @@ -54,6 +59,7 @@ %dir %{_datadir}/icons/hicolor/scalable/mimetypes %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/translations +%dir %{_datadir}/appdata #dir %{_datadir}/man #dir %{_datadir}/man/man1 %{_bindir}/%{name} @@ -64,9 +70,14 @@ %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg %{_datadir}/%{name}/translations/%{name}_*.qm +%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/man/man1/%{name}.1.gz %changelog +* Sun Jul 19 2015 Rui Nuno Capela 0.3.1 +- Summer'15 release frenzy. +* Wed Mar 25 2015 Rui Nuno Capela 0.3.0 +- Pre-LAC2015 release frenzy. * Tue Dec 31 2013 Rui Nuno Capela 0.2.3 - A fifth of a Jubilee release. * Mon May 17 2010 Rui Nuno Capela