From b2beda9fffad325a236a49a313492bd7220d4439 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 11 Nov 2015 15:06:02 +0100 Subject: [PATCH] Fix the build with Python 3 --- libtdb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index a8250c9..9d2b9a5 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -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