public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/graphviz] rawhide: Built with ASCII art output support (aalib) on Fedora
@ 2026-06-01 14:02 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-01 14:02 UTC (permalink / raw)
  To: git-commits

          A new commit has been pushed.

          Repo   : rpms/graphviz
          Branch : rawhide
          Commit : bb4943cf0af02b07bca744fa425cba348322a39d
          Author : Jaroslav Škarvada <jskarvad@redhat.com>
          Date   : 2026-06-01T16:02:08+02:00
          Stats  : +15/-1 in 1 file(s)
          URL    : https://src.fedoraproject.org/rpms/graphviz/c/bb4943cf0af02b07bca744fa425cba348322a39d?branch=rawhide

          Log:
          Built with ASCII art output support (aalib) on Fedora

Resolves: rhbz#2483520

---
diff --git a/graphviz.spec b/graphviz.spec
index 02f70fa..2b53f70 100644
--- a/graphviz.spec
+++ b/graphviz.spec
@@ -38,6 +38,7 @@
 
 %global DEVIL  1
 %global ARRRR  1
+%global ASCII  1
 
 # Build with QT applications (currently only gvedit)
 # Disabled until the package gets better structuring, see bug #447133
@@ -61,6 +62,7 @@
 %global DEVIL  0
 %global GTS    0
 %global LASI   0
+%global ASCII  0
 %endif
 
 %if %{GTS} && %{with gtk2}
@@ -106,7 +108,7 @@
 Name:			graphviz
 Summary:		Graph Visualization Tools
 Version:		15.0.0
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		epl-1.0 AND cpl-1.0 AND bsd-3-clause AND mit AND gpl-3.0-or-later WITH bison-exception-2.2 AND apache-1.1 AND lgpl-2.0-or-later WITH libtool-exception AND smlnj AND hpnd-uc
 URL:			http://www.graphviz.org/
 #Source0:		https://gitlab.com/%%{name}/%%{name}/-/archive/%%{version}/%%{name}-%%{version}.tar.bz2
@@ -207,6 +209,9 @@ BuildRequires:		doxygen
 %if %{GOLANG}
 BuildRequires:		golang
 %endif
+%if %{ASCII}
+BuildRequires:		aalib-devel
+%endif
 Requires:		urw-base35-fonts
 # rhbz#1838679
 Patch0:			graphviz-12.0.0-gvpack-neato-static.patch
@@ -479,6 +484,11 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
 %else
 	--enable-go=no
 %endif
+%if %{ASCII}
+	--with-aalib=yes
+%else
+	--with-aalib=no
+%endif
 
 # drop rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -737,6 +747,10 @@ php --no-php-ini \
 %endif
 
 %changelog
+* Mon Jun 01 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 15.0.0-2
+- Built with ASCII art output support (aalib) on Fedora
+  Resolves: rhbz#2483520
+
 * Mon May 25 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 15.0.0-1
 - New version
   Resolves: rhbz#2480977

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-01 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 14:02 [rpms/graphviz] rawhide: Built with ASCII art output support (aalib) on Fedora 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox