Compare commits

..

No commits in common. "rawhide" and "f16" have entirely different histories.

3 changed files with 57 additions and 1 deletions

View file

@ -1 +0,0 @@
This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer.

1
sources Normal file
View file

@ -0,0 +1 @@
2bab22c5bc3a5b887e7c03d6dbfe59d7 wmtop-0.84.tar.bz2

56
wmtop.spec Normal file
View file

@ -0,0 +1,56 @@
Name: wmtop
Version: 0.84
Release: 3%{?dist}
Summary: Mini graphical version of the CPU monitoring utility top
Summary(de): Grafische Miniversion der Prozessorüberwachung top
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: User Interface/X
URL: http://wmtop.sourceforge.net
BuildRequires: libXext-devel
BuildRequires: libXpm-devel
%description
Dockapp with a mini graphical version of the cpu monitoring utility top.
Wmtop maintains a view of the 3 top CPU (or memory) consuming
processes displaying the amount of CPU used as a horizontal bar.
%description -l de
Dockapp als grafische Miniversion der Prozessorüberwachung top.
Wmtop stellt die drei am meisten den Prozessor (oder den Speicher)
beanspruchenden Prozesse grafisch dar.
%prep
%setup -q
%build
make linux OPTS='%{optflags}' %{?_smp_mflags}
%install
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 %{name} %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1/
install -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/
%files
%defattr(-,root,root,-)
%doc BUGS CHANGES COPYING README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%changelog
* Sat Feb 05 2011 Mario Blättermann <mariobl@fedoraproject.org> 0.84-3
- Changed download location
* Sat Feb 05 2011 Mario Blättermann <mariobl@fedoraproject.org> 0.84-2
- Changed project homepage
- Added -p to install call to preserve timestamps
- Replaced CFLAGS with OPTS
* Fri Feb 04 2011 Mario Blättermann <mariobl@fedoraproject.org> 0.84-1
- initial version