forked from pool/asterisk-sounds-devel
fix a typo AU->GB
OBS-URL: https://build.opensuse.org/package/show/network:telephony/asterisk-sounds-devel?expand=0&rev=8
This commit is contained in:
parent
6e25fc6f68
commit
82fd09a685
@ -38,7 +38,7 @@ This package contains the core part of that collection in \
|
|||||||
|
|
||||||
%asterisk_lng_en(f:) %{expand:%%asterisk_snd_%{-f*} -l en -L English (US)}
|
%asterisk_lng_en(f:) %{expand:%%asterisk_snd_%{-f*} -l en -L English (US)}
|
||||||
%asterisk_lng_en_AU(f:) %{expand:%%asterisk_snd_%{-f*} -l en_AU -L English (Australian)}
|
%asterisk_lng_en_AU(f:) %{expand:%%asterisk_snd_%{-f*} -l en_AU -L English (Australian)}
|
||||||
%asterisk_lng_en_GB(f:) %{expand:%%asterisk_snd_%{-f*} -l en_AU -L English (British)}
|
%asterisk_lng_en_GB(f:) %{expand:%%asterisk_snd_%{-f*} -l en_GB -L English (British)}
|
||||||
%asterisk_lng_es(f:) %{expand:%%asterisk_snd_%{-f*} -l es -L Spanish}
|
%asterisk_lng_es(f:) %{expand:%%asterisk_snd_%{-f*} -l es -L Spanish}
|
||||||
%asterisk_lng_fr(f:) %{expand:%%asterisk_snd_%{-f*} -l fr -L French}
|
%asterisk_lng_fr(f:) %{expand:%%asterisk_snd_%{-f*} -l fr -L French}
|
||||||
%asterisk_lng_it(f:) %{expand:%%asterisk_snd_%{-f*} -l it -L Italian}
|
%asterisk_lng_it(f:) %{expand:%%asterisk_snd_%{-f*} -l it -L Italian}
|
||||||
@ -48,10 +48,10 @@ This package contains the core part of that collection in \
|
|||||||
|
|
||||||
%asterisk_sound_package(Z) %{expand:%(
|
%asterisk_sound_package(Z) %{expand:%(
|
||||||
for i in %*; do
|
for i in %*; do
|
||||||
lang="${i%%%%-*}";
|
lang="${i%%%%-*}"
|
||||||
fmt="${i##*-}";
|
fmt="${i##*-}"
|
||||||
echo "%%asterisk_lng_$lang -f $fmt";
|
echo "%%asterisk_lng_$lang -f $fmt"
|
||||||
done;
|
done
|
||||||
)}
|
)}
|
||||||
|
|
||||||
%asterisk_collect_sndfiles(Z) \
|
%asterisk_collect_sndfiles(Z) \
|
||||||
|
Loading…
Reference in New Issue
Block a user