]> git.pld-linux.org Git - packages/iwd.git/blob - iwd.spec
- new
[packages/iwd.git] / iwd.spec
1 # TODO: system ell
2 Summary:        iwd - wireless daemon for Linux
3 Summary(pl.UTF-8):      iwd - demon sieci bezprzewodowej dla Linuksa
4 Name:           iwd
5 Version:        0.1
6 Release:        1
7 License:        LGPL v2.1+
8 Group:          Networking/Daemons
9 Source0:        https://www.kernel.org/pub/linux/network/wireless/%{name}-%{version}.tar.xz
10 # Source0-md5:  5dba7b3d20d6b5367ba4e55a9eaf6f95
11 URL:            https://git.kernel.org/pub/scm/network/wireless/iwd.git
12 BuildRequires:  asciidoc
13 BuildRequires:  dbus-devel
14 BuildRequires:  pkgconfig
15 BuildRequires:  readline-devel
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xz
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Wireless daemon for Linux.
22
23 %description -l pl.UTF-8
24 Demon sieci bezprzewodowej dla Linuksa.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure \
31         --enable-docs \
32         --disable-silent-rules \
33         --with-systemd-unitdir=%{systemdunitdir}
34
35 %{__make} -j1
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 #install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README TODO
50 %attr(755,root,root) %{_bindir}/iwctl
51 %attr(755,root,root) %{_bindir}/iwmon
52 %attr(755,root,root) %{_libexecdir}/iwd
53 %{systemdunitdir}/iwd.service
54 %{_datadir}/dbus-1/system.d/iwd-dbus.conf
55 %{_mandir}/man1/iwmon.1*
This page took 0.066391 seconds and 4 git commands to generate.