%undefine _hardened_build Name: wavemon Version: 0.9.7 Release: 1%{?dist} Summary: Ncurses-based monitoring application for wireless network devices License: GPL-2.0-or-later URL: https://github.com/uoaerg/wavemon Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: libpcap-devel BuildRequires: libnl3-devel BuildRequires: autoconf BuildRequires: automake %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 %autosetup sed -e '/^CFLAGS=/d' -i configure.ac sed -r 's|\?=|=|g' -i Makefile.in autoreconf -fiv %build CFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now" export CFLAGS export CXXFLAGS %configure make %{?_smp_mflags} %install %make_install # Delete wrong placed doc files rm -rf %{buildroot}%{_datadir}/%{name}/* %files %doc README.md %license LICENSE %{_mandir}/man*/%{name}*.* %{_bindir}/%{name} %changelog * Sun Jun 08 2026 Viktor Verdelyi - 0.9.7-1 - Update to 0.9.7: fix 6/7GHz frequency-to-channel mapping, filter /128 IPv6 addresses, 64-bit rx/tx counters, fix netlink memory leak, replace deprecated nl_send_auto call * Sun Jan 19 2025 Fedora Release Engineering - 0.9.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 26 2024 Miroslav Suchý - 0.9.6-2 - convert license to SPDX * Thu Jul 18 2024 Filipe Rosset - 0.9.6-1 - Update to 0.9.6 fixes rhbz#2298082 * Sat Jan 27 2024 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Nov 01 2023 Fabian Affolter - 0.9.5-1 - Update to latest upstream release 0.9.5 (closes #2247215) * Sat Jul 22 2023 Fedora Release Engineering - 0.9.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.9.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild