]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Let translations be properly updated
authorJiri Denemark <jdenemar@redhat.com>
Thu, 6 Mar 2014 10:52:25 +0000 (11:52 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 6 Mar 2014 21:18:11 +0000 (22:18 +0100)
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.

libvirt.spec.in

index 014fe5d768f2e7625bbf41eb8ad998bd5f697f1b..23374e76310e77d200c0027763b45901c4e98120 100644 (file)
@@ -1421,6 +1421,7 @@ driver
  autoreconf -if
 %endif
 
+rm -f po/stamp-po
 %configure %{?_without_xen} \
            %{?_without_qemu} \
            %{?_without_openvz} \