use upstream provided tarball
This commit is contained in:
parent
cfac42e5e7
commit
55823352d1
13
iw.spec
13
iw.spec
@ -1,16 +1,12 @@
|
||||
Name: iw
|
||||
Version: 0.9.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A nl80211 based wireless configuration tool
|
||||
|
||||
Group: System Environment/Base
|
||||
License: BSD
|
||||
URL: http://www.linuxwireless.org/en/users/Documentation/iw
|
||||
# Generate tarball:
|
||||
# git clone http://git.sipsolutions.net/iw.git
|
||||
# cd iw
|
||||
# git-archive --format=tar --prefix=iw-%{version}/ v%{version} | bzip2 > iw-%{version}.tar.bz2
|
||||
Source0: iw-%{version}.tar.bz2
|
||||
URL: http://www.linuxwireless.org/en/users/Documentation/iw
|
||||
Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: kernel-devel >= 2.6.24
|
||||
@ -47,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
|
||||
- Use offical tarball
|
||||
|
||||
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
|
||||
- Fix BuildRequires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user