Package rpm-spec-language-server: Information

    Source package: rpm-spec-language-server
    Version: 0.0.2-alt4
    Latest version according to Repology
    Build time:  Mar 2, 2026, 05:44 PM in the task #409723
    Report package bug
    Summary: Language Server for RPM spec files
    Description: 
    This is a server implementing the Language Server Protocol for RPM Spec files.
    
    Supported LSP endpoints:
    - autocompletion of macro names, spec sections and preamble keywords
    - jump to macro definition
    - expand macros on hover
    - breadcrumbs/document sections

    List of RPM packages built from this SRPM:
    rpm-spec-language-server (noarch)

    Maintainer: Alexey Shabalin

    List of contributors:
    Alexey Shabalin

    ACL:
    Alexey Shabalin
    @everybody

      1. python3(lsprotocol)
      2. python3(poetry)
      3. python3(poetry.core)
      4. python3(pygls)
      5. python3(rpm)
      6. python3(specfile)
      7. python3(typeguard)
      8. python3-module-pyproject-installer >= 0.4.0
      9. rpm-build-pyproject
      10. rpm-build-python3
      11. rpm-macros-pyproject
      12. rpm-macros-python3

    Last changed


    March 2, 2026 Alexey Shabalin 0.0.2-alt4
    - Load macro profiles from per-distro JSON files.
    - Make spec.md loading offline-first.
    Feb. 13, 2026 Alexey Shabalin 0.0.2-alt3
    - Update fixes and tests.
    Jan. 19, 2026 Alexey Shabalin 0.0.2-alt2
    - Fix errors and update tests.