last little tweaks on Elena Sounds
This commit is contained in:
parent
cf23f3b9b6
commit
0aececa578
|
@ -169,8 +169,6 @@ FreeSWITCH Elena prompts package that pulls in the 8KHz, 16KHz, 32KHz and 48KHz
|
||||||
pushd RU/elena
|
pushd RU/elena
|
||||||
# first install the 48KHz sounds
|
# first install the 48KHz sounds
|
||||||
%{__cp} -prv ./* %{buildroot}%{SOUNDSDIR}/ru/RU/elena
|
%{__cp} -prv ./* %{buildroot}%{SOUNDSDIR}/ru/RU/elena
|
||||||
# now resample the 48KHz ones to 8KHz, 16KHz and 32KHz
|
|
||||||
./buildsounds-elena.sh %{buildroot}%{SOUNDSDIR}/ru/RU/elena
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
|
@ -26,9 +26,7 @@ mv freeswitch-sounds-ru-RU-elena-*.tar.gz $basedir/rpmbuild/SOURCES
|
||||||
|
|
||||||
cd $basedir
|
cd $basedir
|
||||||
|
|
||||||
rpmbuild --define "VERSION_NUMBER $ver" \
|
rpmbuild --define "_topdir %(pwd)/rpmbuild" \
|
||||||
--define "BUILD_NUMBER $build" \
|
|
||||||
--define "_topdir %(pwd)/rpmbuild" \
|
|
||||||
--define "_rpmdir %{_topdir}" \
|
--define "_rpmdir %{_topdir}" \
|
||||||
--define "_srcrpmdir %{_topdir}" \
|
--define "_srcrpmdir %{_topdir}" \
|
||||||
-ba freeswitch-sounds-ru-RU-elena.spec
|
-ba freeswitch-sounds-ru-RU-elena.spec
|
||||||
|
|
Loading…
Reference in New Issue