2011-12-29 22:31:39 +01:00
|
|
|
#
|
|
|
|
# spec file for package libnetfilter_acct
|
|
|
|
#
|
2012-03-27 16:09:09 +02:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
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
|
2012-10-09 01:52:11 +02:00
|
|
|
Version: 1.0.1
|
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
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: Productivity/Networking/Security
|
2012-03-27 16:09:09 +02:00
|
|
|
Url: http://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
|
|
|
|
#DL-URL: http://netfilter.org/projects/libnetfilter_acct/files/
|
|
|
|
Source: http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
|
|
|
|
Source2: http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
|
2011-12-29 22:31:39 +01:00
|
|
|
Source3: baselibs.conf
|
2012-03-27 16:09:09 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-06-30 20:03:55 +02:00
|
|
|
#git#BuildRequires: autoconf, automake >= 1.6, libtool
|
2012-06-30 19:54:11 +02:00
|
|
|
BuildRequires: glibc-devel >= 2.9
|
2012-03-27 16:09:09 +02:00
|
|
|
BuildRequires: pkgconfig >= 0.21
|
2012-06-30 19:54:11 +02:00
|
|
|
%if 0%{?suse_version} >= 1210 || 0%{?fedora_version}
|
2012-03-27 16:09:09 +02:00
|
|
|
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
2012-06-30 02:03:39 +02:00
|
|
|
%else
|
|
|
|
BuildRequires: libmnl-devel >= 1.0.0
|
|
|
|
%endif
|
2012-07-20 01:19:15 +02:00
|
|
|
%if 0%{?suse_version} >= 1140
|
|
|
|
BuildRequires: linux-glibc-devel >= 2.6.24
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
|
|
|
BuildRequires: linux-kernel-headers >= 2.6.24
|
|
|
|
%endif
|
|
|
|
%if 0%{?redhat_version} || 0%{?centos_version} || 0%{?fedora_version}
|
|
|
|
BuildRequires: kernel-headers >= 2.6.24
|
|
|
|
%endif
|
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
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2011-12-30 00:15:59 +01:00
|
|
|
if [ ! -e configure ]; then
|
|
|
|
autoreconf -fi;
|
|
|
|
fi;
|
2011-12-29 22:31:39 +01:00
|
|
|
%configure --disable-static --includedir=%_includedir/%name-%version
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-06-30 03:11:38 +02:00
|
|
|
make install DESTDIR="%buildroot";
|
2011-12-29 22:31:39 +01:00
|
|
|
rm -f "%buildroot/%_libdir"/*.la;
|
|
|
|
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
2012-06-30 03:09:55 +02:00
|
|
|
%_libdir/libnetfilter_acct.so.1*
|
2011-12-29 22:31:39 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2012-06-30 03:09:55 +02:00
|
|
|
%_includedir/%name-%version
|
2011-12-29 22:31:39 +01:00
|
|
|
%_libdir/libnetfilter_acct.so
|
|
|
|
%_libdir/pkgconfig/libnetfilter_acct.pc
|
|
|
|
|
|
|
|
%changelog
|