diff --git a/python-lupa.changes b/python-lupa.changes index 8d5115d..9cfdc03 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 7 16:28:30 UTC 2021 - Matej Cepl + +- Remove third-party/ bundled application, use the system ones + (bsc#1167557). + ------------------------------------------------------------------- Sat Mar 21 18:05:45 UTC 2020 - Andreas Schwab diff --git a/python-lupa.spec b/python-lupa.spec index 61bec4f..0cf5d5f 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -1,7 +1,7 @@ # # spec file for package python-lupa # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,18 +31,20 @@ BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(lua) +Recommends: luajit +Suggests: lua %ifnarch riscv64 BuildRequires: pkgconfig(luajit) %endif -Recommends: luajit -Suggests: lua %python_subpackages %description Python wrapper around Lua and LuaJIT. %prep -%setup -q -n lupa-%{version} +%autosetup -p1 -n lupa-%{version} + +rm -rf third-party/ %build export CFLAGS="-fno-strict-aliasing %{optflags}"