From 6caf89978c8479116ca9a75cda6f8c45a53b6ba2842de40bf058d14e213ca0d8 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 9 Nov 2017 20:24:12 +0000 Subject: [PATCH] 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 --- batctl-2016.5.tar.gz | 3 --- batctl-2017.3.tar.gz | 3 +++ batctl.changes | 8 ++++++++ batctl.spec | 27 +++++++++++---------------- 4 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 batctl-2016.5.tar.gz create mode 100644 batctl-2017.3.tar.gz diff --git a/batctl-2016.5.tar.gz b/batctl-2016.5.tar.gz deleted file mode 100644 index 2556913..0000000 --- a/batctl-2016.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07edeb1d87a548285be8c499542790a158fc8d94ef7ebb295f27ebf710024ae9 -size 85280 diff --git a/batctl-2017.3.tar.gz b/batctl-2017.3.tar.gz new file mode 100644 index 0000000..f45b69f --- /dev/null +++ b/batctl-2017.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c7f075023e02ed9a9299008ec73cfdb4e1b04991d27e4f396131b4059b88a8 +size 85744 diff --git a/batctl.changes b/batctl.changes index c01a7da..6ab5d96 100644 --- a/batctl.changes +++ b/batctl.changes @@ -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 diff --git a/batctl.spec b/batctl.spec index 35e3311..cef024e 100644 --- a/batctl.spec +++ b/batctl.spec @@ -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