Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37734445
en ru br
Репозитории ALT
S:1.0.1-alt1.qa1
5.1: 0.0.15-alt1
4.1: 20070410-alt2.0
4.0: 20070410-alt2.0
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libnetfilter_log

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

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

Summary: libnfnetlink receive to-be-logged packets from the kernel nfnetlink_log subsystem
Url: http://netfilter.org/projects/libnetfilter_log/
License: %gpl2plus
Group: System/Libraries
#git://git.netfilter.org/libnetfilter_log
Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires(pre): rpm-build-licenses
BuildRequires: libnfnetlink-devel >= 0.0.40

%description
libnetfilter_log is a userspace library providing interface to packets
that have been logged by the kernel packet filter. It is is part of
a system that deprecates the old syslog/dmesg based packet logging.

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

%description devel
Development part of libnetfilter_log.

%prep
%setup
%patch -p1

%build
# Use nfnetlink_log.h from glibc-kernheaders
KERNEL_DIR=%_includedir/linux-default/ ./autogen.sh distrib
%configure \
--disable-static
%make_build

%install
#mkdir -p %buildroot%_libdir/%name
#mkdir -p %buildroot%_includedir/%name
%makeinstall_std

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

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

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin