Fix the build with Python 3

This commit is contained in:
Kalev Lember 2015-11-11 15:06:02 +01:00
parent 2bd6457cb5
commit b2beda9fff

View File

@ -107,8 +107,8 @@ rm -rf $RPM_BUILD_ROOT
%files -n python3-tdb
%defattr(-,root,root,-)
%{python3_sitearch}/__pycache__/_tdb_text.cpython-%{python3_version_nodots}.py[co]
%{python3_sitearch}/tdb.cpython-%{python3_version_nodots}m.so
%{python3_sitearch}/__pycache__/_tdb_text.cpython*.py[co]
%{python3_sitearch}/tdb.cpython*.so
%{python3_sitearch}/_tdb_text.py
%post -p /sbin/ldconfig