]> git.pld-linux.org Git - packages/iw.git/commitdiff
- up to 0.9.22; fix build with libnl 3.0 auto/th/iw-0_9_22-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Mar 2011 21:58:18 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iw.spec -> 1.11

iw.spec

diff --git a/iw.spec b/iw.spec
index d9504aea6f341f242cc18cd1611e8843911e5966..b0a796325802ed690b9a0a0d74cecfacada79474 100644 (file)
--- a/iw.spec
+++ b/iw.spec
@@ -1,14 +1,14 @@
 Summary:       iw - utility to show or manipulate wireless devices and their configuration
 Summary(pl.UTF-8):     iw - narzędzie do wyświetlania i modyfikowania konfiguracji urządzeń bezprzewodowych
 Name:          iw
-Version:       0.9.21
-Release:       2
+Version:       0.9.22
+Release:       1
 License:       BSD
 Group:         Networking/Admin
 Source0:       http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
-# Source0-md5: 726db5f1fd6bc316434414770513ef81
+# Source0-md5: 561c2602c5ce7c65a590118286c0892a
 URL:           http://wireless.kernel.org/en/users/Documentation/iw
-BuildRequires: libnl-devel
+BuildRequires: libnl-devel >= 1:3.0
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,6 +25,8 @@ narzędzie do konfiguracji urządzeń bezprzewodowych.
 %prep
 %setup -q
 
+sed -i -e 's#libnl-2.0#libnl-3.0#g' Makefile
+
 %build
 CC="%{__cc}" \
 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
This page took 0.060712 seconds and 4 git commands to generate.