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

Revision 12346, 5.8 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

ca-certificates-2020.2.40-1

dmidecode-3.2-1

dnsmasq-2.80-2

golang-1.14.1-1

gthumb-3.8.3-1

haveged-1.9.8-1

iw-5.4-1

liblockfile-1.14-6

libnl3-3.5.0-1

libvisio-0.1.7-2

mailx-8.1.2.20180807-1

strace-5.5-1

tzdata-2019c-1

zlib-1.2.11-2

Line 
1Name:           iw
2Version:        5.4
3Release:        1%{?_dist_release}
4Summary:        A nl80211 based wireless configuration tool
5Summary(ja):    nl80211 ベースの wireless LAN 設定ツール
6
7Group:          System Environment/Base
8License:        ISC
9URL:            https://wireless.wiki.kernel.org/en/users/documentation/iw
10Source0:        https://mirrors.edge.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
11Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildRequires:  kernel-headers >= 2.6.24
14BuildRequires:  libnl3-devel
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
32NL3_CFLAGS=$(pkg-config --cflags libnl-3.0)
33NL3_LDFLAGS=$(pkg-config --libs libnl-3.0)
34
35export CFLAGS="$RPM_OPT_FLAGS $NL3_CFLAGS"
36export LDFLAGS="$NL3_LDFLAGS"
37
38make %{?_smp_mflags}
39
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT PREFIX='' MANDIR=%{_mandir}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files
51%defattr(-,root,root,-)
52/sbin/%{name}
53%{_datadir}/man/man8/iw.*
54%doc COPYING
55
56%changelog
57* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4-1
58- new upstream release.
59
60* Fri Jan 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.13-1
61- new upstream release
62
63* Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-2
64- fix changelog wrong date....
65
66* Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-1
67- initial build for VineLinux
68
69* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
70- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
71
72* Wed Jan  2 2013 John W. Linville <linville@redhat.com> 3.8-1
73- Update to 3.8
74
75* Wed Oct 17 2012 John W. Linville <linville@redhat.com> 3.7-1
76- Update to 3.7
77
78* Mon Aug 13 2012 John W. Linville <linville@redhat.com> 3.6-1
79- Update to 3.6
80
81* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
83
84* Thu Jun 28 2012 John W. Linville <linville@redhat.com> 3.5-1
85- Update to 3.5
86
87* Wed Jun 13 2012 John W. Linville <linville@redhat.com> 3.4-1
88- Update to 3.4
89
90* Wed Jan 18 2012 John W. Linville <linville@redhat.com> 3.3-1
91- Update to 3.3
92
93* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95
96* Mon Nov  7 2011 John W. Linville <linville@redhat.com> 3.2-1
97- Update to 3.2
98
99* Wed Sep 14 2011 John W. Linville <linville@redhat.com> 3.1-1
100- Update to 3.1
101
102* Sun Mar 13 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.9.22-1
103- Update to 0.9.22
104
105* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-3
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
107
108* Wed Sep 29 2010 jkeating - 0.9.21-2
109- Rebuilt for gcc bug 634757
110
111* Sun Sep 26 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.9.21-1
112- Update to 0.9.21
113
114* Wed Jul 14 2010 John W. Linville <linville@redhat.com> 0.9.20-1
115- Update to 0.9.20
116
117* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-2
118- Correct license tag from BSD to ISC
119
120* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-1
121- Update to 0.9.19
122
123* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-4
124- Remove unnecessary explicit Requires of libnl -- oops!
125
126* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
127- Add libnl to Requires
128
129* Fri Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
130- BuildRequires kernels-headers instead of kernel-devel
131
132* Wed Dec  2 2009 John W. Linville <linville@redhat.com> 0.9.18-1
133- Update to 0.9.18
134
135* Thu Oct  1 2009 John W. Linville <linville@redhat.com> 0.9.17-3
136- Install in /sbin
137
138* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-2
139- Revert "separate commands into sections", section type conflicts on ppc64
140
141* Fri Sep  4 2009 John W. Linville <linville@redhat.com> 0.9.17-1
142- Update to 0.9.17
143
144* Mon Aug 17 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.16-1
145- Update to 0.9.16
146
147* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.15-2
148- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
149
150* Sat Jul 11 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.15-1
151- Update to 0.9.15
152
153* Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
154- Update to 0.9.14
155
156* Sat May  2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
157- Update to 0.9.13
158
159* Wed Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
160- Update to 0.9.12
161
162* Mon Apr  6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
163- Update to 0.9.11
164
165* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
166- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
167
168* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
169- Update to 0.9.7
170
171* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
172- Update to 0.9.6
173
174* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
175- Use offical tarball
176
177* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
178- Fix BuildRequires
179
180* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
181- Update to 0.9.5
182
183* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
184- Add commitid to version
185- Use versioned buildrequires for kernel-devel
186
187* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
188- Add tarball instructions
189- Fix install
190- Fix changelog
191
192* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
193- Initial build
Note: See TracBrowser for help on using the repository browser.