25d7dd7 Exclude doc package from flatpak build

Authored and Committed by sbergmann 4 years ago
    Exclude doc package from flatpak build
    
    The problem is that the BuildRequires ghostscript.spec in turn has a
    
      Requires:         %{_bindir}/dvips
    
    which would expand to non-existent /app/bin/dvips when libtommath is built as a
    flatpak (as a dependency of building libreoffice as a flatpak), which would
    break the build.  The easiest fix appears to be to just not build docs for the
    flatpak case.
    
        
file modified
+10 -1