Switch to %{valgrind_arches}

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-06-25 14:07:20 +02:00
parent 32995cdcbb
commit a1d110c82b
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
%ifnarch s390 %{mips}
%ifarch %{valgrind_arches}
%global with_valgrind 1
%endif
Name: libccd
Version: 2.0
Release: 12%{?dist}
Release: 12.0.riscv64%{?dist}
Summary: Library for collision detection between convex shapes
License: BSD
@ -90,6 +90,9 @@ make -C build test ||exit 0
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Jun 25 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.0-12.0.riscv64
- Switch to use %{valgrind_arches}
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)