%global shortname django-ipware
Name: python-%{shortname}
Version: 2.1.0
Release: 2%{?dist}
Summary: A Django application to retrieve client's IP address
License: MIT
URL: https://github.com/un33k/%{shortname}/
Source0: https://github.com/un33k/%{shortname}/archive/%{version}.tar.gz#/%{shortname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-django
%description
A Django application to retrieve client's IP address.
%package -n python3-%{shortname}
Summary: A Django application to retrieve client's IP address
%{?python_provide:%python_provide python3-%{shortname}}
Requires: python3-django
%description -n python3-%{shortname}
A Django application to retrieve client's IP address.
%prep
%autosetup -n %{shortname}-%{version} -p1
%build
%py3_build
%install
%py3_install
%check
%{__python3} manage.py test
%files -n python3-%{shortname}
%license LICENSE
%{python3_sitelib}/ipware/
%{python3_sitelib}/django_ipware*
%changelog
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-2
- Review updates
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-1
- Initial package