SHA256
1
0
forked from pool/horst
Andreas Stieger 2018-02-05 15:08:18 +00:00 committed by Git OBS Bridge
parent f6c5413a0c
commit dff2ac92d5
4 changed files with 16 additions and 11 deletions

3
horst-5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9
size 117392

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 5 15:06:50 UTC 2018 - astieger@suse.com
- update to 5.1:
* Fix time issues
-------------------------------------------------------------------
Sat Jul 30 08:36:37 UTC 2016 - mardnh@gmx.de

View File

@ -1,6 +1,7 @@
#
# spec file for package horst
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -17,19 +18,18 @@
Name: horst
Version: 5.0
Version: 5.1
Release: 0
Summary: Lightweight IEEE802.11 wireless LAN analyzer
License: GPL-2.0
Group: Productivity/Networking/Diagnostic
Url: http://br1.einfach.org/tech/horst/
Source: https://github.com/br101/horst/archive/version-%{version}.tar.gz
URL: http://br1.einfach.org/tech/horst/
Source: https://github.com/br101/horst/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(libnl-genl-3.0)
Recommends: iw
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
horst is a small, lightweight IEEE802.11 WLAN analyzer with a text interface.
@ -42,7 +42,7 @@ It can be useful to get a quick overview of what's going on on all wireless
LAN channels and to identify problems.
%prep
%setup -q -n %{name}-version-%{version}
%setup -q
# Remove build time references so build-compare can do its work
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
@ -57,11 +57,10 @@ make %{?_smp_mflags}
%install
install -Dpm0755 horst %{buildroot}/%{_bindir}/horst
install -Dpm0644 horst.conf %{buildroot}/%{_sysconfdir}/horst.conf
install -Dpm0644 horst.1 %{buildroot}/%{_mandir}/man1/horst.1
install -Dpm0644 horst.8 %{buildroot}/%{_mandir}/man1/horst.8
install -Dpm0644 horst.conf.5 %{buildroot}/%{_mandir}/man5/horst.conf.5
%files
%defattr(-,root,root)
%doc LICENSE README.md
%{_bindir}/horst
%config %{_sysconfdir}/horst.conf

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b
size 115572