]> git.pld-linux.org Git - packages/iwd.git/commitdiff
up to 0.10 auto/th/iwd-0.10-1
authorJan Palus <atler@pld-linux.org>
Sun, 21 Oct 2018 23:49:38 +0000 (01:49 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 21 Oct 2018 23:49:38 +0000 (01:49 +0200)
- updated BRs
- run autotools

iwd.spec

index 8016bc5fed67d2338b4ece76e60f8981fd817707..2ff98f0e7379fac3d1e1aea76bedb49d41174798 100644 (file)
--- a/iwd.spec
+++ b/iwd.spec
@@ -2,20 +2,25 @@
 Summary:       iwd - wireless daemon for Linux
 Summary(pl.UTF-8):     iwd - demon sieci bezprzewodowej dla Linuksa
 Name:          iwd
-Version:       0.7
+Version:       0.10
 Release:       1
 License:       LGPL v2.1+
 Group:         Networking/Daemons
 Source0:       https://www.kernel.org/pub/linux/network/wireless/%{name}-%{version}.tar.xz
-# Source0-md5: dc26718ba7fb937864e70bbcd0b5843b
+# Source0-md5: 8ebe73c00763eddf009e27c57f733ea4
 URL:           https://git.kernel.org/pub/scm/network/wireless/iwd.git
 BuildRequires: asciidoc
+BuildRequires: autoconf >= 2.60
+BuildRequires: automake
 BuildRequires: dbus-devel
+BuildRequires: ell-devel >= 0.12
+BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: readline-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post,preun,postun):   systemd-units >= 38
+Requires:      ell >= 0.12
 Requires:      systemd-units >= 38
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,8 +34,14 @@ Demon sieci bezprzewodowej dla Linuksa.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --enable-docs \
+       --enable-external-ell \
        --disable-silent-rules \
        --with-systemd-unitdir=%{systemdunitdir}
 
This page took 0.324687 seconds and 4 git commands to generate.