%global extdir %{_datadir}/gnome-shell/extensions/custom-accent-colors@demiskp %global gschemadir %{_datadir}/glib-2.0/schemas Name: gnome-shell-extension-custom-accent-colors Version: 5 Release: 1%{?dist} Summary: Custom Accent Color support for GTK4/GTK3 apps and the Gnome Shell. License: GPLv2+ URL: https://github.com/demiskp/custom-accent-colors Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: %{_bindir}/glib-compile-schemas Requires: gnome-shell-extension-common %description Custom Accent Color support for GTK4/GTK3 apps and the Gnome Shell. %install tar -xf %{SOURCE0} mv usr %{buildroot}/ %files /usr/share/glib-2.0/schemas/*.gschema.xml /usr/share/gnome-shell/extensions/custom-accent-colors@demiskp/* %postun %{_bindir}/glib-compile-schemas %{gschemadir} &> /dev/null || : %posttrans %{_bindir}/glib-compile-schemas %{gschemadir} &> /dev/null || :