From 9053e61361307483036ba8c39dae78ae0f3c2fc5 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Aug 08 2012 00:54:39 +0000 Subject: Drop body of %check This hasn't worked since at least CMake times, and mailing results to a former maintainer just makes no sense. --- diff --git a/boost.spec b/boost.spec index 389d60e..c702ce6 100644 --- a/boost.spec +++ b/boost.spec @@ -562,28 +562,7 @@ echo ============================= build Boost.Build ================== ./bootstrap.sh --with-toolset=gcc) %check -%if %{with tests} -cd build -if [ -f testing.log ]; then - echo "" >> testing.log - echo `date` >> testing.log - echo "" >> testing.log - echo `uname -a` >> testing.log - echo "" >> testing.log - echo `g++ --version` >> testing.log - echo "" >> testing.log - testdate=`date +%Y%m%d` - testarch=`uname -m` - email=benjamin.kosnik@gmail.com - bzip2 -f testing.log - echo "sending results starting" - echo | mutt -s "$testdate boost test $testarch" -a testing.log.bz2 $email - echo "sending results finished" -else - echo "error with results" -fi -cd %{_builddir}/%{toplev_dirname} -%endif +: %install