Blame python-gpxpy.spec

b06feb7
%global srcname gpxpy
b06feb7
b06feb7
Name:           python-%{srcname}
d774c45
Version:        1.4.2
820dcc2
Release:        2%{?dist}
b06feb7
Summary:        GPX file parser and GPS track manipulation library
b06feb7
b06feb7
License:        ASL 2.0
cd35659
URL:            https://github.com/tkrajina/gpxpy
d902c8e
Source0:        %pypi_source
b06feb7
b06feb7
BuildArch:      noarch
b06feb7
b06feb7
BuildRequires:  python3-devel
b06feb7
BuildRequires:  python3dist(setuptools)
b06feb7
b06feb7
%description
b06feb7
%{summary}
b06feb7
b06feb7
b06feb7
%package -n     python3-%{srcname}
b06feb7
Summary:        %{summary}
b06feb7
%{?python_provide:%python_provide python3-%{srcname}}
b06feb7
b06feb7
%description -n python3-%{srcname}
b06feb7
%{summary}
b06feb7
b06feb7
b06feb7
%prep
b06feb7
%autosetup -n %{srcname}-%{version}
b06feb7
b06feb7
b06feb7
%build
b06feb7
%py3_build
b06feb7
b06feb7
b06feb7
%install
b06feb7
%py3_install
b06feb7
b06feb7
b06feb7
%check
b06feb7
%{__python3} test.py
b06feb7
b06feb7
b06feb7
%files -n python3-%{srcname}
b06feb7
%doc README.md
b06feb7
%license LICENSE.txt
b06feb7
%{_bindir}/gpxinfo
b06feb7
%{python3_sitelib}/%{srcname}
cd35659
%{python3_sitelib}/%{srcname}-%{version}-py*.egg-info
b06feb7
b06feb7
b06feb7
%changelog
820dcc2
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
820dcc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
820dcc2
d774c45
* Mon Jun 22 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.2-1
d774c45
- Update to latest version
d774c45
fbcdc60
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
fbcdc60
- Rebuilt for Python 3.9
fbcdc60
cd35659
* Sat May 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.1-1
cd35659
- Update to latest version
cd35659
d902c8e
* Tue Jan 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.0-1
d902c8e
- Update to latest version
d902c8e
- Backport fix for Python 3.9
d902c8e
7131c1c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.5-4
7131c1c
- Rebuilt for Python 3.8.0rc1 (#1748018)
7131c1c
3e6293d
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.5-3
3e6293d
- Rebuilt for Python 3.8
3e6293d
6360cec
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
6360cec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6360cec
e9b4771
* Sun Mar 03 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.5-1
e9b4771
- Update to latest version
e9b4771
3f1f0d8
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-2
3f1f0d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3f1f0d8
ecf214c
* Sat Oct 13 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.4-1
ecf214c
- Update to latest version
ecf214c
e3af8ca
* Sun Aug 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.3-1
e3af8ca
- Update to latest version
e3af8ca
b06feb7
* Thu Jul 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-1
b06feb7
- Initial package.