SHA256
1
0
forked from pool/neovim

Recover complicated patching

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=88
This commit is contained in:
Matej Cepl 2021-08-26 22:05:22 +00:00 committed by Git OBS Bridge
parent 8126ccef76
commit c8d76ad3d6

View File

@ -129,7 +129,12 @@ parts of Vim, without compromise, and more.
%define vimplugin_dir %{_datadir}/vim/site
%prep
%autosetup -p1
%setup -q
%patch0 -p1
%if %{without luajit}
%patch1 -p1
%endif
%patch2 -p1
# Remove __DATE__ and __TIME__.
BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}')