]> granicus.if.org Git - graphviz/commitdiff
remove %{JAVASCRIPT} build warning during rpmbuild on Fedora
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 3 Aug 2021 03:50:24 +0000 (20:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 19:57:31 +0000 (12:57 -0700)
This code was commented out in 05f7c2f6f911c92fcaeafc0a02f6d19537386e0d.
rpmbuild does not like the presence of macros in comments:

  warning: Macro expanded in comment on line 100: %{JAVASCRIPT}

redhat/graphviz.spec.fedora.in

index f9010da94c078aa7135e2448f87412af55b34e6b..74d11fbcc3fdd13c0190959522a100089b050c8d 100644 (file)
@@ -97,9 +97,6 @@ BuildRequires: guile-devel
 %if %{JAVA}
 BuildRequires: java-devel
 %endif
-#%if %{JAVASCRIPT}
-#BuildRequires: javascript-devel
-#%endif
 %if %{LASI}
 BuildRequires: lasi-devel
 %endif