Robert Schweikert 2018-02-09 19:54:24 +00:00 committed by Git OBS Bridge
parent 83065fbb39
commit 4c84d9ce75
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 19:54:03 UTC 2018 - rjschwei@suse.com
- Fix source URL
-------------------------------------------------------------------
Thu Feb 8 13:59:36 UTC 2018 - rjschwei@suse.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytricia
Version: 1.0.0
@ -23,7 +24,7 @@ Summary: A library for IP address lookup in Python
License: LGPL-3.0-or-later
Group: Development/Languages/Python
Url: https://github.com/jsommers/pytricia
Source: https://files.pythonhosted.org/packages/source/p/pytricia-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytricia/pytricia-%{version}.tar.gz
Source1: LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@ -54,3 +55,5 @@ export CFLAGS="%{optflags}"
%doc README.md LICENSE
%defattr(-,root,root)
%{python_sitearch}/*
%changelog