update to 0.9.5
This commit is contained in:
parent
4522b0db79
commit
1a2e4286e3
@ -1 +1 @@
|
||||
iw-0.0.20080703gitf6fc7dc.tar.bz2
|
||||
iw-0.9.5.tar.bz2
|
||||
|
15
iw.spec
15
iw.spec
@ -1,8 +1,6 @@
|
||||
%define git_date 20080703
|
||||
%define git_version f6fc7dc
|
||||
Name: iw
|
||||
Version: 0.0
|
||||
Release: 0.3.%{git_date}git%{git_version}%{?dist}
|
||||
Version: 0.9.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A nl80211 based wireless configuration tool
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -11,8 +9,8 @@ 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/ %{git_version} | bzip2 > iw-0.0.`date +%Y%m%d`git%{git_version}.tar.bz2
|
||||
Source0: iw-0.0.%{git_date}git%{git_version}.tar.bz2
|
||||
# git-archive --format=tar --prefix=iw-%{version}/ v%{version} | bzip2 > iw-%{version}.tar.bz2
|
||||
Source0: iw-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: kernel-devel >= 2.6.24
|
||||
@ -25,7 +23,7 @@ use a mac80211 driver as these are the new drivers being written -
|
||||
only because most new wireless devices being sold are now SoftMAC.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
@ -48,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
|
||||
- Update to 0.9.5
|
||||
|
||||
* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
|
||||
- Add commitid to version
|
||||
- Use versioned buildrequires for kernel-devel
|
||||
|
Loading…
Reference in New Issue
Block a user