2 %define version @VERSION@
3 Summary: A dockapp to monitor CPU usage.
7 Source: %{name}-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{PACKAGE_RELEASE}
11 Packager: Francisco Vides Fernandez
<pax@dedalo
-ing.com
>
15 WMCPULoad is a program to monitor CPU usage. It is a dockapp that is supported
16 by X window managers such as Window Maker
, AfterStep
, BlackBox
, and
17 Enlightenment. It dispalys the current usage
, expressed as a percentile and a
18 graph
, and has an LCD look
-alike user interface. The back
-light may be turned
19 on
/off by clicking the mouse button over the application. If the CPU usage hits
20 a certain threshold
, an alarm
-mode will alart you by turning on back
-light.
23 rm -rf $RPM_BUILD_ROOT
28 .
/configure
--prefix
=/usr
32 make DESTDIR
=$RPM_BUILD_ROOT
install
35 rm -rf $RPM_BUILD_ROOT
38 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
42 * Wed Mar
13 2002 Seiichi SATO
<ssato@sh.rim.or.jp
>
43 - fixed
%build section
('
--prefix
=$DESTDIR
/usr' to '
--prefix
=/usr'
)
44 - fixed
%install section
45 ('
make install' to '
make DESTDIR
=$RPM_BUILD_ROOT
install'
)
46 - Changed spec file name to all
-lower
-case alphanumeric
48 * Wed Oct
03 2001 Seiichi SATO
<ssato@sh.rim.or.jp
>
49 - Changed description section.