From 4976d06326e782f962f325cf219979467a18430d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 11 May 2011 23:39:58 +0300 Subject: [PATCH] Drop dependency on /etc/timidity.cfg, it's not worth the 100MB+ it pulls in. --- libmodplug.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libmodplug.spec b/libmodplug.spec index e328be8..15c9acc 100644 --- a/libmodplug.spec +++ b/libmodplug.spec @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.8.8.3 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Modplug mod music file format library @@ -12,11 +12,6 @@ Source0: http://downloads.sourceforge.net/modplug-xmms/%{name}-%{version} Patch0: %{name}-0.8.4-timiditypaths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if ! 0%{?el6} -# No package providing suitable timidity.cfg+patches in EL-6 as of 2011-05-09 -Requires: /etc/timidity.cfg -%endif - %description %{summary}. @@ -73,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 10 2011 Ville Skyttä - 1:0.8.8.3-3 +- Drop dependency on /etc/timidity.cfg, it's not worth the 100MB+ it pulls in. + * Mon May 9 2011 Ville Skyttä - 1:0.8.8.3-2 - Don't require /etc/timidity.cfg on EL-6, there is no suitable provider package available in it at the moment.