From 55823352d142cc337b9b7264a721694c257e9eb5 Mon Sep 17 00:00:00 2001 From: drago01 Date: Sun, 28 Sep 2008 13:23:38 +0000 Subject: [PATCH] use upstream provided tarball --- iw.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/iw.spec b/iw.spec index 8082679..9c8eeda 100644 --- a/iw.spec +++ b/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 0.9.5-3 +- Use offical tarball + * Sun Sep 28 2008 Adel Gadllah 0.9.5-2 - Fix BuildRequires