update to 1.0.2 [release 1.0.2-1mamba;Mon Aug 08 2016]
This commit is contained in:
parent
5af975d993
commit
f8a77dba2c
@ -1,5 +1,5 @@
|
||||
Name: python-funcsigs
|
||||
Version: 0.4
|
||||
Version: 1.0.2
|
||||
Release: 1mamba
|
||||
Summary: Python function signatures from PEP362 for Python
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://funcsigs.readthedocs.org/
|
||||
Source: https://pypi.python.org/packages/source/f/funcsigs/funcsigs-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/funcsigs/funcsigs-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
@ -33,12 +33,17 @@ 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)
|
||||
%dir %{python_sitearch}/funcsigs-%{version}-py*.egg-info
|
||||
%{python_sitearch}/funcsigs-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||
- update to 1.0.2
|
||||
|
||||
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user