update to 7.0 [release 7.0-1mamba;Tue Apr 09 2019]
This commit is contained in:
parent
d05a06c18e
commit
7ff9f266ff
@ -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 <stefano.cotta@openmamba.org>
|
||||
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 <silvan.calarco@mambasoft.it> 7.0-1mamba
|
||||
- update to 7.0
|
||||
|
||||
* Tue Jan 10 2017 Automatic Build System <autodist@mambasoft.it> 6.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user