wmmon-vl.spec 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Summary: WMMon monitors the realtime CPU load and system load
  2. %define version 1.0
  3. Name: wmmon
  4. Version: %{version}
  5. Release: 2%{?_dist_release}
  6. License: GPL
  7. Group: User Interface/Desktops
  8. URL: http://www.xs4all.nl/~warp/files
  9. Source: http://www.xs4all.nl/~warp/files/wmmon-1.0b2.tar.gz
  10. Patch0: http://http.us.debian.org/debian/pool/main/w/wmmon/wmmon_1.0b2-13.diff
  11. Vendor: Project Vine
  12. Distribution: Vine
  13. Packager: Jun Nishii <jun@vinelinux.org>
  14. BuildRoot: /var/tmp/wmmon-root
  15. Summary(ja): CPU および システム負荷の表示モニタ
  16. %description
  17. WMMon monitors the realtime CPU load as well the average
  18. system load and gives you some nice additional features too...
  19. WMMon currently provides:
  20. * Realtime CPU 'stress' meter;
  21. * Average systemload, like xload & wmavgload;
  22. * Average systemload graphic is autoscaling;
  23. * Realtime Disk I/O 'stress' meter;
  24. * Average Disk I/O load grapic (autoscaling);
  25. * Realtime total Mem & Swap usage meters;
  26. * System uptime display;
  27. * Realtime cycling through all monitor modes;
  28. * Can lauch 3 user definable commands through ~/.wmmonrc;
  29. * Can be started multiple times;
  30. * Commandline options for help (-h), version (-v),
  31. start mode (-i & -s) and display (-d);
  32. %prep
  33. %setup -q -n wmmon.app
  34. %patch0 -p1
  35. %build
  36. make -C wmmon
  37. %install
  38. rm -rf %{buildroot}
  39. mkdir -p %{buildroot}/usr/X11R6/bin
  40. mkdir -p %{buildroot}%{_mandir}/man1
  41. install -s -m 755 wmmon/wmmon %{buildroot}/usr/X11R6/bin
  42. install -m 644 wmmon/wmmon.1 %{buildroot}%{_mandir}/man1/wmmon.1
  43. %files
  44. %defattr(-,root,root)
  45. /usr/X11R6/bin/wmmon
  46. %doc README HINTS CHANGES
  47. %{_mandir}/man1/wmmon.1*
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %changelog
  51. * Sun Jun 14 2009 Shu KONNO <owa@bg.wakwak.com> 1.0-2
  52. - applied new versioning policy, spec in utf-8
  53. * Thu Mar 25 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
  54. - added patch0
  55. * Wed Jan 5 2000 Jun Nishii <jun@vinelinux.org>
  56. - change group
  57. * Sat Nov 13 1999 Jun Nishii <jun@flatout.org>
  58. - build for Vine-2.0
  59. * Fri May 22 1998 Cristian Gafton <gafton@redhat.com>
  60. - package built for PowerTools