%global uuid fedmsg-notify+lmacken@redhat.com Name: gnome-shell-extension-fedmsg Version: 0.1.0 Release: 3%{?dist} Summary: A gnome-shell extension for enabling fedmsg desktop notifications Group: User Interface/Desktops License: GPLv3+ URL: https://github.com/lmacken/gnome-shell-extension-fedmsg Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: gnome-shell >= 3.2.0 Requires: fedmsg-notify %description This is a GNOME shell extension that allows you to easily toggle and configure the fedmsg-notify service. %prep %setup -q %build # Nothing to build %install mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ install -m 0644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/extension.js install -m 0644 metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json ls -la %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ %files %doc LICENSE README %{_datadir}/gnome-shell/extensions/%{uuid}/ %changelog * Thu Oct 11 2012 Luke Macken - 0.1.0-3 - Require fedmsg-notify - Include the license in the package - Removed some legacy RPM cruft * Wed Oct 10 2012 Luke Macken - 0.1.0-2 - Fixed the URL * Mon Oct 8 2012 Luke Macken - 0.1.0-1 - Initial package