From 08214b1cb468116e6175d64e2632479b229dd9b8a3195d4e65bfcc83c7b970e0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Mar 2011 11:17:05 +0000 Subject: [PATCH] Accepting request 63411 from home:vuntz:branches:GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/63411 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=2 --- gnome-shell-extensions.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index 9c7bc22..e8d5e7e 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -18,36 +18,39 @@ Name: gnome-shell-extensions Version: 2.91.6 -Release: 1.1 +Release: 1 License: GPLv2+ -Summary: A collection of gnome-shell extensions +Summary: A collection of extensions for GNOME Shell Url: http://live.gnome.org/GnomeShell/Extensions Group: System/GUI/GNOME Source: %{name}.tar.bz2 BuildRequires: fdupes +# Needed because we build from a git checkout BuildRequires: gnome-common BuildRequires: pkgconfig(gnome-desktop-3.0) +Requires: gnome-shell Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %glib2_gsettings_schema_requires %description -GNOME Shell Extensions is a collection of extensions providing additional -and optional functionality to GNOME Shell. +GNOME Shell Extensions is a collection of extensions providing +additional and optional functionality to GNOME Shell. %lang_package %prep %setup -q -n %{name} %build +# Needed because we build from a git checkout [ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags} %install %make_install -%find_lang %{name} +%find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir}/gnome-shell/extensions %clean