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
This commit is contained in:
Dominique Leuenberger 2011-03-04 11:17:05 +00:00 committed by Git OBS Bridge
parent 5ba541aebf
commit 08214b1cb4

View File

@ -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