From d8a78419a835d0df6988493c2ffc7c3a9baaf901b43680f65d9e0d6d4512e764 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 9 Jul 2014 15:19:45 +0000 Subject: [PATCH] Accepting request 239993 from home:dimstar:branches:GNOME:Factory Minor tweaks for inclusion into Factory - Please submit for NM 0.9.10 is on its way OBS-URL: https://build.opensuse.org/request/show/239993 OBS-URL: https://build.opensuse.org/package/show/network/libndp?expand=0&rev=3 --- libndp.changes | 9 +++++++++ libndp.spec | 19 +++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/libndp.changes b/libndp.changes index c305878..913b054 100644 --- a/libndp.changes +++ b/libndp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 9 14:47:29 UTC 2014 - dimstar@opensuse.org + +- Minor cleanups for inclusion into Factory: + + Shared Library packages must only contain libraries (move + binary file and man page to main package). + + Adjust RPM Groups: Productivity/Networking/Other for the main + package and System/Libraries for the shared library package. + ------------------------------------------------------------------- Sat Feb 8 10:51:36 UTC 2014 - meissner@suse.com diff --git a/libndp.spec b/libndp.spec index 52a9f1c..29d622f 100644 --- a/libndp.spec +++ b/libndp.spec @@ -21,7 +21,7 @@ Version: 1.2 Release: 0 Summary: Library for Neighbor Discovery Protocol License: LGPL-2.1+ -Group: System Environment/Libraries +Group: Productivity/Networking/Other BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -36,7 +36,7 @@ named ndptool for sending and receiving NDP messages. %package -n libndp0 Summary: Libraries and header files for libndp development -Group: Development/Libraries +Group: System/Libraries %description -n libndp0 The libndp-devel package contains the header files and libraries @@ -67,17 +67,20 @@ find $RPM_BUILD_ROOT -name \*.la -delete %postun -n libndp0 -p /sbin/ldconfig +%files +%defattr(-,root,root) +%{_bindir}/ndptool +%{_mandir}/man8/ndptool.8%{?ext_man} + %files -n libndp0 %defattr(-,root,root) %doc COPYING -%{_libdir}/*so.* -%{_bindir}/ndptool -%{_mandir}/man8/ndptool.8* +%{_libdir}/libndp.so.* %files devel %defattr(-,root,root) -%{_includedir}/* -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_includedir}/ndp.h +%{_libdir}/libndp.so +%{_libdir}/pkgconfig/libndp.pc %changelog