From ed539c20b3a2720f9f1058fcf1fbf030ae09cac4 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Nov 23 2006 10:51:17 +0000 Subject: - (#182414: boost: put tests in %check section) via Rex Dieter - Fix EVR with %{?dist} tag via Gianluca Sforna --- diff --git a/boost.spec b/boost.spec index b719129..c1afcaf 100644 --- a/boost.spec +++ b/boost.spec @@ -1,9 +1,10 @@ + %define tarball_name boost_1_33_1 Name: boost Summary: The Boost C++ Libraries Version: 1.33.1 -Release: 9 +Release: 10%{?dist} License: Boost Software License URL: http://www.boost.org/ Group: System Environment/Libraries @@ -87,7 +88,7 @@ PYTHON_FLAGS="-sPYTHON_ROOT=/usr -sPYTHON_VERSION=$PYTHON_VERSION" REGEX_FLAGS="-sHAVE_ICU=1" $BJAM $PYTHON_FLAGS $REGEX_FLAGS $BUILD_FLAGS stage -#run tests +%check BOOST_ROOT=`pwd`; cd tools/regression; (cd ./build && $BOOST_ROOT/$BJAM) @@ -95,6 +96,7 @@ echo "

" `uname -a` "

" > regression_comment.html; echo "" >> regression_comment.html; echo "

" `g++ --version` "

" >> regression_comment.html; chmod +x ./run_tests.sh; +#uncomment next line to run tests: warning, takes a long time #./run_tests.sh; results1=$BOOST_ROOT/status/results.html results2=$BOOST_ROOT/status/results-links.html @@ -174,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/boost-%{version} %changelog +* Thu Nov 23 2006 Benjamin Kosnik 1.33.1-10 +- (#182414: boost: put tests in %check section) via Rex Dieter +- Fix EVR with %{?dist} tag via Gianluca Sforna + * Wed Nov 15 2006 Benjamin Kosnik 1.33.1-9 - (#154784: boost-debuginfo package is empty)