Name: hedgedoc-cli Version: 1.0.0 Release: 1%{?dist} Summary: Command Line Interface for HedgeDoc License: MIT URL: https://github.com/hedgedoc/cli Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: nodejs %description HedgeDoc CLI is a command line interface to interact with HedgeDoc. %prep %setup -q %build # No build step necessary %install mkdir -p %{buildroot}/usr/bin cp bin/hedgedoc %{buildroot}/usr/bin/hedgedoc %files /usr/bin/hedgedoc %changelog * Sun May 03 2026 choufleur - 1.0.0-1 - Rebuild for Fedora 44