https://bugzilla.redhat.com/show_bug.cgi?id=1377631
Andrew Toskin andrew@tosk.in changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #10 from Andrew Toskin andrew@tosk.in --- Anyway, more review:
Line 17 of the spec: Source1 tag is missing a colon.
You're still including the schemas in the extension's own directory. You don't need this. Spec file line 50:
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
Lines 56 and 57:
install -Dp -m 0644 schemas/gschemas.compiled \
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/gschemas.compiled
Everything else looks good to me, except for the pending issues on GitHub.