From: Jiri Denemark Date: Thu, 6 Mar 2014 10:52:25 +0000 (+0100) Subject: spec: Let translations be properly updated X-Git-Tag: v1.2.3-rc1~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201082488f6254df75dd9f9e4116fc066244acc0;p=thirdparty%2Flibvirt.git spec: Let translations be properly updated Libvirt tarball contains po/stamp-po file which prevents any po/*.gmo file to be regenerated even if a corresponding po/*.po file is newer. By removing the stamp-po file, all *.gmo files are properly updated if required. This allows downstreams to provide patches that update translations. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 014fe5d768..23374e7631 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1421,6 +1421,7 @@ driver autoreconf -if %endif +rm -f po/stamp-po %configure %{?_without_xen} \ %{?_without_qemu} \ %{?_without_openvz} \