From 2d4f21f91bc5afedc82ab71d1dd98858ca105cca33383e5b65b077356ebab81f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 28 Apr 2011 21:11:09 +0000 Subject: [PATCH] Accepting request 68722 from home:malcolmlewis:branches:GNOME:Factory - Manually create %{_datadir}/gnome-shell/extensions and own it: we don't want every extension to have to own it. OBS-URL: https://build.opensuse.org/request/show/68722 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=56 --- gnome-shell.changes | 6 ++++++ gnome-shell.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gnome-shell.changes b/gnome-shell.changes index 6942991..b3a09fc 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 28 13:38:59 UTC 2011 - malcolmlewis@opensuse.org + +- Manually create %{_datadir}/gnome-shell/extensions and own it: + we don't want every extension to have to own it. + ------------------------------------------------------------------- Wed Apr 27 15:02:06 UTC 2011 - fcrozat@novell.com diff --git a/gnome-shell.spec b/gnome-shell.spec index eea29ad..42b560f 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -96,6 +96,8 @@ translation-update-upstream %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print +# This is the directory where extensions get installed +install -d %{buildroot}%{_datadir}/gnome-shell/extensions %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file %{name} %find_gconf_schemas @@ -130,6 +132,7 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml %{_datadir}/gnome-shell/ +%dir %{_datadir}/gnome-shell/extensions %doc %{_mandir}/man?/gnome-shell.* %files lang -f %{name}.lang