From cb1f6f62b51bf6fe5eb06b11a4237a4400648c22 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Tue, 18 Aug 2015 06:39:49 +0200 Subject: [PATCH] Spec-fuile: remove glib2 from requirements again (it's not valid for noarch packages), depend on gnome-shell instead of gnome-shell-extensions-common, instead make the extension own the global gnome-shell-extensions dir. --- gnome-shell-extension-openweather.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index 6e5b969..4603bd0 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -17,7 +17,7 @@ Source0: https://github.com/jenslody/gnome-shell-extension-openweather/ta BuildArch: noarch BuildRequires: autoconf, automake, glib2-devel, gnome-common >= 3.12.0, intltool -Requires: gnome-shell-extension-common >= 3.12.0, glib2 +Requires: gnome-shell >= 3.12.0 %description gnome-shell-extension-openweather is an extension to display weather information @@ -48,7 +48,7 @@ fi %license COPYING %doc AUTHORS README.md %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.openweather.gschema.xml -%{_datadir}/gnome-shell/extensions/%{uuid}/ +%{_datadir}/gnome-shell/extensions/ %changelog * Sat Jul 25 2015 Jens Lody - 1-0.1.20150725.git377244c