From 44cf5d104cfcbf88ad8a7214697bc6af99b01732 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 17 Oct 2020 21:21:09 +0200 Subject: [PATCH] switch to swig3 --- lash.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lash.spec b/lash.spec index 3182ead..9a10df6 100644 --- a/lash.spec +++ b/lash.spec @@ -29,7 +29,7 @@ BuildRequires: python-devel BuildRequires: readline-devel BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 -BuildRequires: swig-python >= 1.3.31 +BuildRequires: swig3-python Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -120,7 +120,8 @@ Wiązania Pythona do biblioteki LASH. %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + SWIG=/usr/bin/swig-3 %{__make} \ pkgpyexecdir="\$(pyexecdir)" -- 2.44.0