forked from pool/graphviz
Thomas Renninger
fc400fc1ce
- Remove pointless libgraphviz6 subpackage only containing broken and unnecessary ld.so.conf.d dropin. - Add required Provides and Obsoletes for library package split. - Remove unversioned symlinks for plugins, breaking shared library policy. - Remove duplicate python3 bindings in wrong directory (again). - Add missing post scriptlet for webp plugin. - Fix postun scriptlets for all plugins (be silent when graphviz gets removed completely, report errors otherwise). - Cleanup spec file. - Disable Java bindings, as unused/untested, and packaging is quite broken. OBS-URL: https://build.opensuse.org/request/show/945176 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=178
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("graphviz-tcl.* devel-file-in-non-devel-package")
|
|
addFilter("lib.* obsolete-not-provided libgraphviz6")
|
|
addFilter("liblab_gamut.* shared-library-without-dependency-information")
|