48 lines
1.2 KiB
RPMSpec
48 lines
1.2 KiB
RPMSpec
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
|