SPECS: iw.spec (NEW) - new wireless configuration utility
arekm
arekm at pld-linux.org
Sun Oct 26 08:09:37 CET 2008
Author: arekm Date: Sun Oct 26 07:09:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new wireless configuration utility
---- Files affected:
SPECS:
iw.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/iw.spec
diff -u /dev/null SPECS/iw.spec:1.1
--- /dev/null Sun Oct 26 08:09:37 2008
+++ SPECS/iw.spec Sun Oct 26 08:09:32 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: nl80211 based CLI
+Name: iw
+Version: 0.9.5
+Release: 1
+License: BSD
+Group: Networking/Admin
+Source0: http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
+# Source0-md5: 65582a45f016f0e699f1816265a222d2
+URL: http://wireless.kernel.org/en/users/Documentation/iw
+BuildRequires: libnl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _sbindir /sbin
+
+%description
+iw is a new nl80211 based CLI configuration utility for wireless
+devices.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ V=1 \
+ CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install iw $RPM_BUILD_ROOT%{_sbindir}
+install iw.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/10/26 07:09:32 arekm
+- new wireless configuration utility
+
================================================================
More information about the pld-cvs-commit
mailing list