Accepting request 103260 from security:netfilter
license update OBS-URL: https://build.opensuse.org/request/show/103260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=7
This commit is contained in:
commit
d528886e25
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 11:30:44 UTC 2012 - coolo@suse.com
|
||||
|
||||
- change license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 13:23:24 UTC 2012 - adrian@suse.de
|
||||
|
||||
|
22
libnl3.spec
22
libnl3.spec
@ -15,15 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libnl3
|
||||
%define lname libnl3-200
|
||||
%define with_tools 1
|
||||
Version: 3.2.3
|
||||
Release: 0
|
||||
Summary: Convenience library for working with Netlink sockets
|
||||
License: LGPL-2.1, GPL-2.0
|
||||
License: LGPL-2.1 and GPL-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
Url: http://people.suug.ch/~tgr/libnl/
|
||||
@ -34,8 +32,15 @@ Source2: baselibs.conf
|
||||
Patch1: libdir.diff
|
||||
Patch2: avoid-dangling-co_major_cache-reference-to-NL_AUTO_P.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf automake bison fdupes flex libtool
|
||||
BuildRequires: pkgconfig >= 0.23 python-devel xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig >= 0.23
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
The libnl suite is a collection of libraries providing APIs to
|
||||
@ -43,8 +48,8 @@ Netlink protocol based Linux kernel interfaces.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Convenience library for working with Netlink sockets
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
Requires: libnl-config >= %version
|
||||
|
||||
%description -n %lname
|
||||
@ -53,8 +58,8 @@ netlink protocol based Linux kernel interfaces.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for libnl
|
||||
Group: Development/Libraries/C and C++
|
||||
License: LGPL-2.1
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Provides: libnl-devel = %version-%release
|
||||
# Starting with libnl3(-3.2), no more conflicts
|
||||
@ -70,6 +75,7 @@ Netlink protocol based Linux kernel interfaces.
|
||||
|
||||
%package -n libnl-config
|
||||
Summary: Name maps for libnl
|
||||
License: LGPL-2.1 and GPL-2.0
|
||||
Group: Productivity/Networking/Security
|
||||
%if 0%{?suse_version} >= 1130
|
||||
BuildArch: noarch
|
||||
@ -83,8 +89,8 @@ the same; in particular
|
||||
|
||||
%package -n libnl-tools
|
||||
Summary: Command line utilities to directly work with Netlink
|
||||
Group: Productivity/Networking/Security
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Security
|
||||
|
||||
%description -n libnl-tools
|
||||
Various test program with which the functionality of libnl is
|
||||
|
Loading…
Reference in New Issue
Block a user