[wmtop] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Tue Mar 22 19:19:05 UTC 2011


commit 435cac1473a9687c56c85234853cc610220a73b0
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Tue Mar 22 20:18:43 2011 +0100

    Initial commit

 .gitignore |    1 +
 sources    |    1 +
 wmtop.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ef621bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmtop-0.84.tar.bz2
diff --git a/sources b/sources
index e69de29..289e189 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2bab22c5bc3a5b887e7c03d6dbfe59d7  wmtop-0.84.tar.bz2
diff --git a/wmtop.spec b/wmtop.spec
new file mode 100644
index 0000000..47a81c6
--- /dev/null
+++ b/wmtop.spec
@@ -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 at fedoraproject.org> 0.84-3
+- Changed download location
+
+* Sat Feb 05 2011 Mario Blättermann <mariobl at 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 at fedoraproject.org> 0.84-1
+- initial version


More information about the scm-commits mailing list