From 714ad1e1e176fa6a66e6d7bd255535cab8844e6fb77c63e2969e3eba9dc386de Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Jan 2021 16:31:33 +0000 Subject: [PATCH] - Remove third-party/ bundled application, use the system ones (bsc#1167557). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=11 --- python-lupa.changes | 6 ++++++ python-lupa.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) 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}"