diff --git a/helix.spec b/helix.spec index ad9985b..0e19fd3 100644 --- a/helix.spec +++ b/helix.spec @@ -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