fixed spec file
[platform/framework/web/web-ui-fw.git] / packaging / web-ui-fw.spec
1 Name:           web-ui-fw
2 Summary:        Tizen Web UI Framework Library
3 Version:        0.1.11
4 Release:        1
5 Group:          TO_BE/FILLED_IN
6 License:        MIT
7 Source0:        %{name}-%{version}.tar.bz2
8 BuildRequires:  node-js, make
9
10 %description
11 Tizen Web UI Framework library package
12
13 %prep
14 %setup -q
15
16 %build
17 make
18
19
20 %install
21 %make_install
22
23 %post
24
25
26 %files
27 /usr/lib/tizen-web-ui-fw/*/js
28 /usr/lib/tizen-web-ui-fw/*/themes/tizen-gray
29
30