Accepting request 762818 from GNOME:Next

- Move /usr/share/locale/en from the -lang package to the -data
  package: English is installed on all systems. This avoids
  gtk3-lang being triggered for installation on english-only
  systems.

OBS-URL: https://build.opensuse.org/request/show/762818
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=372
This commit is contained in:
Bjørn Lie 2020-01-10 17:16:53 +00:00 committed by Git OBS Bridge
parent 7acd1f9b7b
commit 1725de932f
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 10 12:03:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Move /usr/share/locale/en from the -lang package to the -data
package: English is installed on all systems. This avoids
gtk3-lang being triggered for installation on english-only
systems.
-------------------------------------------------------------------
Wed Dec 11 20:03:40 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gtk3
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -681,6 +681,7 @@ fi
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
%files data
%{_datadir}/locale/en/
%{_datadir}/themes/Default/
%{_datadir}/themes/Emacs/
@ -730,6 +731,8 @@ fi
%{_datadir}/gettext/its/gtkbuilder.loc
%files lang -f gtk30.lang -f gtk30-properties.lang
# english locale should be in the main package
%exclude %{_datadir}/locale/en
%endif
%if %{with doc}