packages: python3/python3.spec - the %{py_libdir}/config-* dir is required ...

Jakub Bogusz qboosh at pld-linux.org
Thu Sep 8 21:27:20 CEST 2011


On Fri, Jul 15, 2011 at 04:08:31PM +0200, jajcus wrote:
> Author: jajcus                       Date: Fri Jul 15 14:08:31 2011 GMT
> Module: packages                      Tag: HEAD
> ---- Log message:
> - the %{py_libdir}/config-* dir is required to run python, moved from -devel, to -libs
> 
> ---- Files affected:
> packages/python3:
>    python3.spec (1.55 -> 1.56) 
> 
> ---- Diffs:
> 
> ================================================================
> Index: packages/python3/python3.spec
> diff -u packages/python3/python3.spec:1.55 packages/python3/python3.spec:1.56
> --- packages/python3/python3.spec:1.55	Fri Jul 15 16:01:17 2011
> +++ packages/python3/python3.spec	Fri Jul 15 16:08:26 2011
> @@ -629,6 +629,17 @@
>  %{py_scriptdir}/encodings/__pycache__
>  %{py_scriptdir}/encodings/*.py
>  
> +%dir %{py_libdir}/config-%{py_abi}
> +%attr(755,root,root) %{py_libdir}/config-%{py_abi}/makesetup
> +%attr(755,root,root) %{py_libdir}/config-%{py_abi}/install-sh
> +%{py_libdir}/config-%{py_abi}/Makefile
> +%{py_libdir}/config-%{py_abi}/Setup
> +%{py_libdir}/config-%{py_abi}/Setup.config
> +%{py_libdir}/config-%{py_abi}/Setup.local
> +%{py_libdir}/config-%{py_abi}/config.c
> +%{py_libdir}/config-%{py_abi}/config.c.in
> +%{py_libdir}/config-%{py_abi}/python.o

Anything beside Makefile is needed at runtime?
(which is sick anyway, but not my idea)

BTW, pyconfig.h is accessed by sysconfig.py as well :/


-- 
Jakub Bogusz    http://qboosh.pl/


More information about the pld-devel-en mailing list