%define appname io.bassi.Amberol %define _name amberol Name: amberol-git Version: 2025.1^20251226ga8bd963a Release: 1%{?dist} Summary: A small and simple sound and music player that is well integrated with GNOME. License: CC-BY-SA AND CC0-1.0 AND GPL-3.0-or-later URL: https://gitlab.gnome.org/World/amberol Source: %{url}/-/archive/main/%{_name}-main.tar.gz BuildRequires: meson BuildRequires: gcc-c++ BuildRequires: rustc BuildRequires: gtk4-devel BuildRequires: libadwaita-devel BuildRequires: rust-gstreamer-sys-devel BuildRequires: rust-gstreamer-audio-sys-devel BuildRequires: gstreamer1-plugins-bad-free-devel BuildRequires: desktop-file-utils BuildRequires: reuse BuildRequires: blueprint-compiler %description A small and simple sound and music player that is well integrated with GNOME. Amberol aspires to be as small, unintrusive, and simple as possible. It does not manage your music collection; it does not let you manage playlists, smart or otherwise; it does not let you edit the metadata for your songs; it does not show you lyrics for your songs, or the Wikipedia page for your bands. Amberol plays music, and nothing else. %prep %autosetup -n %{_name}-main %build %meson %meson_build %install %meson_install %files %license LICENSES %doc code-of-conduct.md RELEASING.md CHANGES.md CONTRIBUTING.md README.md %{_bindir}/%{_name} %{_datadir}/%{_name}/%{_name}.gresource %{_datadir}/applications/%{appname}.desktop %{_datadir}/dbus-1/services/%{appname}.service %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml %{_datadir}/icons/hicolor/*/apps/*.svg %{_datadir}/locale/*/LC_MESSAGES/%{_name}.mo %{_datadir}/metainfo/%{appname}.metainfo.xml %changelog %autochangelog