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}