From: Jakub Bogusz Date: Tue, 19 Mar 2019 19:51:49 +0000 (+0100) Subject: - noted download URL X-Git-Tag: auto/th/python3-click-8.1.3-1~14 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=881f79bac931ed8ce0095b472d8e46fd761f0038;p=packages%2Fpython3-click.git - noted download URL --- diff --git a/python-click.spec b/python-click.spec index c5012ee..e788f06 100644 --- a/python-click.spec +++ b/python-click.spec @@ -13,10 +13,13 @@ Version: 7.0 Release: 1.1 License: BSD Group: Libraries/Python +#Source0Download: https://github.com/pallets/click/releases +# TODO: use: +#Source0: https://github.com/pallets/click/archive/click-%{version}.tar.gz Source0: https://github.com/pallets/click/archive/%{version}.tar.gz # Source0-md5: 1c000f4357bd04e49af568b51bc03c6a URL: http://click.pocoo.org/ -%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?) +%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) BuildRequires: glibc-localedb-all %endif %if %{with python2}