fix test suite invocation

This commit is contained in:
Joe Orton 2018-06-28 17:16:59 +01:00
parent 7417b32a9b
commit 8c2c8c9b5b
1 changed files with 6 additions and 3 deletions

View File

@ -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 <jorton@redhat.com> - 1.10.0-8
- fix test suite invocation
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 1.10.0-7
- switch build conditional to disable only python bindings