5.9
This commit is contained in:
parent
d7eeff8af0
commit
eae1662376
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/iw-5.4.tar.xz
|
||||
/iw-5.9.tar.xz
|
||||
|
17
iw.spec
17
iw.spec
@ -1,6 +1,6 @@
|
||||
Name: iw
|
||||
Version: 5.4
|
||||
Release: 3%{?dist}
|
||||
Version: 5.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A nl80211 based wireless configuration tool
|
||||
|
||||
License: ISC
|
||||
@ -8,10 +8,10 @@ URL: http://wireless.kernel.org/en/users/Documentation/iw
|
||||
Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: kernel-headers >= 2.6.24
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
iw is a new nl80211 based CLI configuration utility for wireless devices.
|
||||
@ -21,16 +21,16 @@ only because most new wireless devices being sold are now SoftMAC.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
||||
%{make_install}
|
||||
|
||||
|
||||
%files
|
||||
@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 17 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.9-1
|
||||
- Update to 5.9
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (iw-5.4.tar.xz) = 84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2
|
||||
SHA512 (iw-5.9.tar.xz) = 08b0c8d92c7e695bb2a107b89c3cc406e8386393b65ecbf96ded6fd757043ccd12bedaa90c14138e03e53f107365d04e229633c1cfa024ecab5fe993578491be
|
||||
|
Loading…
Reference in New Issue
Block a user