From 8c2c8c9b5b68d99607af46ead65dc6d24c193046 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 28 Jun 2018 17:16:59 +0100 Subject: [PATCH] fix test suite invocation --- subversion.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/subversion.spec b/subversion.spec index a9ed3dd..e477f99 100644 --- a/subversion.spec +++ b/subversion.spec @@ -37,7 +37,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.10.0 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -397,7 +397,7 @@ for f in svn-populate-node-origins-index fsfs-access-map \ svnauthz svnauthz-validate svnmucc svnraisetreeconflict svnbench \ svn-mergeinfo-normalizer fsfs-stats svnmover svnconflict; do echo %{_bindir}/$f - if test -f %{_mandir}/man?/${f}.*; then + if test -f $RPM_BUILD_ROOT%{_mandir}/man?/${f}.*; then echo %{_mandir}/man?/${f}.* fi done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files @@ -406,7 +406,7 @@ done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files cat %{name}.lang exclude.tools.files >> %{name}.files -%if %{with test} +%if %{with tests} %check export LANG=C LC_ALL=C export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} @@ -546,6 +546,9 @@ make check-javahl %endif %changelog +* Thu Jun 28 2018 Joe Orton - 1.10.0-8 +- fix test suite invocation + * Thu Jun 28 2018 Joe Orton - 1.10.0-7 - switch build conditional to disable only python bindings