diff -r 4f133201e207 -r 4667f24fe848 banshee-1/banshee-1.spec --- a/banshee-1/banshee-1.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/banshee-1/banshee-1.spec Fri Mar 11 21:36:51 2011 +0100 @@ -217,12 +217,13 @@ %patch10 -p1 # >> setup # << setup +%{__sed} -i \ + -e 's;if test -z "\${ENABLE_SK_TRUE}" && test -z "\${ENABLE_SK_FALSE}";if false;' \ + configure %build -# >> build pre -# << build pre - -%autogen --disable-static \ +%configure \ + --disable-static \ --with-vendor-build-id="%distribution" \ --libexecdir=%{_libexecdir} \ --enable-meego \