Accepting request 983684 from home:uncomfyhalomacro:branches:editors

Some issues were magically resolved for mysterious reasons

OBS-URL: https://build.opensuse.org/request/show/983684
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=23
This commit is contained in:
Soc Virnyl Estela 2022-06-19 09:42:03 +00:00 committed by Git OBS Bridge
parent 99fe475412
commit a4adf79b60

View File

@ -48,9 +48,6 @@ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
%install
# Debug info for helix's runtime grammars is not needed nor make sense
%global __debug_install_post %{nil}
%global debug_package %{nil}
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_helix_runtimedir}
@ -64,9 +61,6 @@ ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime
install -D -d -m 0755 %{buildroot}%{_bindir}
ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name}
# HACK for disabling debuginfo?
touch %{_builddir}/%{name}/debugsourcefiles.list
%files
%license LICENSE
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md