f817c32ec97c094bf38a25543374b09a7cdd45ca
[platform/framework/web/livebox-viewer.git] / live.viewer / packaging / live.viewer.spec
1 Name: live.viewer
2 Summary: viewer
3 Version: 0.0.1
4 Release: 1
5 Group: main/app
6 License: Flora License
7 Source0: %{name}-%{version}.tar.gz
8 BuildRequires: cmake, gettext-tools
9 BuildRequires: pkgconfig(dlog)
10 BuildRequires: pkgconfig(aul)
11 BuildRequires: pkgconfig(ail)
12 BuildRequires: pkgconfig(elementary)
13 BuildRequires: pkgconfig(appcore-efl)
14 BuildRequires: pkgconfig(livebox-viewer)
15 BuildRequires: pkgconfig(ecore-x)
16 BuildRequires: pkgconfig(livebox-service)
17 BuildRequires: pkgconfig(bundle)
18 BuildRequires: pkgconfig(capi-appfw-application)
19 BuildRequires: pkgconfig(capi-appfw-app-manager)
20 BuildRequires: edje-bin
21
22 %description
23 Livebox viewer development library
24
25 %prep
26 %setup -q
27
28 %build
29 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
30 make %{?jobs:-j%jobs}
31
32 %install
33 rm -rf %{buildroot}
34 %make_install
35
36 %post
37
38 %files
39 %defattr(-,root,root,-)
40 /opt/usr/apps/live.viewer/*
41 /opt/share/*