pyzor/pyzor.spec

changeset 208
251f4db26a3f
parent 207
b9e3f33ba619
child 209
3ce324255967
equal deleted inserted replaced
0:26a4755f470c 1:ed6127b6f320
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

mercurial