|
45 | 45 | Summary: Graph Visualization Tools
|
46 | 46 | Name: graphviz
|
47 | 47 | Version: 2.42.4
|
48 |
| -Release: 12%{?dist} |
| 48 | +Release: 13%{?dist} |
49 | 49 | License: EPL-1.0
|
50 | 50 | Vendor: Microsoft Corporation
|
51 | 51 | Distribution: Azure Linux
|
@@ -87,9 +87,12 @@ BuildRequires: sed
|
87 | 87 | BuildRequires: swig >= 1.3.33
|
88 | 88 | BuildRequires: tcl-devel >= 8.3
|
89 | 89 | BuildRequires: zlib-devel
|
| 90 | +BuildRequires: cairo-devel |
90 | 91 | BuildRequires: pkgconfig(cairo) >= 1.1.10
|
91 | 92 | Requires(post): /sbin/ldconfig
|
92 | 93 | Requires(postun): /sbin/ldconfig
|
| 94 | +Requires: cairo |
| 95 | + |
93 | 96 | %if %{PHP}
|
94 | 97 | BuildRequires: php-devel
|
95 | 98 | %endif
|
@@ -269,6 +272,7 @@ sed -i 's|_MY_JAVA_INCLUDES_|-I%{java_home}/include/ -I%{java_home}/include/linu
|
269 | 272 | --without-mylibgd --with-ipsepcola --with-pangocairo \
|
270 | 273 | --without-gdk-pixbuf --with-visio --disable-silent-rules \
|
271 | 274 | --without-ruby --without-python2 \
|
| 275 | + --with-cairo --with-expat \ |
272 | 276 | --with-freetypeincludedir=%{_includedir}/freetype2 --with-freetypelibdir=%{_libdir}/lib \
|
273 | 277 | %if ! %{LASI}
|
274 | 278 | --without-lasi \
|
@@ -338,7 +342,6 @@ find %{buildroot}%{_docdir}/%{name}/demo -type f -name "*.py" -exec mv {} {}.dem
|
338 | 342 | rm -f %{buildroot}%{_bindir}/dot_builtins
|
339 | 343 |
|
340 | 344 | # These are part of gnome subpkg
|
341 |
| -rm -f %{buildroot}%{_libdir}/graphviz/libgvplugin_pango* |
342 | 345 | rm -f %{buildroot}%{_libdir}/graphviz/libgvplugin_xlib*
|
343 | 346 | # This is part of the x11 subpkg only
|
344 | 347 | rm -rf %{buildroot}%{_datadir}/graphviz/lefty
|
@@ -520,6 +523,9 @@ php --no-php-ini \
|
520 | 523 | %{_mandir}/man3/*.3tcl*
|
521 | 524 |
|
522 | 525 | %changelog
|
| 526 | +* Mon Aug 18 2025 Durga Jagadeesh Palli <[email protected]> - 2.42.4-13 |
| 527 | +- add pdf support for the graphviz |
| 528 | + |
523 | 529 | * Mon Apr 21 2025 Kanishk Bansal <[email protected]> - 2.42.4-12
|
524 | 530 | - Patch CVE-2023-46045 using an upstream patch
|
525 | 531 |
|
|
0 commit comments