Jan Engelhardt 2020-07-27 20:40:06 +00:00 committed by Git OBS Bridge
parent 72070d854f
commit 864eeb6f0b

View File

@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_log
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -21,9 +21,9 @@ Name: libnetfilter_log
Version: 1.0.1
Release: 0
Summary: Userspace library for accessing logged packets
License: GPL-2.0
License: GPL-2.0-only
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_log/
URL: http://netfilter.org/projects/libnetfilter_log/
#Git-Clone: git://git.netfilter.org/libnetfilter_log
Source: ftp://ftp.netfilter.org/pub/libnetfilter_log/%name-%version.tar.bz2
@ -67,6 +67,7 @@ logging. This library has been previously known as libnfnetlink_log.
%setup -q
%build
# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --disable-static --includedir="%_includedir/%name"
make %{?_smp_mflags}