wmSMPmon-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Summary: wmSMPmon - CPU monitoring applet for SMP systems
  2. Summary(ja): wmSMPmon - SMP システム用 CPU/負荷モニタ
  3. Name: wmSMPmon
  4. Version: 3.1
  5. Release: 1%{?_dist_release}
  6. License: GPL2
  7. Source0: http://goupilfr.org/creations/archives/arch/wmSMPmon-%{version}.tar.gz
  8. #Patch0: %{name}-%{version}-ppc.patch
  9. URL: http://www.ribbrock.org/binabit/wmSMPmon
  10. Group: User Interface/Desktops
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libX11-devel
  13. BuildRequires: libXpm-devel
  14. BuildRequires: libXext-devel
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. wmSMPmon is a CPU monitoring applet for SMP systems
  19. running Window Maker.
  20. %description -l ja
  21. wmSMPmon は WindowMaker 用のドックアプリケーションで,
  22. SMP システム用 CPU モニタです.
  23. %prep
  24. %setup -q
  25. %build
  26. cd wmSMPmon
  27. make
  28. %install
  29. rm -rf ${RPM_BUILD_ROOT}
  30. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  31. mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
  32. install -m 755 wmSMPmon/wmSMPmon ${RPM_BUILD_ROOT}%{_bindir}
  33. install -m 755 wmSMPmon/wmSMPmon.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
  34. %clean
  35. rm -rf ${RPM_BUILD_ROOT}
  36. %files
  37. %defattr(-,root,root)
  38. %doc COPYING GREETINGS LISEZ-MOI
  39. %{_bindir}/wmSMPmon
  40. %{_mandir}/man1/*
  41. %changelog
  42. * Sat Jan 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1-1
  43. - updated to 3.1, dropped Patch1
  44. - applied new versioning policy, spec in UTF-8
  45. - updated URL
  46. - s/Copyright/License/
  47. - changed Group to User Interface/Desktops
  48. * Tue Aug 28 2001 Jun Nishii <jun@vinelinux.org> 2.2-0vl1
  49. - ver.up
  50. * Fri Sep 29 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  51. - 2.1-0vl1
  52. - initial package