%define name gsysinfo %define ver 1.1 %define rel 2 %define prefix /usr Summary: A GNOME panel applet to display system load, CPU usage, memory usage, and swapfile usage. Name: gsysinfo Version: %{ver} Release: %{rel} Copyright: GPL Excludearch: sparc alpha Requires: gnome-core Group: Applications/Monitors URL: http://www.opensky.ca/gsysinfo/ Source: gsysinfo-%{version}.tar.gz Patch: gsysinfo-makefile.patch Packager: Brian L. Johnson Vendor: Jason Hildebrand BuildRoot: /var/tmp/%{name}-root %description This applet displays the system load average, current CPU usage, memory usage, and swap usage, in the same style as the program xsysinfo by Gabor Herr (but as a panel applet) %prep %setup %patch %build make %install make PREFIX=%{prefix} DESTDIR=${RPM_BUILD_ROOT} install %files %{prefix}/bin/gsysinfo_applet /etc/CORBA/servers/gsysinfo_applet.gnorba %{prefix}/share/applets/Monitors/gsysinfo_applet.desktop %doc %{prefix}/share/gnome/help/gsysinfo_applet/C/properties-0.html %{prefix}/share/gnome/help/gsysinfo_applet/C/properties-1.html %{prefix}/doc/gsysinfo-1.1/LICENSE %{prefix}/doc/gsysinfo-1.1/README %changelog * Tue Mar 6 2001 Simon Piette - Corrected the build process * Tue May 30 2000 Brian L. Johnson - Initial RPM