diff --git a/audacious-plugins.spec b/audacious-plugins.spec index cb9f68e..02d6680 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -135,8 +135,6 @@ providers may build it with libsidplay 2 instead. %prep -# Enforce availability of the audacious(plugin-api) dependency. -%{!?aud_plugin_dep:echo 'No audacious(plugin-api) dependency!' && exit -1} %setup -q -n %{name}-%{tar_ver}-fedora %patch0 -p1 -b .xmms-skindir %patch1 -p1 -b .enable-gnomeshortcuts @@ -153,6 +151,9 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in %build +# Enforce availability of the audacious(plugin-api) dependency. +%{!?aud_plugin_dep:echo 'No audacious(plugin-api) dependency!' && exit -1} + %configure \ --disable-aac \ --disable-ffaudio \ @@ -242,6 +243,9 @@ update-desktop-database &> /dev/null || : %changelog +* Sat Dec 10 2011 Michael Schwendt +- Move plugin-api guard to %%build section to allow for --nodeps %%prep. + * Tue Dec 6 2011 Michael Schwendt - 3.1.1-1 - Update to 3.1.1.