diff --git a/python-smbc.spec b/python-smbc.spec index 1678664..f12fd2b 100644 --- a/python-smbc.spec +++ b/python-smbc.spec @@ -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