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

Revision 8844, 5.5 KB checked in by iwamoto, 10 years ago (diff)

iw: update to 3.13

Line 
1Name:           iw
2Version:        3.13
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.xz
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* Fri Jan 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.13-1
52- new upstream release
53
54* Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-2
55- fix changelog wrong date....
56
57* Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-1
58- initial build for VineLinux
59
60* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
62
63* Wed Jan  2 2013 John W. Linville <linville@redhat.com> 3.8-1
64- Update to 3.8
65
66* Wed Oct 17 2012 John W. Linville <linville@redhat.com> 3.7-1
67- Update to 3.7
68
69* Mon Aug 13 2012 John W. Linville <linville@redhat.com> 3.6-1
70- Update to 3.6
71
72* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
74
75* Thu Jun 28 2012 John W. Linville <linville@redhat.com> 3.5-1
76- Update to 3.5
77
78* Wed Jun 13 2012 John W. Linville <linville@redhat.com> 3.4-1
79- Update to 3.4
80
81* Wed Jan 18 2012 John W. Linville <linville@redhat.com> 3.3-1
82- Update to 3.3
83
84* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
86
87* Mon Nov  7 2011 John W. Linville <linville@redhat.com> 3.2-1
88- Update to 3.2
89
90* Wed Sep 14 2011 John W. Linville <linville@redhat.com> 3.1-1
91- Update to 3.1
92
93* Sun Mar 13 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.9.22-1
94- Update to 0.9.22
95
96* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-3
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
98
99* Wed Sep 29 2010 jkeating - 0.9.21-2
100- Rebuilt for gcc bug 634757
101
102* Sun Sep 26 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.9.21-1
103- Update to 0.9.21
104
105* Wed Jul 14 2010 John W. Linville <linville@redhat.com> 0.9.20-1
106- Update to 0.9.20
107
108* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-2
109- Correct license tag from BSD to ISC
110
111* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-1
112- Update to 0.9.19
113
114* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-4
115- Remove unnecessary explicit Requires of libnl -- oops!
116
117* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
118- Add libnl to Requires
119
120* Fri Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
121- BuildRequires kernels-headers instead of kernel-devel
122
123* Wed Dec  2 2009 John W. Linville <linville@redhat.com> 0.9.18-1
124- Update to 0.9.18
125
126* Thu Oct  1 2009 John W. Linville <linville@redhat.com> 0.9.17-3
127- Install in /sbin
128
129* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-2
130- Revert "separate commands into sections", section type conflicts on ppc64
131
132* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-1
133- Update to 0.9.17
134
135* Mon Aug 17 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.16-1
136- Update to 0.9.16
137
138* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.15-2
139- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
140
141* Sat Jul 11 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.15-1
142- Update to 0.9.15
143
144* Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
145- Update to 0.9.14
146
147* Sat May  2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
148- Update to 0.9.13
149
150* Wed Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
151- Update to 0.9.12
152
153* Mon Apr  6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
154- Update to 0.9.11
155
156* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
157- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
158
159* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
160- Update to 0.9.7
161
162* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
163- Update to 0.9.6
164
165* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
166- Use offical tarball
167
168* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
169- Fix BuildRequires
170
171* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
172- Update to 0.9.5
173
174* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
175- Add commitid to version
176- Use versioned buildrequires for kernel-devel
177
178* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
179- Add tarball instructions
180- Fix install
181- Fix changelog
182
183* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
184- Initial build
Note: See TracBrowser for help on using the repository browser.