iw-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. Name: iw
  2. Version: 3.13
  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: http://www.linuxwireless.org/en/users/Documentation/iw
  9. Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.xz
  10. Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: kernel-headers >= 2.6.24
  12. BuildRequires: libnl-devel >= 1.0
  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. make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT PREFIX='' MANDIR=%{_mandir}
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root,-)
  33. /sbin/%{name}
  34. %{_datadir}/man/man8/iw.*
  35. %doc COPYING
  36. %changelog
  37. * Fri Jan 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.13-1
  38. - new upstream release
  39. * Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-2
  40. - fix changelog wrong date....
  41. * Tue Mar 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.8-1
  42. - initial build for VineLinux
  43. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  45. * Wed Jan 2 2013 John W. Linville <linville@redhat.com> 3.8-1
  46. - Update to 3.8
  47. * Wed Oct 17 2012 John W. Linville <linville@redhat.com> 3.7-1
  48. - Update to 3.7
  49. * Mon Aug 13 2012 John W. Linville <linville@redhat.com> 3.6-1
  50. - Update to 3.6
  51. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  53. * Thu Jun 28 2012 John W. Linville <linville@redhat.com> 3.5-1
  54. - Update to 3.5
  55. * Wed Jun 13 2012 John W. Linville <linville@redhat.com> 3.4-1
  56. - Update to 3.4
  57. * Wed Jan 18 2012 John W. Linville <linville@redhat.com> 3.3-1
  58. - Update to 3.3
  59. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  61. * Mon Nov 7 2011 John W. Linville <linville@redhat.com> 3.2-1
  62. - Update to 3.2
  63. * Wed Sep 14 2011 John W. Linville <linville@redhat.com> 3.1-1
  64. - Update to 3.1
  65. * Sun Mar 13 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.9.22-1
  66. - Update to 0.9.22
  67. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-3
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Wed Sep 29 2010 jkeating - 0.9.21-2
  70. - Rebuilt for gcc bug 634757
  71. * Sun Sep 26 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.9.21-1
  72. - Update to 0.9.21
  73. * Wed Jul 14 2010 John W. Linville <linville@redhat.com> 0.9.20-1
  74. - Update to 0.9.20
  75. * Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-2
  76. - Correct license tag from BSD to ISC
  77. * Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-1
  78. - Update to 0.9.19
  79. * Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-4
  80. - Remove unnecessary explicit Requires of libnl -- oops!
  81. * Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
  82. - Add libnl to Requires
  83. * Fri Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
  84. - BuildRequires kernels-headers instead of kernel-devel
  85. * Wed Dec 2 2009 John W. Linville <linville@redhat.com> 0.9.18-1
  86. - Update to 0.9.18
  87. * Thu Oct 1 2009 John W. Linville <linville@redhat.com> 0.9.17-3
  88. - Install in /sbin
  89. * Fri Sep 4 2009 John W. Linville <linville@redhat.com> 0.9.17-2
  90. - Revert "separate commands into sections", section type conflicts on ppc64
  91. * Fri Sep 4 2009 John W. Linville <linville@redhat.com> 0.9.17-1
  92. - Update to 0.9.17
  93. * Mon Aug 17 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.16-1
  94. - Update to 0.9.16
  95. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.15-2
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  97. * Sat Jul 11 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.15-1
  98. - Update to 0.9.15
  99. * Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
  100. - Update to 0.9.14
  101. * Sat May 2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
  102. - Update to 0.9.13
  103. * Wed Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
  104. - Update to 0.9.12
  105. * Mon Apr 6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
  106. - Update to 0.9.11
  107. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
  108. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  109. * Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
  110. - Update to 0.9.7
  111. * Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
  112. - Update to 0.9.6
  113. * Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
  114. - Use offical tarball
  115. * Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
  116. - Fix BuildRequires
  117. * Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
  118. - Update to 0.9.5
  119. * Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
  120. - Add commitid to version
  121. - Use versioned buildrequires for kernel-devel
  122. * Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
  123. - Add tarball instructions
  124. - Fix install
  125. - Fix changelog
  126. * Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
  127. - Initial build