Name: libnetfilter_queue Version: 0.0.15 Release: 4%{?dist} Summary: Netfilter queue userspace library Group: System Environment/Libraries License: GPL URL: http://netfilter.org Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2 Patch0: libnetfilter_queue-linuxtypes.patch Patch1: libnetfilter_queue-sysheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libnfnetlink-devel, pkgconfig, kernel-headers BuildRequires: autoconf, automake, libtool %description libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue. %package devel Summary: Netfilter queue userspace library Group: Development/Libraries Requires: %{name} = %{version}-%{release}, pkgconfig Requires: libnfnetlink-devel, kernel-headers %description devel libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue. %prep %setup -q %patch -p1 %patch1 -p1 autoreconf -i --force %build %configure --disable-static --disable-rpath # kill the rpaths #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool #sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/*.so %dir %{_includedir}/%{name} %{_includedir}/%{name}/*.h %{_libdir}/pkgconfig/%{name}.pc %changelog * Fri Feb 22 2008 Paul P Komkoff Jr - 0.0.15-4 - use system header instead of bundled one * Fri Feb 22 2008 Paul P Komkoff Jr - 0.0.15-3 - fix compilation with newer glibc/headers/whatever * Tue Feb 19 2008 Fedora Release Engineering - 0.0.15-2 - Autorebuild for GCC 4.3 * Tue Sep 18 2007 Paul P Komkoff Jr - 0.0.15-1 - new upstream version * Mon Mar 26 2007 Paul P Komkoff Jr - 0.0.13-3 - own some directories * Mon Mar 19 2007 Paul P Komkoff Jr - 0.0.13-2 - fix source url - add pkgconfig to -devel Requires * Sat Mar 17 2007 Paul P Komkoff Jr - 0.0.13-1 - Preparing for submission to fedora extras