Fix the build with Python 3.5
This commit is contained in:
parent
3496002487
commit
777c8f69d7
@ -125,14 +125,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -n python3-talloc
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libpytalloc-util.cpython-%{python3_version_nodots}m.so.*
|
||||
%{python3_sitearch}/talloc.cpython-%{python3_version_nodots}m.so
|
||||
%{_libdir}/libpytalloc-util.cpython*.so.*
|
||||
%{python3_sitearch}/talloc.cpython*.so
|
||||
|
||||
%files -n python3-talloc-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/pytalloc.h
|
||||
%{_libdir}/pkgconfig/pytalloc-util.pc
|
||||
%{_libdir}/libpytalloc-util.cpython-%{python3_version_nodots}m.so
|
||||
%{_libdir}/libpytalloc-util.cpython*.so
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user