%bcond_without tests %global _description %{expand: This module converts the Garmin tcx GPS file format to the more commonly used gpx file format. Both formats are a form of XML but there are some fields in the former that are not present in the later. It uses two packages to do the grunt work tcxparser and gpxpy.} Name: python-tcx2gpx Version: 0.1.4 Release: 5%{?dist} Summary: Convert Garmin TPX to GPX License: GPL-3.0-only URL: https://gitlab.com/nshephard/tcx2gpx Source0: %{pypi_source tcx2gpx} BuildArch: noarch # remove linters and development dependencies Patch: 0001-Remove-linters.patch # Do not install tests in site-packages (fix #9) # https://gitlab.com/nshephard/tcx2gpx/-/merge_requests/19 # Fixes: # Tests are installed directly in site-packages # https://gitlab.com/nshephard/tcx2gpx/-/issues/9 # Rebased on 0.1.4 and to apply to the setup.cfg in the PyPI sdist, which has # different whitespace than the one in git. Patch: 0001-Do-not-install-tests-in-site-packages-fix-9.patch %description %_description %package -n python3-tcx2gpx Summary: %{summary} BuildRequires: python3-devel %if %{with tests} BuildRequires: python3dist(pytest) %endif %description -n python3-tcx2gpx %_description %prep %autosetup -p1 -n tcx2gpx-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files tcx2gpx %check %if %{with tests} %pytest %endif # additional test %pyproject_check_import %files -n python3-tcx2gpx -f %{pyproject_files} %doc README.md %changelog * Fri Jan 26 2024 Fedora Release Engineering - 0.1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint - 0.1.4-2 - Rebuilt for Python 3.12 * Mon Feb 20 2023 Iztok Fister Jr. - 0.1.4-1 - Initial package