Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > by-pkgid > 08ae4389a68c0aee442306789cfdf782 > files > 3

wavemon-0.4.0b-4mdv2009.0.src.rpm

%define name wavemon
%define version 0.4.0b
%define release %mkrel 4

Summary: Wireless network devices monitoring application
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch1: wavemon_0.4.0b_exit_arg.patch.bz2
Patch2: wavemon_0.4.0b_make_gcc_happy.patch.bz2
Patch3: wavemon-0.4.0b-gcc4.patch.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://www.janmorgenstern.de/projects-software.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: ncurses-devel

%description
Wavemon is a wireless device monitoring application that allows you to watch
signal and noise levels, packet statistics, device configuration and network
parameters of your wireless network hardware. It has currently only been
tested with the Lucent Orinoco series of cards, although it *should* work 
(though with varying features) with all devices supported by the wireless 
kernel extensions by Jean Tourrilhes <jt@hpl.hp.com>.



%prep
%setup -q

%patch1 -p1
%patch2 -p1
%patch3 -p0

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5}

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/wavemon
%{_mandir}/man1/wavemon.1*
%{_mandir}/man5/wavemonrc.5*




%changelog
* Tue Jul 22 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.4.0b-4mdv2009.0
+ Revision: 240162
- rebuild
- fix spacing at top of description
- kill re-definition of %%buildroot on Pixel's request
- do not hardcode man pages extension
- import wavemon

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot


* Wed Sep 28 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.4.0b-3mdk
- Fix BuildRequires

* Sun May 22 2005 Pascal Terjan <pterjan@mandriva.org> 0.4.0b-2mdk
- gcc4 patch

* Fri May  7 2004 Juan Quintela <quintela@mandrakesoft.com> 0.4.0b-1mdk
- 1st mandrake package.