f38
Tim Waugh 10 years ago
parent 98dfac44a4
commit 8723631db1

@ -48,7 +48,7 @@ cp -a . %{py3dir}
%py2_build
rm -rf html
epydoc -o html --html build/lib*/smbc.so
epydoc -o html --html build/lib*/_smbc.so
pushd %{py3dir}
%py3_build
@ -58,11 +58,9 @@ popd
%install
pushd %{py3dir}
%py3_install
chmod 755 %{buildroot}%{python3_sitearch}/smbc*.so
popd
%py2_install
chmod 755 %{buildroot}%{python_sitearch}/smbc.so
%files

Loading…
Cancel
Save