--- qsampler/trunk/qsampler.spec.in 2007/06/25 10:15:07 1255 +++ qsampler/trunk/qsampler.spec.in 2010/04/13 07:16:54 2083 @@ -1,38 +1,32 @@ %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 10 +%define release 12 %define prefix @ac_prefix@ -Summary: A LinuxSampler Qt GUI interface. +Summary: A LinuxSampler Qt GUI interface Name: %{name} Version: %{version} Release: %{release} Prefix: %{prefix} License: GPL -Group: Sound +Group: Productivity/Multimedia/Sound/Midi Source0: %{name}-%{version}.tar.gz URL: http://qsampler.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Requires: liblscp >= 0.5.3, libgig >= 3.1.0 - -Requires: qt3 >= 3.1 -Requires: liblscp >= 0.5.3 -Requires: libgig >= 3.1.0 - -BuildRequires: qt3-devel >= 3.1 -BuildRequires: liblscp-devel >= 0.5.3 -BuildRequires: libgig-devel >= 3.1.0 +BuildRequires: libqt4-devel >= 4.1 +BuildRequires: liblscp-devel >= 0.5.5 +BuildRequires: libgig-devel >= 3.2.0 %description QSampler is a LinuxSampler GUI front-end application written in C++ around -the Qt3 toolkit using Qt Designer. For the moment it just wraps the client +the Qt4 toolkit using Qt Designer. For the moment it just wraps the client interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org). %prep %setup -[ -f Makefile.cvs ] && %__make -f Makefile.cvs +[ -f Makefile.svn ] && %__make -f Makefile.svn %build export PATH=$QTDIR/bin:$PATH @@ -51,8 +45,13 @@ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png +%{_datadir}/locale/%{name}_*.qm %changelog +* Sat Aug 1 2009 Rui Nuno Capela +- New 0.2.2 release. +* Thu Dec 6 2007 Rui Nuno Capela +- Qt4 migration complete. * Mon Jun 25 2007 Rui Nuno Capela - Application icon is now installed to (prefix)/share/pixmaps. - Declared fundamental build and run-time requirements.