%global uuid TaskBar@zpydr %global shortname taskbar Name: gnome-shell-extension-%{shortname} Version: 53 Release: 1%{?dist} Summary: GS extension of %{shortname} License: GPLv3 URL: https://extensions.gnome.org/extension/584/taskbar/ Source0: %{uuid}.tar.xz BuildArch: noarch Requires: gnome-shell %description TaskBar displays icons of running applications on the top panel or alternatively on a new bottom panel. %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 Dec 21 2016 Mosaab Alzoubi - 53-1 - Initial