%global uuid status-area-horizontal-spacing@mathematical.coffee.gmail.com %global shortname status-area-horizontal-spacing Name: gnome-shell-extension-%{shortname} Version: 9 Release: 1%{?dist} Summary: GS extension of %{shortname} License: Free URL: https://extensions.gnome.org/extension/355/status-area-horizontal-spacing/ Source0: %{uuid}.tar.xz BuildArch: noarch Requires: gnome-shell %description Reduce the horizontal spacing between icons in the top-right status area. %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 %{_datadir}/gnome-shell/extensions/%{uuid}/ %changelog * Wed Dec 21 2016 Mosaab Alzoubi - 9-1 - Initial