Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74435857ae | ||
|
|
ce5fd9c351 | ||
|
|
8aafd1c57c | ||
|
|
c7eb5bb42a | ||
|
|
805e2d71ed | ||
|
|
623f51540a | ||
|
|
b4646e02be | ||
|
|
9095da3700 | ||
|
|
76618981a5 | ||
|
|
2e419b96eb | ||
| 56a5ebede1 | |||
|
|
fa03ea84c2 | ||
|
|
12898a58bb | ||
|
|
357c3c159f | ||
|
|
0b092bf567 | ||
|
|
41cbee5dde | ||
|
|
6a0c28d26f | ||
|
|
5a72334de8 | ||
|
|
a4e9c2c30f | ||
|
|
63158cce0f | ||
| d0d144e093 | |||
|
|
c649e25809 | ||
|
|
0b81fcd2ac | ||
|
|
086d89f378 | ||
|
|
cc9de9efd3 | ||
|
|
27f24a11ec |
4 changed files with 1 additions and 51 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
/wmnd-0.4.16.tar.gz
|
|
||||||
/wmnd-0.4.17.tar.gz
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Orphaned for 6+ weeks
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
dbf6d6c42ab3e036388d261d2e7bea16 wmnd-0.4.17.tar.gz
|
|
||||||
48
wmnd.spec
48
wmnd.spec
|
|
@ -1,48 +0,0 @@
|
||||||
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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue