- Add graphviz-python3_version.patch that put the call to print in
Parentheses. OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=63
This commit is contained in:
committed by
Git OBS Bridge
parent
9775d599df
commit
a76781bdf6
@@ -31,6 +31,8 @@ Source2: graphviz-rpmlintrc
|
||||
Patch2: graphviz-fix-pkgIndex.patch
|
||||
#PATCH-FIX-UPSTREAM There are too many type-punnings in the vmalloc sources
|
||||
Patch3: graphviz-no_strict_aliasing.patch
|
||||
#PATCH-FIX-UPSTREAM print can only be called as function in python3
|
||||
Patch4: graphviz-python3_version.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
@@ -91,6 +93,7 @@ Note: If you need output in png format you also need to install
|
||||
%setup -q
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4 -p1
|
||||
|
||||
# Fix path in generated man pages
|
||||
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
|
||||
@@ -175,7 +178,45 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc doc/FAQ.html AUTHORS COPYING README NEWS ChangeLog
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
#%%attr(755,root,root) %{_bindir}/*
|
||||
%{_bindir}/acyclic
|
||||
%{_bindir}/bcomps
|
||||
%{_bindir}/ccomps
|
||||
%{_bindir}/circo
|
||||
%{_bindir}/cluster
|
||||
%{_bindir}/dijkstra
|
||||
%{_bindir}/dot
|
||||
%{_bindir}/dot2gxl
|
||||
%{_bindir}/dot_builtins
|
||||
%{_bindir}/dotty
|
||||
%{_bindir}/fdp
|
||||
%{_bindir}/gc
|
||||
%{_bindir}/gml2gv
|
||||
%{_bindir}/graphml2gv
|
||||
%{_bindir}/gv2gml
|
||||
%{_bindir}/gv2gxl
|
||||
%{_bindir}/gvcolor
|
||||
%{_bindir}/gvedit
|
||||
%{_bindir}/gvgen
|
||||
%{_bindir}/gvmap
|
||||
%{_bindir}/gvmap.sh
|
||||
%{_bindir}/gvpack
|
||||
%{_bindir}/gvpr
|
||||
%{_bindir}/gxl2dot
|
||||
%{_bindir}/gxl2gv
|
||||
%{_bindir}/lefty
|
||||
%{_bindir}/lneato
|
||||
%{_bindir}/mm2gv
|
||||
%{_bindir}/neato
|
||||
%{_bindir}/nop
|
||||
%{_bindir}/osage
|
||||
%{_bindir}/patchwork
|
||||
%{_bindir}/prune
|
||||
%{_bindir}/sccmap
|
||||
%{_bindir}/sfdp
|
||||
%{_bindir}/tred
|
||||
%{_bindir}/twopi
|
||||
%{_bindir}/unflatten
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/lefty
|
||||
%{_datadir}/%{name}/graphs
|
||||
@@ -218,7 +259,7 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/graphviz/*.so*
|
||||
%{_sysconfdir}/ld.so.conf.d/graphviz.conf
|
||||
%config %{_sysconfdir}/ld.so.conf.d/graphviz.conf
|
||||
%ghost %{_libdir}/graphviz/config
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user