Accepting request 76607 from home:vuntz:branches:GNOME:Factory

Some double-check that we do have a twitter key

OBS-URL: https://build.opensuse.org/request/show/76607
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2011-07-21 09:15:45 +00:00 committed by Git OBS Bridge
parent d7699dac89
commit 7491cd740f

View File

@ -90,6 +90,10 @@ libraries in GNOME can access the user's online accounts.
%build
TWITTER=$(cat %{_datadir}/libsocialweb/keys/twitter)
if test "x$TWITTER" = "x"; then
echo "No API keys for twitter."
false
fi
TWITTER_KEY=$(echo $TWITTER | awk '{print $1}')
TWITTER_SECRET=$(echo $TWITTER | awk '{print $2}')
%configure \