diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f39302 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/wmnd-0.4.16.tar.gz +/wmnd-0.4.17.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..4034003 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +dbf6d6c42ab3e036388d261d2e7bea16 wmnd-0.4.17.tar.gz diff --git a/wmnd.spec b/wmnd.spec new file mode 100644 index 0000000..4fd4a70 --- /dev/null +++ b/wmnd.spec @@ -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 - 0.4.17-1 +- New version (0.4.17) + +* Wed Jun 06 2012 Alexey I. Froloff - 0.4.16-2 +- Updated to wmnd-0.4.16-4-gc96f86d + +* Tue Jun 05 2012 Alexey I. Froloff - 0.4.16-1 +- Initial build for Fedora