Change to embedded engine as default 66/214166/1
authorwn.jang <wn.jang@samsung.com>
Wed, 18 Sep 2019 12:25:28 +0000 (21:25 +0900)
committerwn.jang <wn.jang@samsung.com>
Wed, 18 Sep 2019 12:25:50 +0000 (21:25 +0900)
Change-Id: I4da18b299d57e33dc071100e4c86bb5d1b059446

packaging/org.tizen.stt-engine-embedded.spec

index 04753f3..439876c 100644 (file)
@@ -12,6 +12,7 @@ Source1001: %{name}.manifest
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+Requires(post): /usr/bin/vconftool
 
 BuildRequires: cmake
 BuildRequires: pkgconfig(libtzplatform-config)
@@ -63,6 +64,7 @@ rm -rf %{buildroot}
 #  Post Install
 ####
 %post
+/usr/bin/vconftool set -t string db/voice/stt/engine/default "org.tizen.stt-engine-embeded" -f
 /sbin/ldconfig
 exit 0