From 3a1bfb55e2b29a280afa3c80c581ced109933b51 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 29 Oct 2007 17:11:30 +0000 Subject: [PATCH] add baseline reference for rtest --- Makefile.am | 2 +- configure.ac | 1 + graphviz.spec.in | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5d5bb2d91..7850041d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ html_DATA = $(html) man_MANS = graphviz.7 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS -SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib graphs +SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib graphs rtest .PHONY: doxygen doxygen: diff --git a/configure.ac b/configure.ac index 2acaa69e7..6c2d105ce 100644 --- a/configure.ac +++ b/configure.ac @@ -2100,6 +2100,7 @@ AC_CONFIG_FILES(Makefile tclpkg/tkspline/Makefile tclpkg/tkspline/demo/Makefile tclpkg/gv/Makefile + rtest/Makefile graphviz.spec Doxyfile ) diff --git a/graphviz.spec.in b/graphviz.spec.in index aedd92da8..deff3dffc 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -495,6 +495,22 @@ Provides some additional PDF and HTML documentation for graphviz. %defattr(-,root,root,-) %doc __doc/* +#-- graphviz-rtest rpm ---------------------------------------------- +%package rtest +Group: Applications/Multimedia +Summary: Regression tests + +%description rtest +Provides a regression test script and data files for graphviz tools + +%files rtest +%defattr(-,root,root,-) +%dir %{_datadir}/graphviz +%{_datadir}/graphviz/rtest +%{_datadir}/graphviz/rtest/graphs +%{_datadir}/graphviz/rtest/nshare + + #-- building -------------------------------------------------- %prep -- 2.40.0