Blame python-tcxparser.spec

dee5ee7
%bcond_without tests
dee5ee7
dee5ee7
%global pretty_name tcxparser
dee5ee7
%global pypi_name python-%{pretty_name}
dee5ee7
%global extract_name python_tcxparser
dee5ee7
dee5ee7
%global _description %{expand:
dee5ee7
python-tcxparser is a minimal parser for Garmin's TCX file format. It is not in
dee5ee7
any way exhaustive. It extracts just enough data to show the most important
dee5ee7
attributes of sport activity.}
dee5ee7
dee5ee7
Name:           python-%{pretty_name}
20640a4
Version:        2.0.0
20640a4
Release:        1%{?dist}
dee5ee7
Summary:        Tcxparser is a minimal parser for Garmin TCX file format
dee5ee7
dee5ee7
License:        BSD
dee5ee7
URL:            https://github.com/vkurup/%{pypi_name}
dee5ee7
Source0:        %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
dee5ee7
dee5ee7
BuildArch:      noarch
dee5ee7
dee5ee7
BuildRequires:  python3-devel
dee5ee7
BuildRequires:  python3-setuptools
dee5ee7
BuildRequires:  %{py3_dist lxml}
dee5ee7
dee5ee7
%{?python_enable_dependency_generator}
dee5ee7
dee5ee7
%description %_description
dee5ee7
dee5ee7
%package -n python3-%{pretty_name}
dee5ee7
Summary:        %{summary}
dee5ee7
dee5ee7
%description -n python3-%{pretty_name} %_description
dee5ee7
dee5ee7
%prep
dee5ee7
%autosetup -n %{pypi_name}-%{version}
dee5ee7
dee5ee7
%build
dee5ee7
%py3_build
dee5ee7
dee5ee7
%install
dee5ee7
%py3_install
dee5ee7
dee5ee7
%check
dee5ee7
%{python3} setup.py test
dee5ee7
dee5ee7
%files -n python3-%{pretty_name}
dee5ee7
%license LICENSE
dee5ee7
%doc README.rst
dee5ee7
%{python3_sitelib}/%{extract_name}-%{version}-py%{python3_version}.egg-info
dee5ee7
%{python3_sitelib}/%{pretty_name}
dee5ee7
dee5ee7
%changelog
20640a4
* Sun Feb 7 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-1
20640a4
- New version - 2.0.0
20640a4
7634542
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
7634542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7634542
a4afe08
* Fri Jan 22 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.0-2
a4afe08
- Same dependencies removed
a4afe08
dee5ee7
* Sat Nov 14 2020 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.0-1
dee5ee7
- Initial package
20640a4