Updating saythis to use the tizen.speech.vocalizeString() method instead of websockets
[profile/ivi/saythis.git] / packaging / saythis.spec
1 Name:       saythis
2 Summary:    A HTML5 speech to text app
3 Version:    0.0.1
4 Release:    1
5 Group:      Applications/System
6 License:    Apache 2.0
7 URL:        http://www.tizen.org2
8 Source0:    %{name}-%{version}.tar.bz2
9 BuildRequires:  zip
10 BuildRequires:  desktop-file-utils
11 Requires:   wrt-installer
12
13 %description
14 A HTML5 speech to text app
15
16 %prep
17 %setup -q -n %{name}-%{version}
18
19 %build
20
21 make wgtPkg
22
23 #make %{?jobs:-j%jobs}
24
25 %install
26 rm -rf %{buildroot}
27 %make_install
28
29 %post
30 if [ -f /opt/usr/apps/.preinstallWidgets/preinstallDone ]; then
31     wrt-installer -i /opt/usr/apps/.preinstallWidgets/saythis.wgt;
32 fi
33
34 %files
35 %defattr(-,root,root,-)
36 /opt/usr/apps/.preinstallWidgets/saythis.wgt