Compare commits

..

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

4 changed files with 51 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/wmnd-0.4.16.tar.gz
/wmnd-0.4.17.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
dbf6d6c42ab3e036388d261d2e7bea16 wmnd-0.4.17.tar.gz

48
wmnd.spec Normal file
View file

@ -0,0 +1,48 @@
Name: wmnd
Version: 0.4.17
Release: 1%{?dist}
Summary: Dockapp for monitoring network interfaces
Group: User Interface/X
License: GPLv2+
URL: http://www.thregr.org/~wavexx/software/wmnd/
Source: %{url}/releases/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake git libXext-devel libXpm-devel
%description
WMND is a dockapp for monitoring network interfaces under WindowMaker
and other compatible window managers. WMND currently works on Linux,
FreeBSD, NetBSD, Solaris, OpenSolaris, Darwin and IRIX.
WMND can monitor multiple interfaces at the same time, sports several
display modes and can also monitor remote interfaces through SNMP.
%prep
%setup -q
%build
autoreconf -fis
%configure \
--docdir=%{_docdir}/%{name}-%{version} \
--enable-drivers=linux_proc
make %{?_smp_mflags}
%install
%{make_install}
%files
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_bindir}/wmnd
%{_mandir}/man1/wmnd.1*
%changelog
* Thu Jun 14 2012 Alexey I. Froloff <raorn@raorn.name> - 0.4.17-1
- New version (0.4.17)
* Wed Jun 06 2012 Alexey I. Froloff <raorn@raorn.name> - 0.4.16-2
- Updated to wmnd-0.4.16-4-gc96f86d
* Tue Jun 05 2012 Alexey I. Froloff <raorn@raorn.name> - 0.4.16-1
- Initial build for Fedora