Accepting request 539031 from home:avindra

- Update to version 2017.3
  * See the following for all changes:
    https://www.open-mesh.org/projects/open-mesh/news
- Cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/539031
OBS-URL: https://build.opensuse.org/package/show/network:utilities/batctl?expand=0&rev=15
This commit is contained in:
Andreas Stieger 2017-11-09 20:24:12 +00:00 committed by Git OBS Bridge
parent 52314cc292
commit 6caf89978c
4 changed files with 22 additions and 19 deletions

View File

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

3
batctl-2017.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 4 21:26:24 UTC 2017 - aavindraa@gmail.com
- Update to version 2017.3
* See the following for all changes:
https://www.open-mesh.org/projects/open-mesh/news
- Cleanup with spec-cleaner
-------------------------------------------------------------------
Thu Jan 5 14:50:19 UTC 2017 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package batctl
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# Upstream First - Policy:
# Never add any patches to this package without the upstream commit id
# in the patch. Any patches added here without a very good reason to make
# an exception will be silently removed with the next version update.
Name: batctl
Version: 2017.3
Release: 0
Summary: B.A.T.M.A.N. advanced control and management tool
Version: 2016.5
Release: 2
License: GPL-2.0
Group: Productivity/Networking/Other
Url: http://www.open-mesh.org/projects/batctl
URL: http://www.open-mesh.org/projects/batctl
Source0: http://downloads.open-mesh.org/batman/stable/sources/batctl/%{name}-%{version}.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libnl-3.0)
%description
@ -40,22 +36,21 @@ batctl was created. At the moment batctl contains ping, traceroute,
tcpdump and interfaces to the kernel module settings.
%prep
%setup -n %{name}-%{version}
%setup -q
%build
export CFLAGS='%{optflags}'
make %{?_smp_mflags}
%install
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man8
%{__install} -m 644 man/%{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
%{__install} -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man8
install -m 644 man/%{name}.8 %{buildroot}%{_mandir}/man8
install -m 755 %{name} %{buildroot}%{_bindir}
%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.8.gz
%{_mandir}/man8/%{name}.8%{ext_man}
%changelog