update to 5.1
OBS-URL: https://build.opensuse.org/package/show/network:utilities/horst?expand=0&rev=2
This commit is contained in:
parent
f6c5413a0c
commit
dff2ac92d5
3
horst-5.1.tar.gz
Normal file
3
horst-5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9
|
||||||
|
size 117392
|
@ -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
|
Sat Jul 30 08:36:37 UTC 2016 - mardnh@gmx.de
|
||||||
|
|
||||||
|
15
horst.spec
15
horst.spec
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package horst
|
# spec file for package horst
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,19 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: horst
|
Name: horst
|
||||||
Version: 5.0
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight IEEE802.11 wireless LAN analyzer
|
Summary: Lightweight IEEE802.11 wireless LAN analyzer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Url: http://br1.einfach.org/tech/horst/
|
URL: http://br1.einfach.org/tech/horst/
|
||||||
Source: https://github.com/br101/horst/archive/version-%{version}.tar.gz
|
Source: https://github.com/br101/horst/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||||
Recommends: iw
|
Recommends: iw
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
horst is a small, lightweight IEEE802.11 WLAN analyzer with a text interface.
|
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.
|
LAN channels and to identify problems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-version-%{version}
|
%setup -q
|
||||||
|
|
||||||
# Remove build time references so build-compare can do its work
|
# 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')
|
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||||
@ -57,11 +57,10 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
install -Dpm0755 horst %{buildroot}/%{_bindir}/horst
|
install -Dpm0755 horst %{buildroot}/%{_bindir}/horst
|
||||||
install -Dpm0644 horst.conf %{buildroot}/%{_sysconfdir}/horst.conf
|
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
|
install -Dpm0644 horst.conf.5 %{buildroot}/%{_mandir}/man5/horst.conf.5
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc LICENSE README.md
|
%doc LICENSE README.md
|
||||||
%{_bindir}/horst
|
%{_bindir}/horst
|
||||||
%config %{_sysconfdir}/horst.conf
|
%config %{_sysconfdir}/horst.conf
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b
|
|
||||||
size 115572
|
|
Loading…
Reference in New Issue
Block a user