gtop-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Note that this is NOT a relocatable package
  2. %define ver 1.0.13
  3. %define rel 0vl2
  4. Summary: GNOME System Monitor
  5. Summary(ja): GNOME システムモニタ
  6. Name: gtop
  7. Version: %{ver}
  8. Release: %{rel}
  9. Copyright: LGPL
  10. Group: Applications/System
  11. BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
  12. URL: http://www.gnome.org
  13. Docdir: %{_prefix}/doc
  14. Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}/%{name}-%{ver}.tar.gz
  15. # source/patch for Vine
  16. Patch100: gtop-1.0.9-vfont.patch
  17. %description
  18. GNOME System Monitor.
  19. This package will install the GNOME system monitor gtop,
  20. which shows memory graphs and processes.
  21. GNOME is the GNU Network Object Model Environment. This powerful
  22. environment is both easy to use and easy to configure.
  23. %description -l ja
  24. GNOME システムモニタ
  25. このパッケージをインストールすれば、メモリとプロセスをグラフィク表示
  26. できます。
  27. %prep
  28. %setup -q
  29. %patch100 -p1
  30. %build
  31. %configure
  32. if [ "$SMP" != "" ]; then
  33. (make "MAKE=make -k -j $SMP"; exit 0)
  34. make
  35. else
  36. make
  37. fi
  38. %install
  39. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BULD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  40. %makeinstall
  41. %clean
  42. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  43. %files
  44. %defattr(-, root, root)
  45. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  46. %{_bindir}/*
  47. %{_datadir}/gtoprc
  48. %{_datadir}/locale/*/*/*
  49. %{_datadir}/gnome/*
  50. %{_datadir}/pixmaps/*
  51. %changelog
  52. * Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0.13-0vl2
  53. - rebuild
  54. * Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.0.13-0vl1
  55. - New upstream release.
  56. - Use rpmmacros.
  57. * Thu Jul 4 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
  58. - added vfont patch and ja.po for 1.0.9
  59. * Thu Jun 1 2000 Kazuhito Nishi <nishi@imasy.or.jp>
  60. - version 1.0.9
  61. * Fri Sep 17 1999 Kazuhito Nishi <nishi@imasy.or.jp>
  62. - First try at a spec file for Vine
  63. * Sun Aug 23 1998 Martin Baulig <martin@home-of-linux.org>
  64. - Make GTop its own top-level module.