Name: Cine Version: 1.1.1 Release: 1%{?dist} Summary: A simple video player based on MPV and GTK4 License: GPL-3.0-or-later URL: https://github.com/diegopvlk/cine Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: meson BuildRequires: ninja-build BuildRequires: blueprint-compiler BuildRequires: python3-devel BuildRequires: gtk4-devel BuildRequires: libadwaita-devel BuildRequires: glib2-devel BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: appstream Requires: mpv Requires: python3 Requires: python3-mpv Requires: python3-gobject Requires: gtk4 Requires: libadwaita %description Cine combines a clean interface with a high-performance engine to deliver a seamless viewing experience. A simple video player based on MPV and GTK4. %prep %autosetup %build %meson %meson_build %check %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/cine %{_datadir}/applications/io.github.diegopvlk.Cine.desktop %{_datadir}/cine/ %{_datadir}/dbus-1/services/io.github.diegopvlk.Cine.service %{_datadir}/glib-2.0/schemas/io.github.diegopvlk.Cine.gschema.xml %{_datadir}/icons/hicolor/*/apps/io.github.diegopvlk.Cine*.svg %{_datadir}/metainfo/io.github.diegopvlk.Cine.metainfo.xml %{_datadir}/locale/*/LC_MESSAGES/cine.mo %post /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 2>/dev/null || true %postun /usr/bin/gtk4-update-icon-cache -q -t -f /usr/share/icons/hicolor 2>/dev/null || true /usr/bin/update-desktop-database -q /usr/share/applications 2>/dev/null || true %changelog * Wed Apr 8 2026 - Initial RPM package build for cine 1.1.1