libreoffice/libreoffice.rpmlintrc
2012-09-17 13:37:52 +04:00

43 lines
1.9 KiB
Text

# Lots of zero-length files in the i18n subpackages...
addFilter('E: zero-length')
# rpmlint treats some things as libraries that really aren't libraries
addFilter('E: postun-without-ldconfig')
addFilter('E: postin-without-ldconfig')
addFilter('E: non-versioned-file-in-library-package')
addFilter('E: binary-or-shlib-defines-rpath')
# Some scripts in the wizards aren't run directly - but parsed by UNO
# No need to make them executable
addFilter('E: non-executable-script')
# Let's fix builds outside the build system -- there's so many subpackages
# here that the absence of Packager: breaks the local build!
addFilter('E: no-packager-tag')
# FIXME: No idea what encoding they're really in...
addFilter('E: non-utf8-desktopfile')
addFilter('E: invalid-desktopfile')
# FIXME: Dependencies of the l10n packages should be sorted out better
# Not a priority though because directory dependencies work
addFilter('E: no-dependency-on')
# FIXME:
addFilter('E: script-without-shebang')
# libreoffice-base.x86_64: E: outside-libdir-files (Badness: 1) /usr/bin/lobase
# libreoffice-calc.x86_64: E: outside-libdir-files (Badness: 1) /usr/share/icons/hicolor/scalable/apps/mandriva-rosa-lo-calc_72.svg
# libreoffice-common.x86_64: E: outside-libdir-files (Badness: 1) /usr/share/icons/gnome/48x48/mimetypes/libreoffice-oasis-spreadsheet.png
# libreoffice-draw.x86_64: E: outside-libdir-files (Badness: 1) /usr/bin/lodraw
# libreoffice-impress.x86_64: E: outside-libdir-files (Badness: 1) /usr/share/icons/hicolor/scalable/apps/mandriva-rosa-lo-impress_72.svg
# libreoffice-math.x86_64: E: outside-libdir-files (Badness: 1) /usr/bin/lomath
# libreoffice-writer.x86_64: E: outside-libdir-files (Badness: 1) /usr/bin/loweb
# /usr/bin files for start up libreoffice apps then does not makes sense being
# considerated as libdir-files
addFilter('E: outside-libdir-files')
# openoffice.org64 in the core package conflicts
addFilter('E: incoherent-version-in-name')