]> granicus.if.org Git - graphviz/commitdiff
show correct source dir in rpm spec
authorellson <devnull@localhost>
Fri, 22 Aug 2008 23:17:00 +0000 (23:17 +0000)
committerellson <devnull@localhost>
Fri, 22 Aug 2008 23:17:00 +0000 (23:17 +0000)
configure.ac
graphviz.spec.in

index 4fc972a95b24ab67b03f4ae97391793fd37e8f04..c53816ff3e3be3eead1062fed48adf60611e9530 100644 (file)
@@ -23,6 +23,9 @@ AC_SUBST(GRAPHVIZ_VERSION_MAJOR)
 AC_SUBST(GRAPHVIZ_VERSION_MINOR)
 AC_SUBST(GRAPHVIZ_VERSION_MICRO)
 
+GRAPHVIZ_COLLECTION=development
+AC_SUBST(GRAPHVIZ_COLLECTION)
+
 dnl ===========================================================================
 
 # libtool shared library version for main libs (cdt, graph, gvc)
index e11c21b5310cca1b1a5cc9b0edee1c92067d219d..86f247979d2c1dd5ebc03e531f6467f29c8c5556 100644 (file)
@@ -17,7 +17,7 @@ Release: %{?release}
 Group:   Applications/Multimedia
 License: CPL
 URL:     http://www.graphviz.org/
-Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-@VERSION@.tar.gz
+Source0: http://www.graphviz.org/pub/graphviz/@GRAPHVIZ_COLLECTION@/SOURCES/graphviz-@VERSION@.tar.gz
 
 # graphviz is relocatable - Caution: this feature is used in AT&T,
 #   but probably will not be supported in Redhat/Fedora/Centos distros