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