update to 1.4.0 [release 1.4.0-1mamba;Mon Jun 05 2017]
This commit is contained in:
parent
f44ea19280
commit
70e43817d1
@ -1,18 +1,17 @@
|
||||
Name: python-argparse
|
||||
Version: 1.1
|
||||
Release: 2mamba
|
||||
Version: 1.4.0
|
||||
Release: 1mamba
|
||||
Summary: Python command line parser
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.google.com/p/argparse/
|
||||
Source: http://argparse.googlecode.com/files/argparse-%{version}.zip
|
||||
URL: https://pypi.python.org/pypi/argparse
|
||||
Source: https://pypi.debian.net/argparse/argparse-%{version}.tar.gz
|
||||
License: Apache
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## note: run 'autospec -u -a6 python-argparse' to get the list of build requirements.
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -34,13 +33,16 @@ 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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc README.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||
- update to 1.4.0
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user