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.
This commit is contained in:
Jiri Denemark 2014-03-06 11:52:25 +01:00
parent 45ad1adb4a
commit 201082488f

View File

@ -1421,6 +1421,7 @@ driver
autoreconf -if
%endif
rm -f po/stamp-po
%configure %{?_without_xen} \
%{?_without_qemu} \
%{?_without_openvz} \