automatic version update by autodist [release 0.11.0-1mamba;Tue Oct 04 2016]
This commit is contained in:
parent
cbe306a5ae
commit
e39cf8f3e4
@ -1,5 +1,5 @@
|
|||||||
Name: python-configargparse
|
Name: python-configargparse
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
|
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/zorro3/ConfigArgParse
|
URL: https://github.com/zorro3/ConfigArgParse
|
||||||
Source: https://pypi.python.org/packages/source/C/ConfigArgParse/ConfigArgParse-%{version}.tar.gz
|
Source: https://pypi.debian.net/ConfigArgParse/ConfigArgParse-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -34,13 +34,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user