forked from pool/python-jellyfish
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
f9cead3edb
commit
91dcff746e
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jellyfish
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,20 +18,17 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jellyfish
|
||||
Version: 0.5.6
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: A library for doing approximate and phonetic matching of strings
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/jamesturk/jellyfish
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-0.5.6.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
URL: http://github.com/jamesturk/jellyfish
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module unicodecsv}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -59,8 +56,8 @@ Match Rating Codex.
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user