| 1 | Summary: Wireless LAN management utilities. |
|---|
| 2 | Summary(ja): 無線LAN管理ユーティリティ |
|---|
| 3 | Name: wireless-tools |
|---|
| 4 | Version: 29 |
|---|
| 5 | Release: 3%{?_dist_release} |
|---|
| 6 | License: GPL2 |
|---|
| 7 | Group: System Environment/Base |
|---|
| 8 | URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html |
|---|
| 9 | Source0: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.%{version}.tar.gz |
|---|
| 10 | Buildroot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 11 | |
|---|
| 12 | Vendor: Project Vine |
|---|
| 13 | Distribution: Vine Linux |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | The wireless-tools package contain the Wireless tools, used to |
|---|
| 18 | manipulate the Wireless Extensions. The Wireless Extension is |
|---|
| 19 | an interface allowing you to set Wireless LAN specific parameters |
|---|
| 20 | and get the specific stats. |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | Wireless Extensions は,無線 LAN 特有のパラメータを設定したり |
|---|
| 24 | 現在の状態を取得したりする為のインタフェースです. |
|---|
| 25 | wireless-tools パッケージは,この Wireless Extensions を操作する |
|---|
| 26 | 為のツールを収録したパッケージです. |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | %package devel |
|---|
| 30 | Summary: Development files for wireless-tools |
|---|
| 31 | Group: Development/Libraries |
|---|
| 32 | Requires: %{name} = %{version}-%{release} |
|---|
| 33 | |
|---|
| 34 | %description devel |
|---|
| 35 | Development files for Wireless-tools |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | %prep |
|---|
| 39 | %setup -q -n wireless_tools.%{version} |
|---|
| 40 | |
|---|
| 41 | %build |
|---|
| 42 | %__make clean |
|---|
| 43 | %__make BUILD_SHARED=1 |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | %install |
|---|
| 47 | rm -rf $RPM_BUILD_ROOT |
|---|
| 48 | %__make install \ |
|---|
| 49 | INSTALL_DIR=$RPM_BUILD_ROOT%{_syssbindir} \ |
|---|
| 50 | INSTALL_LIB=$RPM_BUILD_ROOT/%{_lib} \ |
|---|
| 51 | INSTALL_INC=$RPM_BUILD_ROOT%{_includedir} \ |
|---|
| 52 | INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir} |
|---|
| 53 | |
|---|
| 54 | %clean |
|---|
| 55 | rm -rf %{buildroot} |
|---|
| 56 | |
|---|
| 57 | %post -p /sbin/ldconfig |
|---|
| 58 | %postun -p /sbin/ldconfig |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %files |
|---|
| 62 | %defattr(-,root,root) |
|---|
| 63 | %doc README INSTALL *.txt |
|---|
| 64 | %{_syssbindir}/* |
|---|
| 65 | /%{_lib}/*.so.* |
|---|
| 66 | %{_mandir}/man[578]/* |
|---|
| 67 | |
|---|
| 68 | %files devel |
|---|
| 69 | %defattr(-,root,root) |
|---|
| 70 | %{_includedir}/* |
|---|
| 71 | /%{_lib}/*.so |
|---|
| 72 | |
|---|
| 73 | %changelog |
|---|
| 74 | * Tue Apr 5 2011 IWAI, Masaharu <iwai@alib.jp> 29-3vl6 |
|---|
| 75 | - build on current VineSeed |
|---|
| 76 | |
|---|
| 77 | * Sat Apr 4 2009 IWAI, Masaharu <iwai@alib.jp> 29-2 |
|---|
| 78 | - spec in UTF-8 |
|---|
| 79 | - using rpm macro: _syssbindir |
|---|
| 80 | - add URL tag |
|---|
| 81 | - update Source0 URL |
|---|
| 82 | |
|---|
| 83 | * Wed Apr 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 29-1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Tue Sep 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 28-0vl1 |
|---|
| 87 | - update to wireless-tools-28 release |
|---|
| 88 | |
|---|
| 89 | * Sat Mar 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 28-0vl0.pre15 |
|---|
| 90 | - update to 28-pre15 beta version |
|---|
| 91 | - move shared library to /lib |
|---|
| 92 | |
|---|
| 93 | * Tue Aug 16 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 27-0vl3 |
|---|
| 94 | - buildrequires glibc-kernheaders, not kernel-headers |
|---|
| 95 | |
|---|
| 96 | * Sat Jul 16 2005 Shu KONNO <owa@bg.wakwak.com> 27-0vl2 |
|---|
| 97 | - rebuilt with kernel-2.6.12 |
|---|
| 98 | |
|---|
| 99 | * Mon May 16 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 27-0vl1 |
|---|
| 100 | - updated to version 27 |
|---|
| 101 | - added missing documents (*.txt) |
|---|
| 102 | |
|---|
| 103 | * Sun Mar 14 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 26-0vl3 |
|---|
| 104 | - move man7/wireless.7.gz and lib/libiw.so.26 to main package |
|---|
| 105 | |
|---|
| 106 | * Thu Mar 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 26-0vl2 |
|---|
| 107 | - add devel package |
|---|
| 108 | - arrange %%install method |
|---|
| 109 | |
|---|
| 110 | * Tue Nov 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 26-0vl0 |
|---|
| 111 | - rebuild for Vine Linux 2.6 |
|---|
| 112 | |
|---|
| 113 | * Thu Aug 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 26-0vl1 |
|---|
| 114 | - new upstream release |
|---|
| 115 | |
|---|
| 116 | * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 25-0vl1 |
|---|
| 117 | - new upstream release |
|---|
| 118 | |
|---|
| 119 | * Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 24-0vl2 |
|---|
| 120 | - just rebuild with current kernel |
|---|
| 121 | |
|---|
| 122 | * Mon Sep 30 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 24-0vl1 |
|---|
| 123 | - updated to new upstream release 24 |
|---|
| 124 | (version 25 is now available, but it requires wireless extension v15) |
|---|
| 125 | - added Japanese description |
|---|
| 126 | |
|---|
| 127 | * Mon Mar 11 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 23-0vl1 |
|---|
| 128 | - updated to new upstream release 23 |
|---|
| 129 | |
|---|
| 130 | * Thu Feb 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22-0vl2 |
|---|
| 131 | - added BuildPreReq: glibc >= 2.2 |
|---|
| 132 | |
|---|
| 133 | * Thu Jan 17 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22-0vl1 |
|---|
| 134 | - updated to the new upstream release |
|---|
| 135 | |
|---|
| 136 | * Fri Jul 20 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org> |
|---|
| 137 | - 21-0vl3 |
|---|
| 138 | - added missing iwgetid and iwlist |
|---|
| 139 | - Copyright: Free -> License: GPL2 |
|---|
| 140 | |
|---|
| 141 | * Tue May 15 2001 Satoshi MACHINO <machino@vinelinux.org> 21-0vl2 |
|---|
| 142 | - removed strip and gzip in SPEC file(used brp-redhat script) |
|---|
| 143 | |
|---|
| 144 | * Tue May 15 2001 Satoshi MACHINO <machino@vinelinux.org> 21-0vl1 |
|---|
| 145 | - updated wireless_tools.21 |
|---|
| 146 | - changed Packager |
|---|
| 147 | |
|---|
| 148 | * Tue Jul 18 2000 Yasuyuki Furukawa <furukawa@vinelinux.org> |
|---|
| 149 | - first release |
|---|