From 0aececa578158c8d366648bf3b35883d0cc79fd1 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Fri, 12 Sep 2014 19:54:14 +0400 Subject: [PATCH] last little tweaks on Elena Sounds --- freeswitch-sounds-ru-RU-elena.spec | 2 -- scripts/ci/sounds-ru-ru-elena.sh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/freeswitch-sounds-ru-RU-elena.spec b/freeswitch-sounds-ru-RU-elena.spec index 6de99af686..d3dffe197c 100644 --- a/freeswitch-sounds-ru-RU-elena.spec +++ b/freeswitch-sounds-ru-RU-elena.spec @@ -169,8 +169,6 @@ FreeSWITCH Elena prompts package that pulls in the 8KHz, 16KHz, 32KHz and 48KHz pushd RU/elena # first install the 48KHz sounds %{__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 ############################################################################## diff --git a/scripts/ci/sounds-ru-ru-elena.sh b/scripts/ci/sounds-ru-ru-elena.sh index ed59dd24fb..80682985f9 100755 --- a/scripts/ci/sounds-ru-ru-elena.sh +++ b/scripts/ci/sounds-ru-ru-elena.sh @@ -26,9 +26,7 @@ mv freeswitch-sounds-ru-RU-elena-*.tar.gz $basedir/rpmbuild/SOURCES cd $basedir -rpmbuild --define "VERSION_NUMBER $ver" \ - --define "BUILD_NUMBER $build" \ - --define "_topdir %(pwd)/rpmbuild" \ +rpmbuild --define "_topdir %(pwd)/rpmbuild" \ --define "_rpmdir %{_topdir}" \ --define "_srcrpmdir %{_topdir}" \ -ba freeswitch-sounds-ru-RU-elena.spec