Compare commits
74 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f0aaa0e81 | ||
| 9bd90342fc | |||
| f59949df04 | |||
|
|
1e7859cd3c | ||
|
|
30805727a6 | ||
|
|
8f91c49f7a | ||
|
|
bc8a295213 | ||
|
|
6cdce4d68b | ||
|
|
cd96323043 | ||
|
|
d31c8e99cc | ||
|
|
79d64427a5 | ||
|
|
60f9ee5408 | ||
|
|
412d720a90 | ||
|
|
45979db851 | ||
|
|
b7c7489097 | ||
|
|
92b0695b93 | ||
|
|
74c4e387a4 | ||
|
|
5b66808112 | ||
|
|
375df1d8cc | ||
|
|
5a1f3d8193 |
||
|
|
94df37c1e9 |
||
|
|
839137282f | ||
|
|
23e89bb3ff | ||
|
|
2f6d86329f | ||
|
|
c9f6cfbaba |
||
|
|
d2dcb2a6e2 | ||
|
|
a550b46b08 | ||
|
|
d8742fc9cd |
||
|
|
01b81a347f |
||
|
|
6c36cc6d0f | ||
|
|
8d09ed98a6 | ||
|
|
28d71086d2 |
||
|
|
c8b7cfd1be | ||
|
|
12e090a9e3 | ||
|
|
4d8be249a1 | ||
|
|
a23e46dc70 | ||
|
|
e734399384 |
||
|
|
671402213e | ||
|
|
5b405f3057 |
||
|
|
8c9b6d8471 |
||
|
|
b04dbaf61b | ||
|
|
e53263d5a7 | ||
|
|
29681c75aa | ||
|
|
bc8f52664b | ||
|
|
2de26e5b30 | ||
| 43dd0df2b1 | |||
|
|
0672342eda | ||
|
|
d1b40b0734 | ||
|
|
1866f1a21b | ||
|
|
7b35e0efca | ||
|
|
5767120ef5 | ||
|
|
5f64d1ce81 | ||
|
|
1a3a469795 | ||
|
|
21cfba88b9 | ||
|
|
86483c47a0 | ||
|
|
85d6c03bf3 | ||
|
|
9d7bd713e0 | ||
|
|
7259506974 | ||
|
|
6434ea380f | ||
|
|
7956507c1e | ||
|
|
69bc3f7e68 | ||
|
|
6d1d20ab39 | ||
|
|
e1d2058e6c | ||
|
|
153834a694 | ||
|
|
b245ca58da | ||
|
|
0ee2632ae1 | ||
|
|
1beca677bf | ||
|
|
8672e67268 | ||
| e9c8daeacf | |||
| 00bd4fe760 | |||
|
|
3a882229ee | ||
| bcf66ed68a | |||
| 5e5c60f415 | |||
| dafd92bcb4 |
6 changed files with 259 additions and 21 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
wavemon-0.6.10.tar.bz2
|
||||
wavemon-0.6.11.tar.bz2
|
||||
/wavemon-0.7.0.tar.bz2
|
||||
/wavemon-0.7.1.tar.bz2
|
||||
/wavemon-0.7.2.tar.bz2
|
||||
/wavemon-0.7.3.tar.bz2
|
||||
/wavemon-0.7.4.tar.bz2
|
||||
/wavemon-0.7.5.tar.bz2
|
||||
/wavemon-0.7.6.tar.bz2
|
||||
/wavemon-0.8.0.tar.gz
|
||||
/wavemon-0.8.1.tar.gz
|
||||
/wavemon-0.8.2.tar.gz
|
||||
/wavemon-0.9.0.tar.gz
|
||||
/wavemon-0.9.1.tar.gz
|
||||
/wavemon-0.9.2.tar.gz
|
||||
/wavemon-0.9.3.tar.gz
|
||||
/wavemon-0.9.4.tar.gz
|
||||
/wavemon-0.9.5.tar.gz
|
||||
/wavemon-0.9.6.tar.gz
|
||||
/wavemon-0.9.7.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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 $$/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)
|
||||
187
changelog
Normal file
187
changelog
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.9.6-2
|
||||
- convert license to SPDX
|
||||
|
||||
* Thu Jul 18 2024 Filipe Rosset <rosset.filipe@gmail.com> - 0.9.6-1
|
||||
- Update to 0.9.6 fixes rhbz#2298082
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Nov 01 2023 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.5-1
|
||||
- Update to latest upstream release 0.9.5 (closes #2247215)
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Sep 19 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.4-1
|
||||
- Update to latest upstream release 0.9.4 (closes rhbz#2005629)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Jan 03 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.3-1
|
||||
- Update to latest upstream release 0.9.3 (#1910950)
|
||||
|
||||
* Wed Oct 28 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.2-1
|
||||
- Update to latest upstream release 0.9.2 (#1891272)
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sun Jan 05 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-1
|
||||
- Update to latest upstream release 0.9.1 (#1787835)
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jan 10 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.0-1
|
||||
- Update to latest upstream release 0.9.0
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 23 2018 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.2-1
|
||||
- Update to latest upstream release 0.8.2 (#1546530)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sun Feb 04 2018 Filipe Rosset <rosset.filipe@gmail.com> - 0.8.1-6
|
||||
- Fix FTBFS rawhide
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Jun 24 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-3
|
||||
- Fix FTBFS (#1424537)
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1
|
||||
- Update to latest upstream release 0.8.1 (#1396756)
|
||||
|
||||
* Sun Nov 20 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-2
|
||||
- Fix build failure
|
||||
|
||||
* Tue Nov 08 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Aug 19 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.7.6-6
|
||||
- Don't overwrite CFLAGS in configure* (Fix F23FTBFS, #1240046).
|
||||
- Add %%license.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Sep 30 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.6-4
|
||||
- Update requirements
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Jan 21 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.6-1
|
||||
- Update to new upstream 0.7.6
|
||||
|
||||
* Fri Jan 17 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.5-7
|
||||
- Update spec file
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Nov 11 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.5-3
|
||||
- Update to match new guidelines
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri May 11 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.5-1
|
||||
- Update to new upstream 0.7.5
|
||||
|
||||
* Sat Mar 24 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.4-1
|
||||
- Update to new upstream 0.7.4
|
||||
|
||||
* Sat Feb 11 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.3-1
|
||||
- Update to new upstream 0.7.3
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Aug 12 2011 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.2-3
|
||||
- Rebuild (wireless-tools)
|
||||
|
||||
* Sat Mar 26 2011 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.2-1
|
||||
- Update to new upstream 0.7.2
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 29 2010 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-1
|
||||
- Update to new upstream 0.7.1
|
||||
|
||||
* Tue Nov 02 2010 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.0-1
|
||||
- Update to new upstream 0.7.0
|
||||
|
||||
* Wed Aug 18 2010 Fabian Affolter <mail@fabian-affolter.ch> - 0.6.11-1
|
||||
- Update to new upstream 0.6.11
|
||||
|
||||
* Thu Nov 19 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6.10-1
|
||||
- Update to new upstream 0.6.10
|
||||
|
||||
* Thu Aug 06 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6.7-1
|
||||
- Update to new upstream 0.6.7
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Sat Jun 27 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6.6-1
|
||||
- Update to new upstream 0.6.6
|
||||
|
||||
* Mon May 18 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6.5-1
|
||||
- Update to new upstream 0.6.5
|
||||
|
||||
* Mon May 04 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6-2
|
||||
- Add optflags to make
|
||||
|
||||
* Sat May 02 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.6-1
|
||||
- Update install and prep section
|
||||
- Update to new upstream version 0.6
|
||||
|
||||
* Wed Feb 25 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.5-1
|
||||
- Initial package for Fedora
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (wavemon-0.9.7.tar.gz) = 006d5daea4fa2b99135fe3b9d430aa79c14c0f9b80d1cc9569fc64723976976e58bcb35530151fb99136429bbc277a4d76efa574e8f4940bbe3d6dd21082c91e
|
||||
51
wavemon.spec
Normal file
51
wavemon.spec
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
Name: wavemon
|
||||
Version: 0.9.7
|
||||
Release: %autorelease
|
||||
Summary: Ncurses-based monitoring application for wireless network devices
|
||||
|
||||
# ISC: nl80211.h
|
||||
License: GPL-3.0-or-later AND ISC
|
||||
URL: https://github.com/uoaerg/wavemon
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
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 bar-graphs for link quality, signal/noise strength and
|
||||
signal-to-noise ratio. The customizable "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
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# Delete wrong placed doc files (LICENSE and README.md)
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_mandir}/man*/%{name}*.*
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue