|
|
|
@ -71,9 +71,9 @@ sed -i \
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
# we install API docs directly from build
|
|
|
|
|
rm -rf %{buildroot}/%{_docdir}/%{name}
|
|
|
|
|
rm -rf %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%py_byte_compile %{python3} %{buildroot}%{_datadir}
|
|
|
|
|
|
|
|
|
|