From 24a8aadf5c170e3353bea808b5580c4ba06e7fbde6433f11d1114ab96b8d8143 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Mar 2018 08:53:46 +0000 Subject: [PATCH] Accepting request 581310 from GNOME:Next cleaned OBS-URL: https://build.opensuse.org/request/show/581310 OBS-URL: https://build.opensuse.org/package/show/network/libndp?expand=0&rev=16 --- libndp.changes | 5 +++++ libndp.spec | 15 ++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/libndp.changes b/libndp.changes index d982c12..39571f3 100644 --- a/libndp.changes +++ b/libndp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 16:35:41 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + ------------------------------------------------------------------- Sun May 22 12:31:47 UTC 2016 - mpluskal@suse.com diff --git a/libndp.spec b/libndp.spec index 18843e4..a7557bb 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,7 +1,7 @@ # # spec file for package libndp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -20,9 +20,9 @@ Name: libndp Version: 1.6 Release: 0 Summary: Library for Neighbor Discovery Protocol -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Networking/Other -Url: http://www.libndp.org/ +URL: http://www.libndp.org/ Source: http://www.libndp.org/files/libndp-%{version}.tar.gz BuildRequires: pkgconfig @@ -64,19 +64,16 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n libndp0 -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_bindir}/ndptool %{_mandir}/man8/ndptool.8%{?ext_man} %files -n libndp0 -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libndp.so.* %files devel -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_includedir}/ndp.h %{_libdir}/libndp.so %{_libdir}/pkgconfig/libndp.pc