resetting manifest requested domain to floor
[platform/upstream/econnman.git] / packaging / econnman.spec
1 Name:           econnman
2 Version:        1
3 Release:        0
4 License:        GPL-2.0
5 Summary:        EFL user interface for ConnMan
6 Url:            http://svn.enlightenment.org/svn/e/trunk/econnman/
7 Group:          EFL
8 Source:         %{name}-%{version}.tar.gz
9 Source1001:     econnman.manifest
10 BuildRequires:  python-devel
11 BuildRequires:  pkgconfig(python-edbus)
12 BuildRequires:  pkgconfig(python-elementary)
13 Requires:       python-edbus
14 Requires:       python-ecore
15 Requires:       python-edje
16 Requires:       python-elementary
17 Requires:       python-evas
18
19 %description
20 EFL connman interface.
21
22 %prep
23 %setup -q
24 cp %{SOURCE1001} .
25
26 %build
27 %configure
28 make %{?_smp_mflags}
29
30 %install
31 %make_install
32
33
34 %files
35 %manifest %{name}.manifest
36 %license COPYING
37 %defattr(-,root,root)
38 %{_bindir}/econnman-bin
39 %{_datadir}/applications/econnman-agent.desktop
40 %{_datadir}/applications/econnman.desktop
41 %{_datadir}/econnman/theme/default.edj
42
43 %changelog