From 82fd09a68583165989d8a58fbd83fa78bab2cdc6a407f0c39707c5cca52f99e2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 23 Jul 2016 05:12:20 +0000 Subject: [PATCH] fix a typo AU->GB OBS-URL: https://build.opensuse.org/package/show/network:telephony/asterisk-sounds-devel?expand=0&rev=8 --- macros.asterisk-sounds | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macros.asterisk-sounds b/macros.asterisk-sounds index 633f01d..ec1ce69 100644 --- a/macros.asterisk-sounds +++ b/macros.asterisk-sounds @@ -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_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_fr(f:) %{expand:%%asterisk_snd_%{-f*} -l fr -L French} %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:%( for i in %*; do - lang="${i%%%%-*}"; - fmt="${i##*-}"; - echo "%%asterisk_lng_$lang -f $fmt"; - done; + lang="${i%%%%-*}" + fmt="${i##*-}" + echo "%%asterisk_lng_$lang -f $fmt" + done )} %asterisk_collect_sndfiles(Z) \