install headers in %python_inc [release 1.1.1-2mamba;Sat Sep 18 2021]
This commit is contained in:
parent
6a35232599
commit
34ba0c1b1d
@ -1,6 +1,6 @@
|
|||||||
Name: python-greenlet
|
Name: python-greenlet
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -34,7 +34,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{python_inc}/greenlet \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/greenlet-%{version}-py*.egg-info/*
|
%{python_sitearch}/greenlet-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
||||||
|
- install headers in %python_inc
|
||||||
|
|
||||||
* Sat Aug 07 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
* Sat Aug 07 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user