--- qsampler/trunk/qsampler.spec.in 2010/05/20 20:26:55 2095 +++ qsampler/trunk/qsampler.spec.in 2014/06/15 00:27:04 2631 @@ -1,6 +1,6 @@ %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 14 +%define release 15 %define _prefix @ac_prefix@ @@ -8,16 +8,17 @@ Name: %{name} Version: %{version} Release: %{release} -License: GPL +License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Midi Source0: %{name}-%{version}.tar.gz URL: http://qsampler.sourceforge.net/ +#Packager: rncbc.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libqt4-devel >= 4.1 +BuildRequires: libqt4-devel >= 4.4 BuildRequires: liblscp-devel >= 0.5.6 -#BuildRequires: libgig-devel >= 3.3.0 +BuildRequires: libgig-devel >= 3.3.0 %description QSampler is a LinuxSampler GUI front-end application written in C++ around @@ -41,52 +42,65 @@ %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README TODO +#dir %{_datadir}/mime +#dir %{_datadir}/mime/packages #dir %{_datadir}/applications %dir %{_datadir}/icons/hicolor %dir %{_datadir}/icons/hicolor/32x32 %dir %{_datadir}/icons/hicolor/32x32/apps -#dir %{_datadir}/locale +%dir %{_datadir}/icons/hicolor/32x32/mimetypes +%dir %{_datadir}/icons/hicolor/scalable +%dir %{_datadir}/icons/hicolor/scalable/apps +%dir %{_datadir}/icons/hicolor/scalable/mimetypes +#dir %{_datadir}/%{name} +#dir %{_datadir}/%{name}/translations %{_bindir}/%{name} +%{_datadir}/mime/packages/%{name}.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png -%{_datadir}/locale/%{name}_*.qm +%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg +%{_datadir}/%{name}/translations/%{name}_*.qm %changelog -* Mon May 17 2010 Rui Nuno Capela +* Tue Dec 31 2013 Rui Nuno Capela 0.2.3 +- A fifth of a Jubilee release. +* Mon May 17 2010 Rui Nuno Capela - Standard desktop icon fixing. -* Sat Aug 1 2009 Rui Nuno Capela +* Sat Aug 1 2009 Rui Nuno Capela 0.2.2 - New 0.2.2 release. -* Thu Dec 6 2007 Rui Nuno Capela +* Thu Dec 6 2007 Rui Nuno Capela - Qt4 migration complete. -* Mon Jun 25 2007 Rui Nuno Capela +* Mon Jun 25 2007 Rui Nuno Capela - Application icon is now installed to (prefix)/share/pixmaps. - Declared fundamental build and run-time requirements. - Destination install directory prefix is now in spec. - Spec is now a bit more openSUSE compliant. -* Mon Jan 15 2007 Rui Nuno Capela +* Mon Jan 15 2007 Rui Nuno Capela - Added sampler channel FX send support at session save code-level. - Global sampler volume slider/spinbox combo is now featured. -* Thu Dec 17 2006 Rui Nuno Capela +* Thu Dec 17 2006 Rui Nuno Capela - Added preliminary MIDI instrument mapping support. -* Thu Jun 01 2006 Rui Nuno Capela +* Thu Jun 01 2006 Rui Nuno Capela - Take a chance for a new 0.1.3 release. - Changed deprecated copyright attribute to license. -* Wed Aug 24 2005 Rui Nuno Capela +* Wed Aug 24 2005 Rui Nuno Capela - Prepared auto-generation from configure. -* Tue Aug 16 2005 Rui Nuno Capela +* Tue Aug 16 2005 Rui Nuno Capela - Get in sync with latest offerings from liblscp (0.3.1) and specially libgig (2.0.2) which broke previous ABI, somewhat. -* Thu Jun 23 2005 Rui Nuno Capela +* Thu Jun 23 2005 Rui Nuno Capela - Even minor workings needs a rest. -* Mon Jun 13 2005 Rui Nuno Capela +* Mon Jun 13 2005 Rui Nuno Capela - The mantra of bugfixes. -* Mon May 23 2005 Rui Nuno Capela +* Mon May 23 2005 Rui Nuno Capela - Device configuration breakthrough. -* Fri Mar 4 2005 Rui Nuno Capela +* Fri Mar 4 2005 Rui Nuno Capela - Fifth alpha-release. -* Wed Nov 16 2004 Rui Nuno Capela +* Wed Nov 16 2004 Rui Nuno Capela - Prepared for the fourth alpha release. -* Wed Nov 16 2004 Rui Nuno Capela +* Wed Nov 16 2004 Rui Nuno Capela - Prepared for the fourth alpha release. -* Wed Jun 2 2004 Rui Nuno Capela +* Wed Jun 2 2004 Rui Nuno Capela - Created initial qsampler.spec