Ana Guerrero 2024-03-13 21:18:36 +00:00 committed by Git OBS Bridge
commit fe8b947e19
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 11 14:20:12 UTC 2024 - Dominik Heidler <dheidler@suse.de>
- Run modern tests for >=1500
- Use pkg-config instead of pkgconf
- Provide nvim
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 27 16:02:45 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com> Tue Feb 27 16:02:45 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

View File

@ -108,7 +108,7 @@ Requires(post): gtk3-tools
Requires(postun): gtk3-tools Requires(postun): gtk3-tools
%endif %endif
%endif %endif
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} >= 1500
# Modern *SUSE … tests are enabled # Modern *SUSE … tests are enabled
# For tests # For tests
BuildRequires: lua51-busted BuildRequires: lua51-busted
@ -132,6 +132,7 @@ BuildRequires: luajit-devel
Requires: lua-bit32 Requires: lua-bit32
Requires: python34-neovim Requires: python34-neovim
%endif %endif
Provides: nvim
%description %description
Neovim is a refactor - and sometimes redactor - in the tradition of Neovim is a refactor - and sometimes redactor - in the tradition of
@ -171,7 +172,7 @@ export CXXFLAGS="%{optflags} -fcommon"
-DLUA_PRG=%{_bindir}/%{?with_luajit:luajit}%{!?with_luajit:lua} \ -DLUA_PRG=%{_bindir}/%{?with_luajit:luajit}%{!?with_luajit:lua} \
%if %{with luajit} %if %{with luajit}
-DBUSTED_PRG="$(readlink -f ../lj-busted.sh)" \ -DBUSTED_PRG="$(readlink -f ../lj-busted.sh)" \
-DLUAJIT_INCLUDE_DIR:PATH=%(pkgconf --cflags-only-I luajit|cut -c 3-) \ -DLUAJIT_INCLUDE_DIR:PATH=%(pkg-config --cflags-only-I luajit|cut -c 3-) \
%endif %endif
-DUSE_BUNDLED=OFF -DLUAJIT_USE_BUNDLED=ON \ -DUSE_BUNDLED=OFF -DLUAJIT_USE_BUNDLED=ON \
-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON \