Name: text-to-audio Version: 1.0.0 Release: 1%{?dist} Summary: Script to encode text to URL format and download audio from Google Translate License: MIT BuildArch: noarch Requires: python3 Source0: text-to-audio.py %description Script to encode text to URL format and download audio from Google Translate. Usage: text_to_audio.py "your text here" [-o output.mp3] [-l en-GB] %install mkdir -p %{buildroot}%{_bindir} install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/text-to-audio.py %files %{_bindir}/text-to-audio.py %changelog * Fri Jan 23 2026 Stéphane Klein - 1.0.0-1 - First version