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:
parent
d7699dac89
commit
7491cd740f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user