From 8ecbca51f37aec4937f7816019e60e60813bc05a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Aug 29 2008 09:28:30 +0000 Subject: - in %build add work-around for #454364 (libSAD API headers are broken) --- diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec index fd747ba..8756612 100644 --- a/audacious-plugin-fc.spec +++ b/audacious-plugin-fc.spec @@ -3,7 +3,7 @@ Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.2 -Release: 6 +Release: 7 URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ Source: http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 @@ -26,6 +26,9 @@ music files from AMIGA. Song-length detection and seek are implemented, too. %build %configure +# temporary work-around for #454364 +ln -s Config.h src/config.h +# --- make %{?_smp_mflags} @@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 29 2008 Michael Schwendt - 0.2-7 +- in %%build add work-around for #454364 (libSAD API headers are broken) + * Fri Feb 08 2008 Michael Schwendt - rebuilt for GCC 4.3 as requested by Fedora Release Engineering