Accepting request 582546 from network
OBS-URL: https://build.opensuse.org/request/show/582546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libndp?expand=0&rev=6
This commit is contained in:
commit
b873747ec1
@ -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
|
||||
|
||||
|
15
libndp.spec
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user