Try to correct broken build configuration and installation structure.

Tue, 02 Jul 2013 21:40:10 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 02 Jul 2013 21:40:10 +0200
changeset 786
d42403a4ec05
parent 785
2dc2b78e44e7
child 787
f0da6998c61a

Try to correct broken build configuration and installation structure.

python/python.spec file | annotate | diff | comparison | revisions
     1.1 --- a/python/python.spec	Tue Jul 02 21:16:13 2013 +0200
     1.2 +++ b/python/python.spec	Tue Jul 02 21:40:10 2013 +0200
     1.3 @@ -188,6 +188,9 @@
     1.4      ( cd $RPM_BUILD_ROOT%{l_prefix}/lib/python/config*
     1.5        ln libpython*.a libpython.a
     1.6      ) || exit $?
     1.7 +    mv \
     1.8 +        $RPM_BUILD_ROOT%{l_prefix}/include/python3.3m \
     1.9 +        $RPM_BUILD_ROOT%{l_prefix}/include/pythonm
    1.10      rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/smtpd.py
    1.11      rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/idle
    1.12      rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/python/test

mercurial