public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabian Affolter <fab@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/wavemon] f44: Initial import
Date: Thu, 02 Jul 2026 11:58:31 GMT	[thread overview]
Message-ID: <178299351104.1.6911447738028399416.rpms-wavemon-dafd92bcb447@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-02 11:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178299351104.1.6911447738028399416.rpms-wavemon-dafd92bcb447@fedoraproject.org \
    --to=fab@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox