]> git.pld-linux.org Git - packages/iw.git/blobdiff - iw.spec
- updated to 5.8
[packages/iw.git] / iw.spec
diff --git a/iw.spec b/iw.spec
index 81a1bd1f88eac2b28852cc342561dafe310bc497..b8b289b0ae2baf06eee3d0944e78585351be4e67 100644 (file)
--- a/iw.spec
+++ b/iw.spec
@@ -1,16 +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.1
+Version:       5.8
 Release:       1
 License:       BSD
 Group:         Networking/Admin
-Source0:       http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
-# Source0-md5: 2b63438a12b7dc481140cb9a69c86e4a
-URL:           http://wireless.kernel.org/en/users/Documentation/iw
+Source0:       https://www.kernel.org/pub/software/network/iw/%{name}-%{version}.tar.xz
+# Source0-md5: 6bd1c3ba291d10e1438ea3130089ce16
+URL:           https://wireless.wiki.kernel.org/en/users/Documentation/iw
 BuildRequires: libnl-devel >= 1:3.2
 BuildRequires: pkgconfig
-BuildRequires: sed >= 4.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -26,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.14409 seconds and 4 git commands to generate.