2007-03-25 21:20:30 +00:00
|
|
|
Name: libnetfilter_queue
|
2007-09-18 22:16:47 +00:00
|
|
|
Version: 0.0.15
|
2008-02-22 20:49:54 +00:00
|
|
|
Release: 3%{?dist}
|
2007-03-25 21:20:30 +00:00
|
|
|
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
|
2008-02-22 20:49:54 +00:00
|
|
|
Patch0: libnetfilter_queue-linuxtypes.patch
|
2007-03-25 21:20:30 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: libnfnetlink-devel, pkgconfig
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%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
|
2008-02-22 20:49:54 +00:00
|
|
|
%patch -p1
|
2007-03-25 21:20:30 +00:00
|
|
|
|
|
|
|
%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
|
2008-02-22 20:49:54 +00:00
|
|
|
* Fri Feb 22 2008 Paul P Komkoff Jr <i@stingr.net> - 0.0.15-3
|
|
|
|
- fix compilation with newer glibc/headers/whatever
|
|
|
|
|
2008-02-20 03:24:16 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.15-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-09-18 22:16:47 +00:00
|
|
|
* Tue Sep 18 2007 Paul P Komkoff Jr <i@stingr.net> - 0.0.15-1
|
|
|
|
- new upstream version
|
|
|
|
|
2007-03-25 21:20:30 +00:00
|
|
|
* Mon Mar 26 2007 Paul P Komkoff Jr <i@stingr.net> - 0.0.13-3
|
|
|
|
- own some directories
|
|
|
|
|
|
|
|
* Mon Mar 19 2007 Paul P Komkoff Jr <i@stingr.net> - 0.0.13-2
|
|
|
|
- fix source url
|
|
|
|
- add pkgconfig to -devel Requires
|
|
|
|
|
|
|
|
* Sat Mar 17 2007 Paul P Komkoff Jr <i@stingr.net> - 0.0.13-1
|
|
|
|
- Preparing for submission to fedora extras
|