]> git.pld-linux.org Git - packages/iw.git/blobdiff - iw.spec
- updated to 4.1
[packages/iw.git] / iw.spec
diff --git a/iw.spec b/iw.spec
index ffed1d9e83e842db50bfe9a20b581246dfc9e9bf..9221e7713478c47f390f545029c7e5392b6bdbf9 100644 (file)
--- a/iw.spec
+++ b/iw.spec
@@ -1,15 +1,17 @@
 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:       3.0
-Release:       3
+Version:       4.1
+Release:       1
 License:       BSD
 Group:         Networking/Admin
-Source0:       http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
-# Source0-md5: a92bab831b2f86918db3c0f27f797015
+Source0:       https://www.kernel.org/pub/software/network/iw/%{name}-%{version}.tar.xz
+# Source0-md5: 3a292dd342bb88e30e74015ae6fe1e54
 URL:           http://wireless.kernel.org/en/users/Documentation/iw
-BuildRequires: libnl-devel >= 1:3.0
+BuildRequires: libnl-devel >= 1:3.2
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -25,7 +27,7 @@ narzędzie do konfiguracji urządzeń bezprzewodowych.
 %prep
 %setup -q
 
-sed -i -e 's#libnl-2.0#libnl-3.0#g' -e 's#-lnl-genl#-lnl-genl-3#g' Makefile
+sed -i -e 's#git rev-parse#false#g' version.sh
 
 %build
 CC="%{__cc}" \
This page took 0.096875 seconds and 4 git commands to generate.