diff --git a/LDP/guide/docbook/PLD-Guide/devel/python.xml b/LDP/guide/docbook/PLD-Guide/devel/python.xml index 2c15b972..fecf1ec4 100644 --- a/LDP/guide/docbook/PLD-Guide/devel/python.xml +++ b/LDP/guide/docbook/PLD-Guide/devel/python.xml @@ -67,10 +67,25 @@ + Automake 1.5 introduced Python + support. Developers want to use the same tool for + their projects written in Python or C and + automake gives such possibility to them. + + + Installing Python modules can be done the same way + as installing other applications or libraries, which + authors use automake. + Just remember to pass $RPM_BUILD_ROOT + to DESTDIR, so + make will install source files + (*.py), byte compiled (*.pyc) and optimized byte compiled + (*.pyo) files under $RPM_BUILD_ROOT + hierarchy. - Installing Python modules with - <application>automake</application> Makefile files. + Installing Python modules with Makefile files + created with <application>automake</application>. %{__make} install DESTDIR=$RPM_BUILD_ROOT @@ -82,10 +97,11 @@ has ability to install optimized and normal byte compiled files. It can be done with setup.py script option - --optimize. Installed files + --optimize. + Option --root should + be used too, because installed files should be put in $RPM_BUILD_ROOT - directory and option --root can - be used. + directory. Installing Python modules in <application>RPM</application> install section diff --git a/LDP/guide/docbook/PLD-Guide/python.xml b/LDP/guide/docbook/PLD-Guide/python.xml index 2c15b972..fecf1ec4 100644 --- a/LDP/guide/docbook/PLD-Guide/python.xml +++ b/LDP/guide/docbook/PLD-Guide/python.xml @@ -67,10 +67,25 @@ </itemizedlist> </para> <para> + <application>Automake</application> 1.5 introduced Python + support. Developers want to use the same tool for + their projects written in Python or C and + <application>automake</application> gives such possibility to them. + </para> + <para> + Installing Python modules can be done the same way + as installing other applications or libraries, which + authors use <application>automake</application>. + Just remember to pass <envar>$RPM_BUILD_ROOT</envar> + to <envar>DESTDIR</envar>, so + <application>make</application> will install source files + (*.py), byte compiled (*.pyc) and optimized byte compiled + (*.pyo) files under <envar>$RPM_BUILD_ROOT</envar> + hierarchy. <example> <title> - Installing Python modules with - <application>automake</application> Makefile files. + Installing Python modules with Makefile files + created with <application>automake</application>. %{__make} install DESTDIR=$RPM_BUILD_ROOT @@ -82,10 +97,11 @@ has ability to install optimized and normal byte compiled files. It can be done with setup.py script option - --optimize. Installed files + --optimize. + Option --root should + be used too, because installed files should be put in $RPM_BUILD_ROOT - directory and option --root can - be used. + directory. Installing Python modules in <application>RPM</application> install section