## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global extension logo-menu %global uuid logomenu@aryan_k Name: gnome-shell-extension-%{extension} Version: 24.2 Release: %autorelease Summary: Quick access menu for the GNOME panel BuildArch: noarch # main source is GPL-2.0-only # selection.js is MIT License: GPL-2.0-only URL: https://github.com/Aryan20/Logomenu Source: %{url}/archive/v%{version}_011025/%{extension}-%{version}.tar.gz BuildRequires: gettext Requires: gnome-shell >= 46 Recommends: gnome-extensions-app Provides: %{extension} = %{version}-%{release} %description This extension gives a simple menu along with the ability to get the icon of your distro on top left part of the panel for a great look. The Icon can be customised through settings, it has both Linux and BSD logos. %prep %autosetup -C %install # install main extension files install -d -m 0755 %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} cp -r --preserve=timestamps \ *.js stylesheet.css metadata.json \ PrefsLib Resources \ %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} # install the schema file install -D -p -m 0644 \ schemas/org.gnome.shell.extensions.%{extension}.gschema.xml \ %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{extension}.gschema.xml # install locale files pushd po for po in *.po; do install -d -m 0755 %{buildroot}%{_datadir}/locale/${po%.po}/LC_MESSAGES msgfmt -o %{buildroot}%{_datadir}/locale/${po%.po}/LC_MESSAGES/%{extension}.mo $po done popd %find_lang %{extension} %files -f %{extension}.lang %license LICENSE %{_datadir}/gnome-shell/extensions/%{uuid} %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{extension}.gschema.xml %changelog ## START: Generated by rpmautospec * Sat Jan 10 2026 John Doe - 24.2-1 - Uncommitted changes ## END: Generated by rpmautospec