iw-vl.spec 5.8 KB

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