Dominique Leuenberger
d8d5247860
Update to 3.6.2 - This is actually part of gnome 3.6, but was missed in the entire Factory life time... amazing OBS-URL: https://build.opensuse.org/request/show/148222 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=30
114 lines
4.2 KiB
RPMSpec
114 lines
4.2 KiB
RPMSpec
#
|
|
# spec file for package gnome-shell-extensions
|
|
#
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: gnome-shell-extensions
|
|
Version: 3.6.2
|
|
Release: 0
|
|
Summary: A collection of extensions for GNOME Shell
|
|
License: GPL-2.0+
|
|
Group: System/GUI/GNOME
|
|
Url: http://live.gnome.org/GnomeShell/Extensions
|
|
# generated with "git archive --prefix gnome-shell-extensions-3.6.2/" since there are no tarballs anymore
|
|
Source: %{name}-%{version}-git-tag.tar.xz
|
|
Source1: README.SUSE
|
|
# Needed because we build a tarball generated with "git archive"
|
|
BuildRequires: gnome-common
|
|
# Needed for directory ownership
|
|
BuildRequires: gnome-shell
|
|
# gobject-introspection is needed for the typelib() rpm magic.
|
|
BuildRequires: gobject-introspection
|
|
BuildRequires: intltool
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
GNOME Shell Extensions is a collection of extensions providing
|
|
additional and optional functionality to GNOME Shell.
|
|
|
|
%package common
|
|
Summary: GNOME Shell Extension -- Common Files
|
|
Group: System/GUI/GNOME
|
|
Requires: gnome-shell
|
|
Recommends: %{name}-common-lang
|
|
# Obsoletes for metapackage and extensions from gnome-shell-extensions that we used to package
|
|
Obsoletes: gnome-shell-extension-alternate-tab < %{version}
|
|
Obsoletes: gnome-shell-extension-apps-menu < %{version}
|
|
Obsoletes: gnome-shell-extension-auto-move-windows < %{version}
|
|
Obsoletes: gnome-shell-extension-dock
|
|
Obsoletes: gnome-shell-extension-drive-menu < %{version}
|
|
Obsoletes: gnome-shell-extension-gajim < %{version}
|
|
Obsoletes: gnome-shell-extension-native-window-placement < %{version}
|
|
Obsoletes: gnome-shell-extension-places-menu < %{version}
|
|
Obsoletes: gnome-shell-extension-systemMonitor < %{version}
|
|
Obsoletes: gnome-shell-extension-user-theme < %{version}
|
|
Obsoletes: gnome-shell-extension-windows-navigator < %{version}
|
|
Obsoletes: gnome-shell-extension-workspace-indicator < %{version}
|
|
Obsoletes: gnome-shell-extension-xrandr-indicator < %{version}
|
|
Obsoletes: gnome-shell-extensions < %{version}
|
|
|
|
%description common
|
|
This package provides files common to several GNOME Shell Extensions
|
|
|
|
%package -n gnome-shell-extension-alternative-status-menu
|
|
Summary: GNOME Shell Extension -- Power Off Item in Status Menu
|
|
Group: System/GUI/GNOME
|
|
Requires: %{name}-common
|
|
# This used to be the name of the extension in 3.2
|
|
Provides: gnome-shell-extension-alt-status-menu = %{version}
|
|
Obsoletes: gnome-shell-extension-alt-status-menu < %{version}
|
|
|
|
%description -n gnome-shell-extension-alternative-status-menu
|
|
This GNOME Shell extension adds a power off item in the status
|
|
menu, and provides the ability to hibernate.
|
|
|
|
%lang_package -n %{name}-common
|
|
%prep
|
|
%setup -q
|
|
cp %{S:1} .
|
|
# Needed because we build a tarball generated with "git archive"
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%build
|
|
%configure --enable-extensions=alternative-status-menu
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%post
|
|
%glib2_gsettings_schema_post
|
|
|
|
%postun
|
|
%glib2_gsettings_schema_postun
|
|
|
|
%files common
|
|
%defattr(-,root,root)
|
|
%doc COPYING README.SUSE
|
|
|
|
%files -n gnome-shell-extension-alternative-status-menu
|
|
%defattr(-,root,root)
|
|
%doc COPYING
|
|
%{_datadir}/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
|
|
|
|
%files common-lang -f %{name}.lang
|
|
|
|
%changelog
|