From 0a85d33fb59d2a79f4d7c4d348a8bce6f07d5fc7aa08079de27ae958433737b4 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 22 Apr 2022 11:42:31 +0000 Subject: [PATCH] - fix build errors OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=13 --- helix.changes | 5 +++++ helix.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/helix.changes b/helix.changes index c61390f..6d1f5a8 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 22 11:42:02 UTC 2022 - Soc Virnyl Estela + +- fix build errors + ------------------------------------------------------------------- Fri Apr 22 01:50:09 UTC 2022 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index cb89275..a6600e8 100644 --- a/helix.spec +++ b/helix.spec @@ -40,7 +40,7 @@ has treesitter support for syntax highlighting and improved navigation %autosetup -a1 mkdir -p .cargo cp %{SOURCE2} .cargo/config -cp %{SOURCE5} doc/README.SUSE +cp %{SOURCE5} docs/README.SUSE %build export RUSTFLAGS="%{rustflags}" @@ -62,7 +62,7 @@ install -Dm755 %{SOURCE3} %{buildroot}%{_bindir}/%{name} %files %license LICENSE -%doc README.md README.SUSE CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md +%doc README.md docs/README.SUSE CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md %{_bindir}/%{name} %dir %{_sharedstatedir}/%{name} %dir %{_helix_runtimedir}