]> git.pld-linux.org Git - packages/econnman.git/blob - econnman.spec
- new
[packages/econnman.git] / econnman.spec
1 %define         efl_ver         1.7.0
2
3 Summary:        ConnMan User Interface in EFL
4 Summary(pl.UTF-8):      Interfejs użytkownika do ConnMana wykorzystujący EFL
5 Name:           econnman
6 Version:        1.1
7 Release:        1
8 License:        BSD
9 Group:          Applications/Network
10 Source0:        http://download.enlightenment.org/rel/apps/econnman/%{name}-%{version}.tar.gz
11 # Source0-md5:  64ccd94e8f2d92a91447566ee2af67e6
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf >= 2.61
14 BuildRequires:  automake >= 1.6
15 BuildRequires:  edje
16 BuildRequires:  pkgconfig
17 BuildRequires:  python-devel >= 1:2.6
18 BuildRequires:  sed >= 4.0
19 Requires:       python-dbus
20 Requires:       python-edbus >= 1.7.0
21 Requires:       python-elementary >= 1.7.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 ConnMan User Interface in EFL.
26
27 %description -l pl.UTF-8
28 Interfejs użytkownika do ConnMana wykorzystujący EFL.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal} -I m4
35 %{__autoconf}
36 %{__automake}
37 %configure \
38         --disable-silent-rules
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS README
54 %attr(755,root,root) %{_bindir}/econnman-bin
55 %{_datadir}/econnman
56 %{_desktopdir}/econnman.desktop
57 %{_desktopdir}/econnman-agent.desktop
This page took 0.049697 seconds and 3 git commands to generate.