--- qsampler/trunk/qsampler.spec.in 2015/03/25 09:24:40 2725 +++ qsampler/trunk/qsampler.spec.in 2016/09/14 10:49:05 2983 @@ -1,9 +1,13 @@ %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 13 +%define release 18 %define _prefix @ac_prefix@ +%if %{defined fedora} +%define debug_package %{nil} +%endif + Summary: A LinuxSampler Qt GUI interface Name: %{name} Version: %{version} @@ -16,13 +20,20 @@ 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 +BuildRequires: qt5-qtx11extras-devel >= 5.1 +%else +BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist +BuildRequires: libqt5-qtx11extras-devel >= 5.1 +%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 +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 @@ -31,13 +42,13 @@ %build %configure -%__make +%__make %{?_smp_mflags} %install -%__make DESTDIR=%{buildroot} install +%__make DESTDIR="%{buildroot}" install %clean -[ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot} +[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}" %files %defattr(-,root,root) @@ -69,6 +80,12 @@ %{_datadir}/man/man1/%{name}.1.gz %changelog +* Wed Sep 14 2016 Rui Nuno Capela 0.4.1 +- End of Summer'16 release. +* Tue Apr 5 2016 Rui Nuno Capela 0.4.0 +- Spring'16 release frenzy. +* 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