forked from pool/libnetfilter_queue
Accepting request 33706 from security:netfilter
Copy from security:netfilter/libnetfilter_queue based on submit request 33706 from user jengelh OBS-URL: https://build.opensuse.org/request/show/33706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_queue?expand=0&rev=1
This commit is contained in:
98
libnetfilter_queue.spec
Normal file
98
libnetfilter_queue.spec
Normal file
@@ -0,0 +1,98 @@
|
||||
#
|
||||
# spec file for package libnetfilter_queue (Version 0.0.17)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define soname 1
|
||||
|
||||
Name: libnetfilter_queue
|
||||
Version: 0.0.17
|
||||
Release: 1
|
||||
License: GNU GPL v2
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libnetfilter_queue/
|
||||
Source: http://netfilter.org/projects/libnetfilter_queue/files/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libnfnetlink-devel linux-kernel-headers >= 2.6.14 pkg-config
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
|
||||
%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.
|
||||
|
||||
%define debug_package_requires %{name}%{soname} = %{version}-%{release}
|
||||
|
||||
%package -n %{name}%{soname}
|
||||
|
||||
Group: System/Libraries
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
|
||||
%description -n %{name}%{soname}
|
||||
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 -n %{name}-devel
|
||||
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}%{soname} = %{version} libnfnetlink-devel
|
||||
Summary: Userspace library for packets that have been queued by the kernel packet filter
|
||||
|
||||
%description -n %{name}-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
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -name "*.la" -delete
|
||||
|
||||
%post -n %{name}%{soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{name}%{soname} -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
|
||||
%files -n %{name}%{soname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnetfilter_queue.so.%{soname}*
|
||||
%{_libdir}/libnetfilter_queue_libipq.so.%{soname}*
|
||||
|
||||
%files -n %{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libnetfilter_queue
|
||||
%{_libdir}/libnetfilter_queue.so
|
||||
%{_libdir}/libnetfilter_queue_libipq.so
|
||||
%{_libdir}/pkgconfig/libnetfilter_queue.pc
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user