Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-15 06:05:58 +01:00
parent 4c28400775
commit 32995cdcbb
1 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: libccd Name: libccd
Version: 2.0 Version: 2.0
Release: 11%{?dist} Release: 12%{?dist}
Summary: Library for collision detection between convex shapes Summary: Library for collision detection between convex shapes
License: BSD License: BSD
@ -24,7 +24,7 @@ BuildRequires: cmake28
BuildRequires: cmake BuildRequires: cmake
%endif %endif
# These are required for executing the test suite # These are required for executing the test suite
BuildRequires: python BuildRequires: python2
%if 0%{?with_valgrind} %if 0%{?with_valgrind}
BuildRequires: valgrind BuildRequires: valgrind
%endif %endif
@ -90,6 +90,10 @@ make -C build test ||exit 0
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* 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)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-11 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild