From bc08bd402f5a9c1d2cb220d080b29859cd46ba50 Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Oct 14 2019 09:44:38 +0000 Subject: Workaround for the problem that *.gmo files are not updated For some reasons (*.gmo and probably some more files present in the tarball) the make scripts think that *.gmo files do not need to be rebuilt even if we have and apply some patches that update the *.po files. As a result, the updated translations are never visible in the final binary package. For now we don't have a better solution than force the rebuild explicitly. --- diff --git a/gnome-abrt.spec b/gnome-abrt.spec index d2dac9e..9600b2b 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -85,6 +85,11 @@ provides them with convenient way for managing these problems. autoconf %configure %checkoption %make_build +# This is a workaround for the problem that *.gmo files are not updated +# even if we have patches that update *.po files. As a result, translation +# updates are not applied. Remove this as soon as we have a better solution, +# maybe after the next upstream release (1.2.10?) +make -C po update-gmo %install