be4cb85111ec0ce1a37baae78a8da40b8b4747aa
[platform/framework/web/livebox-edje.git] / packaging / liblivebox-edje.spec
1 Name: liblivebox-edje
2 Summary: EDJE Script loader for the data provider master
3 Version: 0.5.0
4 Release: 1
5 Group: HomeTF/Livebox
6 License: Flora License
7 Source0: %{name}-%{version}.tar.gz
8 BuildRequires: cmake, gettext-tools, coreutils
9 BuildRequires: pkgconfig(dlog)
10 BuildRequires: pkgconfig(eina)
11 BuildRequires: pkgconfig(evas)
12 BuildRequires: pkgconfig(edje)
13 BuildRequires: pkgconfig(eet)
14 BuildRequires: pkgconfig(vconf)
15 BuildRequires: pkgconfig(ecore-x)
16 BuildRequires: pkgconfig(ecore)
17 BuildRequires: pkgconfig(elementary)
18 BuildRequires: pkgconfig(livebox-service)
19
20 %description
21 Plugin for the data provider master to load the edje scripts
22
23 %prep
24 %setup -q
25
26 %build
27 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
28 make %{?jobs:-j%jobs}
29
30 %install
31 rm -rf %{buildroot}
32 %make_install
33 mkdir -p %{buildroot}/%{_datarootdir}/license
34
35 %post
36
37 %files -n liblivebox-edje
38 %manifest liblivebox-edje.manifest
39 %defattr(-,root,root,-)
40 /usr/share/data-provider-master/plugin-script/*.so*
41 %{_datarootdir}/license/*
42
43 # End of a file