From 8723631db1bdcb20b7cd0756b9a8a33c7e4c4990 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 25 Sep 2015 17:39:14 +0100 Subject: [PATCH] Fix build --- python-smbc.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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