public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wavemon] f44: Initial import
@ 2026-07-02 11:58 Fabian Affolter
  0 siblings, 0 replies; only message in thread
From: Fabian Affolter @ 2026-07-02 11:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/wavemon
Branch : f44
Commit : dafd92bcb44755071962a101606277e8e6a32880
Author : Fabian Affolter <fab@fedoraproject.org>
Date   : 2009-05-07T10:30:25+00:00
Stats  : +66/-0 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/wavemon/c/dafd92bcb44755071962a101606277e8e6a32880?branch=f44

Log:
Initial import

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..0e56e38 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+wavemon-0.6.tar.bz2

diff --git a/import.log b/import.log
new file mode 100644
index 0000000..88c8107
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+wavemon-0_6-2_fc10:HEAD:wavemon-0.6-2.fc10.src.rpm:1241692154

diff --git a/sources b/sources
index e69de29..00e7e2b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0836e3fae5c2c5d50360d31547f290dd  wavemon-0.6.tar.bz2

diff --git a/wavemon.spec b/wavemon.spec
new file mode 100644
index 0000000..69ebcb2
--- /dev/null
+++ b/wavemon.spec
@@ -0,0 +1,63 @@
+Name:           wavemon
+Version:        0.6
+Release:        2%{?dist}
+Summary:        Ncurses-based monitoring application for wireless network devices
+
+Group:          Applications/Internet
+License:        GPLv2+
+URL:            http://eden-feed.erg.abdn.ac.uk/wavemon/
+Source0:        http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  ncurses-devel
+Requires:       wireless-tools
+
+
+%description
+wavemon is a wireless device monitoring application that allows you to
+watch all important information like device configuration, encryption,
+and power management parameters and network information at once.
+Adaptive level bargraphs for link quality, signal/noise strength and
+signal-to-noise ratio.  The customizeable "level alarm" feature that 
+notices the user of changes in signal level strength audibly and/or
+visually. wavemon is able to list of access points in range and shows
+full-screen level histogram displaying signal/noise levels and SNR.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make CFLAGS="%{optflags}" %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+#Delete wrong placed doc files
+rm -rf %{buildroot}%{_datadir}/%{name}/*
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README NEWS THANKS
+%{_mandir}/man*/%{name}*.*
+%{_bindir}/%{name}
+
+
+%changelog
+* Mon May 04 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6-2
+- Added optflags to make
+
+* Sat May 02 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6-1
+- Updated install and prep section
+- Updated to new upstream version 0.6
+
+* Wed Feb 25 2009 Fabian Affolter <fabian@bernewireless.net> - 0.5-1
+- Initial package for Fedora

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 11:58 [rpms/wavemon] f44: Initial import Fabian Affolter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox