contrib/rpm: fix creating proper po/Makefile.in.in (rh #1265117)
authorJiří Klimeš <jklimes@redhat.com>
Tue, 22 Sep 2015 10:50:55 +0000 (12:50 +0200)
committerJiří Klimeš <jklimes@redhat.com>
Tue, 22 Sep 2015 10:50:55 +0000 (12:50 +0200)
Without that DATADIRNAME was not present in po/Makefile.in.in
and it resulted in /usr/\@DATADIRNAME\@/locale/cs/LC_MESSAGES/ path instead of
/usr/share/locale/cs/LC_MESSAGES/.

https://bugzilla.redhat.com/show_bug.cgi?id=1265117

contrib/fedora/rpm/NetworkManager.spec

index d484c1f..65f27cc 100644 (file)
@@ -343,8 +343,8 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
 cp -R docs ORIG-docs
 %endif
 
-#autopoint --force
-#intltoolize --force
+autopoint --force
+intltoolize --automake --copy --force
 %configure \
        --disable-static \
        --with-dhclient=yes \