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
This commit is contained in:
parent
9b27412432
commit
d8a78419a8
@ -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
|
Sat Feb 8 10:51:36 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
19
libndp.spec
19
libndp.spec
@ -21,7 +21,7 @@ Version: 1.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System Environment/Libraries
|
Group: Productivity/Networking/Other
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -36,7 +36,7 @@ named ndptool for sending and receiving NDP messages.
|
|||||||
|
|
||||||
%package -n libndp0
|
%package -n libndp0
|
||||||
Summary: Libraries and header files for libndp development
|
Summary: Libraries and header files for libndp development
|
||||||
Group: Development/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libndp0
|
%description -n libndp0
|
||||||
The libndp-devel package contains the header files and libraries
|
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
|
%postun -n libndp0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ndptool
|
||||||
|
%{_mandir}/man8/ndptool.8%{?ext_man}
|
||||||
|
|
||||||
%files -n libndp0
|
%files -n libndp0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/*so.*
|
%{_libdir}/libndp.so.*
|
||||||
%{_bindir}/ndptool
|
|
||||||
%{_mandir}/man8/ndptool.8*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/ndp.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libndp.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/libndp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user