Set license using %license
[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-edbus
13 Requires:       python-ecore
14 Requires:       python-edje
15 Requires:       python-elementary
16 Requires:       python-evas
17
18 %description
19 EFL connman interface.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 make %{?_smp_mflags}
27
28 %install
29 %make_install
30
31
32 %files
33 %license COPYING
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