diff --git a/python-argparse.spec b/python-argparse.spec index 55dab59..1e2b54d 100644 --- a/python-argparse.spec +++ b/python-argparse.spec @@ -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 -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 1.4.0-1mamba +- update to 1.4.0 + * Fri May 17 2013 Silvan Calarco 1.1-2mamba - python 2.7 mass rebuild