bd82932d86ea36cf30d9b9981b52e31aca5fcc38
[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 BuildRequires:  python-devel
10 BuildRequires:  pkgconfig(python-edbus)
11 BuildRequires:  pkgconfig(python-elementary)
12 Requires:       python-e_dbus
13 Requires:       python-ecore
14 Requires:       python-edje
15 Requires:       python-elementary
16 Requires:       python-evas
17 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
18
19 %description
20 EFL connman interface.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 make %{?_smp_mflags}
28
29 %install
30 %make_install
31
32
33 %files
34 %defattr(-,root,root)
35 %{_bindir}/econnman-bin
36 %{_datadir}/applications/econnman-agent.desktop
37 %{_datadir}/applications/econnman.desktop
38 %{_datadir}/econnman/theme/default.edj
39
40 %changelog