diff --git a/libnetfilter_log.spec b/libnetfilter_log.spec index 723f3d9..d437b3e 100644 --- a/libnetfilter_log.spec +++ b/libnetfilter_log.spec @@ -1,19 +1,19 @@ Name: libnetfilter_log -Version: 1.0.1 +Version: 1.0.2 Release: 1mamba Summary: Userspace library providing interface to packets logged by the kernel packet filter Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: http://www.iptables.org/projects/libnetfilter_log/index.html Source: http://www.iptables.org/projects/libnetfilter_log/files/libnetfilter_log-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libmnl-devel BuildRequires: libnfnetlink-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. @@ -27,11 +27,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel 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. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep - %setup -q %build @@ -61,9 +61,14 @@ This package contains static libraries and header files need for development. %{_libdir}/libnetfilter_log.so %{_libdir}/libnetfilter_log_libipulog.la %{_libdir}/libnetfilter_log_libipulog.so -%{_exec_prefix}/lib/pkgconfig/libnetfilter_log.pc +%{_libdir}/pkgconfig/libnetfilter_log.pc +%{_libdir}/pkgconfig/libnetfilter_log_libipulog.pc +%{_mandir}/man3/nflog_*.3* %changelog +* Wed Nov 24 2021 Automatic Build System 1.0.2-1mamba +- automatic version update by autodist + * Wed Jan 04 2012 Automatic Build System 1.0.1-1mamba - automatic version update by autodist