From ab376b77ac27ae2a14ea65c96acf01368ec57ffdd4ae334b694e10728c9de74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 30 Mar 2023 16:44:48 +0000 Subject: [PATCH] fix? OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=801 --- vim.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim.spec b/vim.spec index 835b045..59de528 100644 --- a/vim.spec +++ b/vim.spec @@ -252,6 +252,9 @@ rm src/testdir/test_textprop.* rm src/testdir/test_window_cmd.* rm src/testdir/test_writefile.* rm runtime/indent/testdir/vim.* +%ifarch %{ix86} +rm /src/testdir/test_python3.vim +%endif %build export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"