Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37540697
en ru br
ALT Linux repos
S:1.0.1.0.8.5087-alt1
5.0: 0.0.33-alt1
4.1: 0.0.33-alt1
4.0: 0.0.30-alt1

Group :: System/Libraries
RPM: libnfnetlink

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libnfnetlink
Version: 1.0.1
Release: alt1.qa1
Epoch: 1

Summary: libnfnetlink - low-level nfnetlink message processing functions
Url: http://netfilter.org/projects/libnfnetlink/
License: GPL
Group: System/Libraries

Source: %name-%version.tar

%description
libnfnetlink is the low-level library for netfilter related kernel/userspace
communication. It provides a generic messaging infrastructure for in-kernel
netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack)
and their respective users and/or management tools in userspace.

%package devel
Summary: development part of libnfnetlink
Group: Development/C
Requires: %name = %{?epoch:%epoch:}%version-%release

%description devel
Development part of libnfnetlink

%prep
%setup

%build
%autoreconf -fisv
%configure --disable-static
%make_build DESTDIR=%buildroot

%install
mkdir -p %buildroot%_libdir/%name
mkdir -p %buildroot%_includedir/%name
make install DESTDIR=%buildroot

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

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

%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