diff --git a/python-click.spec b/python-click.spec index 9bb8556..ae46f86 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,5 +1,5 @@ Name: python-click -Version: 6.7 +Version: 7.0 Release: 1mamba Summary: A simple wrapper around optparse for powerful command line utilities Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://click.pocoo.org -Source: https://pypi.debian.net/click/click-%{version}.tar.gz +Source: https://pypi.debian.net/click/Click-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -29,7 +29,7 @@ Click in three points: * supports lazy loading of subcommands at runtime %prep -%setup -q -n click-%{version} +%setup -q -n Click-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -43,13 +43,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -%{python27_sitearch}/click-%{version}-py*.egg-info %changelog +* Tue Apr 09 2019 Silvan Calarco 7.0-1mamba +- update to 7.0 + * Tue Jan 10 2017 Automatic Build System 6.7-1mamba - automatic version update by autodist