From 966dce1f488eb80a84babde2cabfb4de7d565029dfdb71c763411455017929df Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Jun 2012 00:01:37 +0000 Subject: [PATCH] Enable builds for RHEL_6 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=4 --- libnetfilter_cthelper.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index 52b5bac..cd52f43 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -28,13 +28,18 @@ Group: Productivity/Networking/Security #Git-Clone: git://git.netfilter.org/libnetfilter_cthelper Source: %name-%version.tar.xz Source3: baselibs.conf -Patch1: libname.diff +Patch1: libname.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf, automake >= 1.6 -BuildRequires: libtool +BuildRequires: autoconf +BuildRequires: automake >= 1.6 +BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.21 +%if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig(libmnl) >= 1.0.0 -BuildRequires: xz +%else +BuildRequires: libmnl-devel >= 1.0.0 +%endif +BuildRequires: xz %description This library provides the programming interface (API) to the @@ -58,7 +63,12 @@ This library provides the programming interface (API) to the Netfilter userspace helper infrastructure. %prep +%if 0%{?__xz:1} %setup -qn %name +%else +tar -xf "%{S:0}" --use=xz; +%setup -DTqn %name +%endif %patch -P 1 -p1 %build