Accepting request 522929 from home:jengelh:branches:GNOME:Factory

- Update package summaries. Replace historic tar option specs.

OBS-URL: https://build.opensuse.org/request/show/522929
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=129
This commit is contained in:
Dominique Leuenberger 2017-09-11 10:17:26 +00:00 committed by Git OBS Bridge
parent 03b9ad2e4f
commit 8c86e3b225
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 10 21:26:22 UTC 2017 - jengelh@inai.de
- Update package summaries. Replace historic tar option specs.
-------------------------------------------------------------------
Wed Aug 23 07:59:02 UTC 2017 - xwang@suse.com

View File

@ -57,7 +57,7 @@ GNOME Shell Extensions is a collection of extensions providing
additional and optional functionality to GNOME Shell.
%package common
Summary: GNOME Shell Extension -- Common Files
Summary: Common files for GNOME Shell extensions
Group: System/GUI/GNOME
Requires: gnome-shell
Recommends: %{name}-common-lang
@ -81,7 +81,7 @@ Obsoletes: gnome-shell-extensions < %{version}
This package provides files common to several GNOME Shell Extensions
%package -n gnome-shell-classic
Summary: Gnome-shell classic -- collection of extensions
Summary: A collection of extensions for Gnome-shell classic
Group: System/GUI/GNOME
Recommends: %{name}-common-lang
@ -128,7 +128,7 @@ make %{?_smp_mflags}
%if !0%{?is_opensuse}
install -m0644 %{S:2} %{buildroot}/%{_datadir}/xsessions/sle-classic.desktop
# Install SLE theme
tar xzvf %{SOURCE3}
tar -xzvf %{SOURCE3}
install -d %{buildroot}%{_datadir}/gnome-shell/theme
cp SLE-theme/theme/* %{buildroot}%{_datadir}/gnome-shell/theme
%endif