2011-12-29 22:31:39 +01:00
|
|
|
#
|
|
|
|
# spec file for package libnetfilter_acct
|
|
|
|
#
|
2020-10-14 02:05:51 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2011-12-29 22:31:39 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-10-14 02:05:51 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-12-29 22:31:39 +01:00
|
|
|
#
|
|
|
|
|
2012-03-27 16:09:09 +02:00
|
|
|
|
2011-12-29 22:31:39 +01:00
|
|
|
Name: libnetfilter_acct
|
2012-03-27 16:09:09 +02:00
|
|
|
%define lname %{name}1
|
2016-08-22 13:41:18 +02:00
|
|
|
Version: 1.0.3
|
2012-03-27 16:09:09 +02:00
|
|
|
Release: 0
|
2012-06-30 19:54:11 +02:00
|
|
|
Summary: Userspace library for the in-kernel Netfilter counters
|
2020-10-14 02:05:51 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2012-06-30 19:54:11 +02:00
|
|
|
Group: Productivity/Networking/Security
|
2020-10-14 02:05:51 +02:00
|
|
|
URL: https://netfilter.org/projects/libnetfilter_acct/
|
2012-06-30 19:54:11 +02:00
|
|
|
|
2012-10-09 01:52:11 +02:00
|
|
|
#Git-Clone: git://git.netfilter.org/libnetfilter_acct
|
2016-08-22 13:41:18 +02:00
|
|
|
Source: ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2
|
|
|
|
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2.sig
|
2011-12-29 22:31:39 +01:00
|
|
|
Source3: baselibs.conf
|
2012-12-03 22:41:46 +01:00
|
|
|
Source4: %name.keyring
|
2012-03-27 16:09:09 +02:00
|
|
|
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This library provides the programming interface (API) to the
|
|
|
|
Netfilter extended accounting infrastructure.
|
|
|
|
|
|
|
|
%package -n %lname
|
|
|
|
Summary: Userspace library for the in-kernel Netfilter counters
|
2012-03-27 16:09:09 +02:00
|
|
|
Group: System/Libraries
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%description -n %lname
|
|
|
|
This library provides the programming interface (API) to the
|
|
|
|
Netfilter extended accounting infrastructure.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Requires: %lname = %version
|
|
|
|
Summary: Userspace library for the in-kernel Netfilter counters
|
2012-03-27 16:09:09 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This library provides the programming interface (API) to the
|
|
|
|
Netfilter extended accounting infrastructure.
|
|
|
|
|
|
|
|
%prep
|
2020-10-14 02:05:51 +02:00
|
|
|
%autosetup -p1
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%build
|
2020-10-14 02:05:51 +02:00
|
|
|
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
2014-12-09 00:40:39 +01:00
|
|
|
%configure --disable-static --includedir="%_includedir/%name"
|
2020-10-14 02:05:51 +02:00
|
|
|
%make_build
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%install
|
2014-12-09 00:53:32 +01:00
|
|
|
%make_install
|
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2011-12-29 22:31:39 +01:00
|
|
|
|
2014-12-09 00:53:32 +01:00
|
|
|
%post -n %lname -p /sbin/ldconfig
|
2011-12-29 22:31:39 +01:00
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %lname
|
2012-06-30 03:09:55 +02:00
|
|
|
%_libdir/libnetfilter_acct.so.1*
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%files devel
|
2014-12-09 00:40:39 +01:00
|
|
|
%_includedir/%name/
|
2011-12-29 22:31:39 +01:00
|
|
|
%_libdir/libnetfilter_acct.so
|
|
|
|
%_libdir/pkgconfig/libnetfilter_acct.pc
|
|
|
|
|
|
|
|
%changelog
|