xfce4-wavelan-plugin-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. %global minor_version 0.5
  2. Name: xfce4-wavelan-plugin
  3. Summary: WaveLAN plugin for the Xfce panel
  4. Summary(ja): Xfce パネル用無線 LAN プラグイン
  5. Version: 0.5.6
  6. Release: 4%{?_dist_release}
  7. Group: User Interface/Desktops
  8. License: BSD
  9. URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
  10. Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libxfcegui4-devel >= 4.3.20
  13. BuildRequires: libxml2-devel
  14. BuildRequires: xfce4-panel-devel >= 4.3.20
  15. BuildRequires: gettext, intltool
  16. Requires: xfce4-panel >= 4.4.0
  17. %description
  18. A plugin for the Xfce panel that monitors a wireless LAN interface. It
  19. displays stats for signal state, signal quality and network name (SSID).
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --disable-static
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make install DESTDIR=$RPM_BUILD_ROOT
  28. %find_lang %{name}
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files -f %{name}.lang
  32. %defattr(-,root,root,-)
  33. %doc AUTHORS COPYING ChangeLog NEWS README
  34. %{_libexecdir}/xfce4/panel-plugins/%{name}
  35. %{_datadir}/xfce4/panel-plugins/*.desktop
  36. %changelog
  37. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
  38. - initial build for Vine Linux
  39. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-3
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  41. * Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-2
  42. - Rebuild for xfce4-panel 4.7
  43. * Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-1
  44. - Update to 0.5.6
  45. - Drop DSO patch (no longer needed)
  46. * Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-3
  47. - Add patch to fix DSO linking (#564776)
  48. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
  49. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  50. * Fri Apr 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-1
  51. - Update to 0.5.5
  52. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-6
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  54. * Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-5
  55. - Rebuild for Xfce 4.6 (Beta 3)
  56. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.4-4
  57. - Autorebuild for GCC 4.3
  58. * Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-3
  59. - Rebuild for BuildID feature
  60. * Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-2
  61. - Rebuild for Xfce 4.4.1
  62. * Sun Feb 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-1
  63. - Update to 0.5.4.
  64. * Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-4
  65. - Rebuild for Xfce 4.4.
  66. * Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-3
  67. - Bump release for devel checkin.
  68. * Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-2
  69. - Rebuild for XFCE 4.3.99.1.
  70. - BR perl(XML::Parser).
  71. * Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-1
  72. - Update to 0.5.3 on XFCE 4.3.90.2.
  73. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-7
  74. - Mass rebuild for Fedora Core 6.
  75. * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-6
  76. - Require xfce4-panel.
  77. * Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-5
  78. - Rebuild for Fedora Extras 5.
  79. * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-4
  80. - Add libxfcegui4-devel BuildReqs.
  81. - Fix %%defattr.
  82. * Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-3
  83. - Initial Fedora Extras version.
  84. - Rebuild for XFCE 4.2.3.
  85. - disable-static instead of removing .a files.
  86. * Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-2.fc4.cw
  87. - Add libxml2 BuildReqs.
  88. * Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc4.cw
  89. - Rebuild for Core 4.
  90. * Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc3.cw
  91. - Initial RPM release.