From 946d4e39473b51820fb8420c1a7ef998e4bf574f Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Apr 22 2009 09:39:45 +0000 Subject: - Fix disttag comparison for F9 --- diff --git a/qsynth.spec b/qsynth.spec index b254efd..b301916 100644 --- a/qsynth.spec +++ b/qsynth.spec @@ -3,7 +3,7 @@ Summary: Qt based Fluidsynth GUI front end Name: qsynth Version: 0.3.3 -Release: 6%{?dist} +Release: 6%{?dist}.1 URL: http://qsynth.sourceforge.net Source0: http://dl.sourceforge.net/qsynth/qsynth-%{version}.tar.gz #Source1: qsynth.desktop @@ -20,7 +20,7 @@ Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hicolor-icon-theme -%if x%{fedora} < x11 +%if 0%{?fedora} < 11 Requires: PersonalCopy-Lite-soundfont %else Requires: soundfont2-default @@ -44,7 +44,7 @@ synthesiser based on the Soundfont specification. %patch3 -p1 -b .defaults # default.sf2 not available for Fedora < 11 -%if x%{fedora} < x11 +%if 0%{?fedora} < 11 sed -i 's|default\.sf2|PCLite.sf2|' src/qsynthOptions.cpp %endif @@ -96,6 +96,9 @@ done %changelog +* Wed Apr 22 2009 Kevin Kofler 0.3.3-6.1 +- Fix disttag comparison for F9 + * Sat Apr 18 2009 Orcan Ogetbil 0.3.3-6 - Set Fedora defaults