- Fix source URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytricia?expand=0&rev=2
This commit is contained in:
parent
83065fbb39
commit
4c84d9ce75
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user