From: Matthew Fernandez Date: Sat, 19 Nov 2022 17:46:53 +0000 (-0800) Subject: remove 'GRAPHVIZ_SOURCES' from the build system X-Git-Tag: 7.0.3~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ac7be58a786a092569caf5fd67c420fc3320736;p=graphviz remove 'GRAPHVIZ_SOURCES' from the build system This URL is out of date and is only used in artifacts that have also bit rotted. --- diff --git a/configure.ac b/configure.ac index 82f7e4a15..06f56fed7 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,6 @@ GRAPHVIZ_CHANGE_DATE=graphviz_change_date() # NB: git commit hash of last commit GRAPHVIZ_VERSION_COMMIT=graphviz_version_commit() -GRAPHVIZ_SOURCES=graphviz/SOURCES - AC_SUBST([GRAPHVIZ_VERSION_MAJOR]) AC_SUBST([GRAPHVIZ_VERSION_MINOR]) AC_SUBST([GRAPHVIZ_VERSION_MICRO]) @@ -44,7 +42,6 @@ AC_SUBST([GRAPHVIZ_AUTHOR_NAME]) AC_SUBST([GRAPHVIZ_AUTHOR_EMAIL]) AC_SUBST([GRAPHVIZ_CHANGE_DATE]) AC_SUBST([GRAPHVIZ_VERSION_COMMIT]) -AC_SUBST([GRAPHVIZ_SOURCES]) dnl =========================================================================== diff --git a/debian/watch.in b/debian/watch.in deleted file mode 100644 index ce8812353..000000000 --- a/debian/watch.in +++ /dev/null @@ -1,3 +0,0 @@ -# Site Directory Pattern Version Script -version=3 -http://www.graphviz.org/pub/@GRAPHVIZ_SOURCES@/graphviz-([0-9.]+)\.tar\.gz diff --git a/plugin.demo/xgtk/xgtk-plugin.spec.in b/plugin.demo/xgtk/xgtk-plugin.spec.in index 6dc21cbe3..335548e24 100644 --- a/plugin.demo/xgtk/xgtk-plugin.spec.in +++ b/plugin.demo/xgtk/xgtk-plugin.spec.in @@ -13,7 +13,7 @@ Release: %{?release} Group: Applications/Multimedia License: CPL URL: http://www.graphviz.org/ -Source0: http://www.graphviz.org/pub/@GRAPHVIZ_SOURCES@/xgtk-plugin-@VERSION@.tar.gz +Source0: http://www.graphviz.org/ # graphviz is relocatable - Caution: this feature is used in AT&T, # but probably will not be supported in Redhat/Fedora/Centos distros