%global extid update-extension@purejava.org %global extname_full fedora-update Name: gnome-shell-extension-%{extname_full} Version: 36 Release: 1%{?dist} Summary: Update indicator for Fedora Linux License: GPL-3.0-only URL: https://github.com/purejava/fedora-update SOurce0: %{url}/releases/download/v%{version}/update-extension@purejava.org.shell-extension.zip BuildArch: noarch BuildRequires: /usr/bin/glib-compile-schemas BuildRequires: unzip Requires: gnome-shell %description GNOME Shell update indicator for Fedora Linux. This is based on Arch Linux Updates Indicator by Raphaƫl Rochet. This extension is not affiliated, funded, or in any way associated with Fedora brand and Red Hat Software. %prep %build %check %install mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid} unzip %{SOURCE0} -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid} %files %{_datadir}/gnome-shell/extensions/%{extid}/ %changelog * Tue Mar 24 2026 Arkady L. Shane - 36-1 - Update to 36 * Sun Dec 28 2025 Arkady L. Shane - 35-1 - Initial build