sysui: fix rpm errors in freedesktop-menus (4.14.1)
commit634844354ee6ed884128086a80c3ee32c889d8c9
authorMichael Stahl <Michael.Stahl@cib.de>
Tue, 30 Jul 2019 11:40:52 +0000 (30 13:40 +0200)
committerMichael Stahl <Michael.Stahl@cib.de>
Wed, 31 Jul 2019 10:40:51 +0000 (31 12:40 +0200)
treeafdf2d9c4c5962ac7631d1f21dda03796307b666
parente569b9d40eb02f53a3f13024af4ab1dc9ca7634a
sysui: fix rpm errors in freedesktop-menus (4.14.1)

RPM build errors:
    Explicit %attr() mode not applicable to symlink: /workdir/CustomTarget/sysui/rpm/libreofficedev/freedesktop/usr/bin/libreofficedev6.1
    Installed (but unpackaged) file(s) found:
   /usr/local/lib/girepository-1.0/LOKDocView-0.1.typelib
   /usr/share/gir-1.0/LOKDocView-0.1.gir

The LOKDocView problem turned out to be the result of the first
incremental build after adding --with-package-format, and previously it
was avoided with a if in configure; moving the commands out of
create_tree.sh should be more obvious and reliable though.

Change-Id: I69c1566e26eeaa1d8bf88a3650a78da6ddfb5a3b
Reviewed-on: https://gerrit.libreoffice.org/76596
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
configure.ac
sysui/CustomTarget_share.mk
sysui/desktop/freedesktop/freedesktop-menus.spec
sysui/desktop/share/create_tree.sh