From c9237b024f59ab8564fa5c6b8d97d7dc892310632eeaa9216331c3e377c74813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 15 Apr 2018 13:51:28 +0000 Subject: [PATCH] Accepting request 596725 from home:a_faerber:branches:devel:languages:python Normalize the URL via spec-cleaner (scarabeus-iv) OBS-URL: https://build.opensuse.org/request/show/596725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cooldict?expand=0&rev=2 --- python-cooldict.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-cooldict.spec b/python-cooldict.spec index 8088fc5..b486e2c 100644 --- a/python-cooldict.spec +++ b/python-cooldict.spec @@ -13,24 +13,25 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cooldict Version: 1.02 Release: 0 -License: BSD-2-Clause Summary: dict-like structures -Url: https://github.com/zardus/cooldict +License: BSD-2-Clause Group: Development/Languages/Python -Source: https://pypi.python.org/packages/9e/81/c82755762a5c17f0011e96f9d2e79dbcb6423cac184b1c49847db7fd2584/cooldict-%{version}.tar.gz +URL: https://github.com/zardus/cooldict +Source: https://files.pythonhosted.org/packages/source/c/cooldict/cooldict-%{version}.tar.gz Source1: https://github.com/zardus/cooldict/raw/master/LICENSE Patch1: cooldict_python3.patch -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module ana >= 0.1} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-ana >= 0.1 BuildArch: noarch