From 1725de932fdb0e7b985cd7430f05ba9441d59bb6b67a8298745294dc165b8632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 10 Jan 2020 17:16:53 +0000 Subject: [PATCH] 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 --- gtk3.changes | 8 ++++++++ gtk3.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gtk3.changes b/gtk3.changes index 786a642..eab9ff2 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 10 12:03:26 UTC 2020 - Dominique Leuenberger + +- 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 diff --git a/gtk3.spec b/gtk3.spec index 7ec963e..4d56553 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -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}