SHA256
1
0
forked from pool/iptables
2011-09-01 17:13:49 +00:00
committed by Git OBS Bridge
parent 61c947eec5
commit 497a1d83cd
6 changed files with 15 additions and 109 deletions

View File

@@ -21,7 +21,7 @@
Name: iptables
License: GPLv2+
Group: Productivity/Networking/Security
Version: 1.4.12
Version: 1.4.12.1
Release: 1
Summary: IP Packet Filter Administration
@@ -30,8 +30,6 @@ Summary: IP Packet Filter Administration
#Git-Clone: git://git.netfilter.org/iptables
Source: %name-%version.tar.xz
Patch1: iptables-batch.patch
Patch2: proc-header.diff
Patch3: 4982fe4-libipq-pkgconfig.diff
Url: http://netfilter.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
@@ -68,7 +66,7 @@ These libraries are needed to compile
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%endif
%patch -P 1 -P 2 -P 3 -p1
%patch -P 1 -p1
%build
if [ ! -e configure ]; then
@@ -76,7 +74,9 @@ if [ ! -e configure ]; then
fi
# bnc#561793 - do not include unclean module in iptables manpage
rm -f extensions/libipt_unclean.man
%configure --enable-libipq
# includedir is overriden on purpose to detect projects that
# fail to include libxtables_CFLAGS
%configure --includedir=%_includedir/%name-%version --enable-libipq
make %{?_smp_mflags}
%install