Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433936
en ru br
ALT Linux repos
S:1.0.1-alt1

Group :: System/Libraries
RPM: libnetfilter_cthelper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libnetfilter_cthelper
Version: 1.0.1
Release: alt1

Summary: userspace library for helper infrastructure in kernel-space.
License: %gpl2plus
Group: System/Libraries
Url: https://netfilter.org/projects/libnetfilter_cthelper/

Source: %name-%version.tar
Patch0: %name-%version-%release.patch

# Automatically added by buildreq on Sat Oct 30 2010

BuildRequires: libnfnetlink-devel rpm-build-licenses libmnl-devel

%description
libnetfilter_cthelper is the userspace library that provides the programming interface to the user-space helper
infrastructure available since Linux kernel 3.6. With this library, you register, configure, enable and disable user-space helpers.

%package devel
Summary: userspace library for helper infrastructure in kernel-space.
Group: Development/C
Requires: %name = %{?epoch:%epoch:}%version-%release

%description devel
libnetfilter_cthelper is the userspace library that provides the programming interface to the user-space helper
infrastructure available since Linux kernel 3.6. With this library, you register, configure, enable and disable user-space helpers.

%prep
%setup -q
%patch0 -p1

%build
%autoreconf -fisv
%configure --disable-static
%make_build

%install
%makeinstall
rm -f %buildroot%_libdir/%name/*.la

%files
%doc COPYING
%_libdir/*.so.*

%files devel
%_libdir/*.so
%_includedir/%name
%_libdir/pkgconfig/*.pc


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin