forked from pool/python-lupa
Accepting request 861403 from devel:languages:python
- Remove third-party/ bundled application, use the system ones (bsc#1167557). OBS-URL: https://build.opensuse.org/request/show/861403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lupa?expand=0&rev=6
This commit is contained in:
commit
bdb6dea808
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 16:28:30 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove third-party/ bundled application, use the system ones
|
||||
(bsc#1167557).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 21 18:05:45 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user