Compare commits

..

5 commits

Author SHA1 Message Date
Bill Nottingham
30bb8a9f98 Retire wmnet - no maintainer 2013-03-12 00:34:44 -04:00
Dennis Gilmore
516a8aaaa6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:13:14 -06:00
Dennis Gilmore
6bbca7b4d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:49:33 -05:00
Dennis Gilmore
bf38ab8cea - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:25:13 -06:00
Mario Blättermann
b11b8e3603 Initial commit 2011-12-03 21:19:29 +01:00
3 changed files with 1 additions and 74 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 @@
64e74c37c0cb5fd4fb81cfb0f5c4a264 wmnet-1.06.tar.gz

View file

@ -1,73 +0,0 @@
Name: wmnet
Version: 1.06
Release: 5%{?dist}
Summary: Network monitoring dockapp
Summary(de): Dockapp zur Netzwerküberwachung
Group: User Interface/X
# There is no GPL version given explicitely.
# Because we don't use the getopt library shipped with the tarball,
# we use GPL+ here.
License: GPL+
URL: http://www.katharineosborne.com/%{name}/
Source0: http://www.katharineosborne.com/%{name}/%{name}-%{version}.tar.gz
BuildRequires: libXext-devel
BuildRequires: libXpm-devel
BuildRequires: xmkmf
Requires: xorg-x11-fonts-misc
%description
This little program polls network statistics and does a few things with
the data it gets. It has small blinking lights for the rx and tx of IP
packets, a digital speedometer of your polled stat's current
speed and a bar graph like xload et. al which has a
tx speed graph from bottom-up and rx speed graph from the top-down.
%description -l de
Dieses kleine Programm ermittelt Netzwerkstatistiken und verarbeitet die
erhaltenen Daten. Es verfügt über blinkende Lämpchen für die
Upload- und Download-Werte der IP-Pakete, einen digitalen
Geschwindigkeitsmesser und ein Balkendiagramm ähnlich wie xload, welches
einen Download-Graph von unten nach oben und einen Upload-Graph von oben nach
unten anzeigt.
%prep
%setup -q
rm -f getopt*
%build
xmkmf
make CFLAGS='%{optflags}' %{?_smp_mflags}
%install
make INSTALL="install -p" install DESTDIR=%{buildroot}
make INSTALL="install -p" install.man DESTDIR=%{buildroot}
%files
%doc Changelog README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1x.*
%changelog
* Sun Nov 20 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.06-5
- Removed defattr macro in files list
- Removed buildroot cleaning in install section
* Sun May 22 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.06-4
- Added missing font in "Requires"
* Sun Apr 27 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.06-3
- Changed license and comment
* Sun Feb 27 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.06-2
- Changed make calls
- Changed download link and project homepage
* Sun Feb 27 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.06-1
- initial version