Name: murmure Version: 1.7.0 Release: 1%{?dist} Summary: Privacy-first speech-to-text, running entirely on your machine License: AGPL-3.0-or-later URL: https://github.com/Kieirra/murmure Source0: https://github.com/Kieirra/murmure/archive/refs/tags/%{version}.zip Source1: https://github.com/Kieirra/murmure-model/releases/download/1.0.0/parakeet-tdt-0.6b-v3-int8.zip BuildRequires: openssl-devel BuildRequires: libappindicator-gtk3-devel BuildRequires: rust-alsa-devel BuildRequires: libappindicator-devel BuildRequires: libstdc++-static BuildRequires: pnpm BuildRequires: openssl Requires: gdk-pixbuf2 Requires: desktop-file-utils Requires: glib2 Requires: gtk3 Requires: hicolor-icon-theme Requires: libsoup Requires: pango Requires: webkit2gtk4.1 %description Privacy-first speech-to-text, running entirely on your machine %prep %autosetup -a 1 pnpm install %build CFLAGS+=' -ffat-lto-objects' pnpm tauri build -b deb %install install -dm755 %{buildroot}%{_bindir} cp -r src-tauri/target/release/bundle/deb/murmure_1.7.0_amd64/data/* %{buildroot}/ cp -r parakeet-tdt-0.6b-v3-int8/ %{buildroot}/usr/lib/murmure/_up_/ressources/ %files %license LICENSE %doc README.md %doc docs/API_USAGE.md %{_bindir}/murmure %{_datadir}/applications/murmure.desktop %{_datadir}/icons/hicolor/* /usr/lib/murmure/* %changelog * Sun Mar 01 2026 Ines WALLON - Init