automatic version update by autodist [release 0.9.1-1mamba;Mon Feb 06 2017]
This commit is contained in:
parent
d36fbe28c1
commit
67531ab6cc
@ -1,5 +1,5 @@
|
|||||||
Name: python-jmespath
|
Name: python-jmespath
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
|
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
|
||||||
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/jmespath/jmespath.py
|
URL: https://github.com/jmespath/jmespath.py
|
||||||
Source: https://pypi.python.org/packages/source/j/jmespath/jmespath-%{version}.tar.gz
|
Source: https://pypi.debian.net/jmespath/jmespath-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -33,11 +33,14 @@ 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)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
* Mon Dec 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user