source: projects/specs/trunk/i/iw/iw-vl.spec @ 7563

Revision 7563, 5.4 KB checked in by iwamoto, 11 years ago (diff)

New: iw (wireless tool)

Line 
1Name:           iw
2Version:        3.8
3Release:        1%{?_dist_release}
4Summary:        A nl80211 based wireless configuration tool
5Summary(ja):    nl80211 ベースの wireless LAN 設定ツール
6
7Group:          System Environment/Base
8License:        ISC
9URL:            http://www.linuxwireless.org/en/users/Documentation/iw
10Source0:        http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
11Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildRequires:  kernel-headers >= 2.6.24
14BuildRequires:  libnl-devel >= 1.0
15BuildRequires:  pkgconfig     
16
17Packager:       iwamoto
18Vendor:         Project Vine
19Distribution:   Vine Linux
20
21%description
22iw is a new nl80211 based CLI configuration utility for wireless devices.
23Currently you can only use this utility to configure devices which
24use a mac80211 driver as these are the new drivers being written -
25only because most new wireless devices being sold are now SoftMAC.
26
27%prep
28%setup -q
29
30
31%build
32make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT PREFIX='' MANDIR=%{_mandir}
38
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files
45%defattr(-,root,root,-)
46/sbin/%{name}
47%{_datadir}/man/man8/iw.*
48%doc COPYING
49
50%changelog
51* Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-1
52- initial build for VineLinux
53
54* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
55- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
56
57* Wed Jan  2 2013 John W. Linville <linville@redhat.com> 3.8-1
58- Update to 3.8
59
60* Wed Oct 17 2012 John W. Linville <linville@redhat.com> 3.7-1
61- Update to 3.7
62
63* Thu Aug 13 2012 John W. Linville <linville@redhat.com> 3.6-1
64- Update to 3.6
65
66* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
68
69* Thu Jun 28 2012 John W. Linville <linville@redhat.com> 3.5-1
70- Update to 3.5
71
72* Wed Jun 13 2012 John W. Linville <linville@redhat.com> 3.4-1
73- Update to 3.4
74
75* Wed Jan 18 2012 John W. Linville <linville@redhat.com> 3.3-1
76- Update to 3.3
77
78* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
80
81* Mon Nov  7 2011 John W. Linville <linville@redhat.com> 3.2-1
82- Update to 3.2
83
84* Wed Sep 14 2011 John W. Linville <linville@redhat.com> 3.1-1
85- Update to 3.1
86
87* Sun Mar 13 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.9.22-1
88- Update to 0.9.22
89
90* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-3
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
92
93* Wed Sep 29 2010 jkeating - 0.9.21-2
94- Rebuilt for gcc bug 634757
95
96* Sun Sep 26 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.9.21-1
97- Update to 0.9.21
98
99* Wed Jul 14 2010 John W. Linville <linville@redhat.com> 0.9.20-1
100- Update to 0.9.20
101
102* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-2
103- Correct license tag from BSD to ISC
104
105* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-1
106- Update to 0.9.19
107
108* Tue Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-4
109- Remove unnecessary explicit Requires of libnl -- oops!
110
111* Tue Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
112- Add libnl to Requires
113
114* Wed Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
115- BuildRequires kernels-headers instead of kernel-devel
116
117* Wed Dec  2 2009 John W. Linville <linville@redhat.com> 0.9.18-1
118- Update to 0.9.18
119
120* Thu Oct  1 2009 John W. Linville <linville@redhat.com> 0.9.17-3
121- Install in /sbin
122
123* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-2
124- Revert "separate commands into sections", section type conflicts on ppc64
125
126* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-1
127- Update to 0.9.17
128
129* Mon Aug 17 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.16-1
130- Update to 0.9.16
131
132* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.15-2
133- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
134
135* Sat Jul 11 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.15-1
136- Update to 0.9.15
137
138* Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
139- Update to 0.9.14
140
141* Tue May  2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
142- Update to 0.9.13
143
144* Mon Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
145- Update to 0.9.12
146
147* Mon Apr  6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
148- Update to 0.9.11
149
150* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
151- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
152
153* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
154- Update to 0.9.7
155
156* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
157- Update to 0.9.6
158
159* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
160- Use offical tarball
161
162* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
163- Fix BuildRequires
164
165* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
166- Update to 0.9.5
167
168* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
169- Add commitid to version
170- Use versioned buildrequires for kernel-devel
171
172* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
173- Add tarball instructions
174- Fix install
175- Fix changelog
176
177* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
178- Initial build
Note: See TracBrowser for help on using the repository browser.