wmnd-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Summary: wmnd - WindowMaker Network Devices
  2. Summary(ja): wmnd - ネットワーク監視 dock app
  3. Name: wmnd
  4. Version: 0.4.12
  5. Release: 2%{?_dist_release}
  6. License: GPL2
  7. URL: http://www.yuv.info/wmnd/
  8. Source0: ftp://ftp.yuv.info/pub/wmnd/releases/wmnd-%{version}.tar.gz
  9. Patch10: wmnd_0.2.1-ppc-bitops.diff
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Group: User Interface/Desktops
  13. BuildRequires: XOrg-devel
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. %ifarch ppc
  16. BuildPreReq: kernel-source
  17. %endif
  18. %description
  19. WMND is a WindowMaker network device traffic monitoring dock app
  20. based on WMiFS 1.3b and improved to suit my usage.
  21. %description -l ja
  22. WMND は,ネットワークトラフィックを監視する WindowMaker
  23. ドックアプリケーションです.WMiFS 1.3b をベースに作成され,
  24. いくつかの拡張が行われています.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. make
  30. %install
  31. rm -rf ${RPM_BUILD_ROOT}
  32. %makeinstall
  33. mkdir -p %{buildroot}%{_sysconfdir}
  34. install -c -m 644 examples/wmndrc %{buildroot}%{_sysconfdir}
  35. %clean
  36. rm -rf ${RPM_BUILD_ROOT}
  37. %files
  38. %defattr(-,root,root)
  39. %doc ChangeLog COPYING INSTALL README TODO AUTHORS NEWS
  40. %config /etc/wmndrc
  41. /usr/bin/wmnd
  42. /usr/share/man/man1/wmnd.1*
  43. %changelog
  44. * Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.12-2
  45. - rebuilt with new toolchain
  46. * Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.12-1vl5
  47. - applied new versioning policy, spec in utf-8
  48. * Sat Sep 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.12-0vl1
  49. - new upstream release
  50. - s/Copyright/License/
  51. - changed Group to User Interface/Desktops
  52. * Wed Jun 02 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.4.9-0vl1
  53. - source update
  54. * Tue Feb 20 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  55. - 0.2.1-0vl1 (VinePlus) / 0vl2 (VineSeedPlus)
  56. - updated to the version 0.2.1
  57. - on ppc, bitops.h doesn't have function definitions themselves,
  58. so added some treatment to use bitops.c
  59. * Thu Jan 13 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  60. - 0.0.4-0vl1
  61. - initial rpm release