Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Bill Nottingham
7805ea1983 Retire wmcore - no maintainer 2013-03-12 00:32:10 -04:00
Dennis Gilmore
bf6ff68ba2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:11:41 -06:00
3 changed files with 1 additions and 44 deletions

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
da16cea009f32a3152a81a3619ec90e1 wmcore-0.0.2.tar.gz

View file

@ -1,43 +0,0 @@
Name: wmcore
Version: 0.0.2
Release: 1%{?dist}
Summary: Dockapp that shows the usage of each core in the system
License: GPLv2+
URL: http://www.bitmania.de/index.php?page=35
Source0: http://www.bitmania.de/pub/%{name}-%{version}.tar.gz
BuildRequires: libXext-devel
BuildRequires: libXpm-devel
%description
This is a dockapp that shows the usage of each core in the system.
The dockapp splits into two displays, the upper one showing the common usage
of the system and the lower display showing one graph per each core.
It detects the number of cores and computes the usage to be represented as a
bar graph. wmcore works with a variable number of cores, it has been tested
with 1 up to 16 (simulated) cores.
%prep
%setup -q
%build
make clean
make CFLAGS='%{optflags}' %{?_smp_mflags}
%install
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 %{name} %{buildroot}%{_bindir}/
%files
%doc COPYING README
%{_bindir}/%{name}
%changelog
* Tue Jul 17 2012 Mario Blättermann <mariobl@fedoraproject.org> 0.0.2-1
- Initial package