72 # remove previously existing installations |
72 # remove previously existing installations |
73 rm -rf $RPM_BUILD_ROOT |
73 rm -rf $RPM_BUILD_ROOT |
74 |
74 |
75 # run the native installation logic |
75 # run the native installation logic |
76 %{l_prefix}/bin/python \ |
76 %{l_prefix}/bin/python \ |
77 setup.py build |
|
78 %{l_prefix}/bin/python \ |
|
79 setup.py install \ |
77 setup.py install \ |
80 --prefix=%{l_prefix} \ |
78 --prefix=%{l_prefix} \ |
81 --root=$RPM_BUILD_ROOT |
79 --root=$RPM_BUILD_ROOT |
82 |
80 |
83 # determine installation files |
81 # determine installation files |