]> granicus.if.org Git - graphviz/commitdiff
use %global instead of %define to fix scopt of %release
authorJohn Ellson <ellson@research.att.com>
Thu, 20 Jul 2017 20:55:09 +0000 (16:55 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 20 Jul 2017 20:55:09 +0000 (16:55 -0400)
graphviz.spec.in

index 266cbec293fb1fe3d2fac8a0682ac00678c9228c..8b7fce6eb58d43054fdc7370dba5d7b7cac9eb9e 100644 (file)
@@ -9,8 +9,8 @@ Summary: Graph Visualization Tools
 Version: @VERSION@
 
 %define truerelease 1
-%{?distroagnostic: %define release %{truerelease}}
-%{!?distroagnostic: %define release %{truerelease}%{?dist}}
+%{?distroagnostic: %global release %{truerelease}}
+%{!?distroagnostic: %global release %{truerelease}%{?dist}}
 
 Release: %{?release}
 Group:   Applications/Multimedia