Enable builds for RHEL/SLES
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=22
This commit is contained in:
parent
76f3a42d87
commit
da404bb615
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libnetfilter_queue
|
||||
%define libsoname %{name}1
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libnetfilter_queue/
|
||||
@ -30,9 +30,15 @@ Source: ftp://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.ta
|
||||
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf automake >= 1.6 libtool
|
||||
BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 0.0.41
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake >= 1.6
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
%if 0%{?suse_version} >= 1140
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 0.0.41
|
||||
%else
|
||||
BuildRequires: libnfnetlink-devel >= 0.0.41
|
||||
%endif
|
||||
|
||||
%description
|
||||
libnetfilter_queue is a userspace library providing an API to packets
|
||||
@ -42,8 +48,8 @@ system that deprecates the old ip_queue / libipq mechanism.
|
||||
libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
|
||||
%package -n %libsoname
|
||||
Group: System/Libraries
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %libsoname
|
||||
libnetfilter_queue is a userspace library providing an API to packets
|
||||
@ -53,9 +59,10 @@ system that deprecates the old ip_queue / libipq mechanism.
|
||||
libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %libsoname = %version, libnfnetlink-devel
|
||||
Requires: %libsoname = %version
|
||||
Requires: libnfnetlink-devel
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
libnetfilter_queue is a userspace library providing an API to packets
|
||||
|
Loading…
Reference in New Issue
Block a user