%global uuid gnomenu@panacier.gmail.com %global shortname gnomenu Name: gnome-shell-extension-%{shortname} Version: 21 Release: 2%{?dist} Summary: GS extension of %{shortname} License: Free URL: https://extensions.gnome.org/extension/608/gnomenu/ Source0: %{uuid}.tar.xz BuildArch: noarch Requires: gnome-shell %description Gno-Menu is a traditional styled full featured Gnome-Shell apps menu, that aims to offer all the essentials in a simple uncluttered intuitive interface. %prep %setup -q -n %{uuid} %build # Nothing to build %install mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} find -type f | while read link do install -Dp -m 0644 $link %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/$link done %files #%doc README.md README LICENSE %{_datadir}/gnome-shell/extensions/%{uuid}/ %changelog * Wed Jan 11 2017 Mosaab Alzoubi - 21-2 - Add pressing Enter support * Wed Dec 21 2016 Mosaab Alzoubi - 21-1 - Initial