From 9c6ac8d6a4807a65ce2fda8e4409e6d5776ef66b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 May 2009 21:06:44 +0000 Subject: [PATCH 1/8] Initialize branch F-10 for wavemon --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 8dda633c0fbb78a34afe37925cdcf8877150995a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 May 2009 10:36:59 +0000 Subject: [PATCH 2/8] Initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + wavemon.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 import.log create mode 100644 wavemon.spec 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..51d10fa --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wavemon-0_6-2_fc10:F-10:wavemon-0.6-2.fc10.src.rpm:1241692474 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 - 0.6-2 +- Added optflags to make + +* Sat May 02 2009 Fabian Affolter - 0.6-1 +- Updated install and prep section +- Updated to new upstream version 0.6 + +* Wed Feb 25 2009 Fabian Affolter - 0.5-1 +- Initial package for Fedora From 269c2f440c1b29a929658a0346bd5350ec08c4e8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 19 May 2009 13:08:05 +0000 Subject: [PATCH 3/8] - Updated to new upstream 0.6.5 --- .cvsignore | 2 +- sources | 2 +- wavemon.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0e56e38..b4d6b71 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wavemon-0.6.tar.bz2 +wavemon-0.6.5.tar.bz2 diff --git a/sources b/sources index 00e7e2b..1e6a9fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0836e3fae5c2c5d50360d31547f290dd wavemon-0.6.tar.bz2 +dff473bbc74a398033cec77e9c980d69 wavemon-0.6.5.tar.bz2 diff --git a/wavemon.spec b/wavemon.spec index 69ebcb2..d2fc969 100644 --- a/wavemon.spec +++ b/wavemon.spec @@ -1,6 +1,6 @@ Name: wavemon -Version: 0.6 -Release: 2%{?dist} +Version: 0.6.5 +Release: 1%{?dist} Summary: Ncurses-based monitoring application for wireless network devices Group: Applications/Internet @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Thu May 18 2009 Fabian Affolter - 0.6.5-1 +- Updated to new upstream 0.6.5 + * Mon May 04 2009 Fabian Affolter - 0.6-2 - Added optflags to make From afd98d8502e24e09795fd85489e0754a4efe3266 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Jun 2009 15:31:12 +0000 Subject: [PATCH 4/8] - Updated to new upstream 0.6.6 --- .cvsignore | 2 +- sources | 2 +- wavemon.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b4d6b71..f1883f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wavemon-0.6.5.tar.bz2 +wavemon-0.6.6.tar.bz2 diff --git a/sources b/sources index 1e6a9fc..c12261f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dff473bbc74a398033cec77e9c980d69 wavemon-0.6.5.tar.bz2 +62baf843be65317fc1efb8a22e3ef604 wavemon-0.6.6.tar.bz2 diff --git a/wavemon.spec b/wavemon.spec index d2fc969..28df13d 100644 --- a/wavemon.spec +++ b/wavemon.spec @@ -1,5 +1,5 @@ Name: wavemon -Version: 0.6.5 +Version: 0.6.6 Release: 1%{?dist} Summary: Ncurses-based monitoring application for wireless network devices @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Sat Jun 27 2009 Fabian Affolter - 0.6.6-1 +- Updated to new upstream 0.6.6 + * Thu May 18 2009 Fabian Affolter - 0.6.5-1 - Updated to new upstream 0.6.5 From 4ca3c961099b8e9c5a1f7273d9a59b249a7a18be Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2009 18:48:20 +0000 Subject: [PATCH 5/8] - Updated to new upstream 0.6.7 --- sources | 2 +- wavemon.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index c12261f..2335812 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62baf843be65317fc1efb8a22e3ef604 wavemon-0.6.6.tar.bz2 +a223673f3c5a613f67b539fb58188b8e wavemon-0.6.7.tar.bz2 diff --git a/wavemon.spec b/wavemon.spec index 28df13d..5410181 100644 --- a/wavemon.spec +++ b/wavemon.spec @@ -1,5 +1,5 @@ Name: wavemon -Version: 0.6.6 +Version: 0.6.7 Release: 1%{?dist} Summary: Ncurses-based monitoring application for wireless network devices @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 06 2009 Fabian Affolter - 0.6.7-1 +- Updated to new upstream 0.6.7 + * Sat Jun 27 2009 Fabian Affolter - 0.6.6-1 - Updated to new upstream 0.6.6 From b8cca985f036c3f5699fc644ab0c2e186366b4fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 19 Nov 2009 22:59:53 +0000 Subject: [PATCH 6/8] - Updated to new upstream 0.6.10 --- sources | 2 +- wavemon.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 2335812..650640f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a223673f3c5a613f67b539fb58188b8e wavemon-0.6.7.tar.bz2 +b3a4c65e1c85fe2999059526125e5e44 wavemon-0.6.10.tar.bz2 diff --git a/wavemon.spec b/wavemon.spec index 5410181..fdf32d5 100644 --- a/wavemon.spec +++ b/wavemon.spec @@ -1,5 +1,5 @@ Name: wavemon -Version: 0.6.7 +Version: 0.6.10 Release: 1%{?dist} Summary: Ncurses-based monitoring application for wireless network devices @@ -52,9 +52,15 @@ rm -rf %{buildroot} %changelog +* Thu Nov 19 2009 Fabian Affolter - 0.6.10-1 +- Updated to new upstream 0.6.10 + * Thu Aug 06 2009 Fabian Affolter - 0.6.7-1 - Updated to new upstream 0.6.7 +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat Jun 27 2009 Fabian Affolter - 0.6.6-1 - Updated to new upstream 0.6.6 From cf769e22192cefb7ed8ca0c181b66869b25ae606 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:15:22 +0000 Subject: [PATCH 7/8] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3affba..c726d60 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := wavemon SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a5b9edd43e605e5eeaf56432c734191efc635b9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:12:54 +0000 Subject: [PATCH 8/8] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index c726d60..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wavemon -# $Id$ -NAME := wavemon -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 diff --git a/import.log b/import.log deleted file mode 100644 index 51d10fa..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wavemon-0_6-2_fc10:F-10:wavemon-0.6-2.fc10.src.rpm:1241692474