forked from pool/python-lupa
- 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
This commit is contained in:
parent
2090470374
commit
714ad1e1e1
@ -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>
|
Sat Mar 21 18:05:45 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-lupa
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,18 +31,20 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(lua)
|
BuildRequires: pkgconfig(lua)
|
||||||
|
Recommends: luajit
|
||||||
|
Suggests: lua
|
||||||
%ifnarch riscv64
|
%ifnarch riscv64
|
||||||
BuildRequires: pkgconfig(luajit)
|
BuildRequires: pkgconfig(luajit)
|
||||||
%endif
|
%endif
|
||||||
Recommends: luajit
|
|
||||||
Suggests: lua
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python wrapper around Lua and LuaJIT.
|
Python wrapper around Lua and LuaJIT.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lupa-%{version}
|
%autosetup -p1 -n lupa-%{version}
|
||||||
|
|
||||||
|
rm -rf third-party/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-fno-strict-aliasing %{optflags}"
|
export CFLAGS="-fno-strict-aliasing %{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user