From 8151b69f0cbc8fc60e3c795b38ce7931c927bf0c Mon Sep 17 00:00:00 2001 From: "Bradley M. Bell" Date: Sat, 12 Jan 2008 14:43:14 +0000 Subject: [PATCH] remove speed/example/speed_test from set of tests that are executed --- cppad.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cppad.spec b/cppad.spec index 1153780..316f8eb 100644 --- a/cppad.spec +++ b/cppad.spec @@ -13,7 +13,7 @@ # ---------------------------------------------------------------------------- Name: cppad Version: 20071229 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{name} base package (not installed) Group: Development/Libraries @@ -66,6 +66,9 @@ int main(void)\\ EOF sed -i.stamp example/example.cpp -f example.sed +# See Sat Jan 12 2008 log entry +sed -i.stamp speed/example/example.cpp -e '/Run(speed_test,/d' + # remove setting of permissions in documentation destination directory sed -i.stamp makefile.am -e '/chmod -R .* $(docdir_3)/d' sed -i.stamp makefile.in -e '/chmod -R .* $(docdir_3)/d' @@ -104,7 +107,11 @@ rm -rf $RPM_BUILD_ROOT # ---------------------------------------------------------------------------- %changelog -* Thu Jan 11 2008 Brad Bell 20071229-5 +* Sat Jan 12 2008 Brad Bell 20071229-6 +- Remove speed estimation correctness test because we are not in control of +- which other jobs are on the machine that is doing the rpmbuild. + +* Fri Jan 11 2008 Brad Bell 20071229-5 - Remove introduction/exp_apx/exp_apx from the set of tests - (which should have been done in 20071229-4). - From now on test building rpm locally before making tags.