diff --git a/lilv.changes b/lilv.changes index fbaced8..bc0e3d4 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 11:56:27 UTC 2023 - Dominique Leuenberger + +- Actually package the __pycache__ that appears when building using + meson 1.2.0. + ------------------------------------------------------------------- Fri Jul 21 13:17:47 UTC 2023 - Ana Guerrero diff --git a/lilv.spec b/lilv.spec index 7abcc04..03cdc45 100644 --- a/lilv.spec +++ b/lilv.spec @@ -128,5 +128,6 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d %files -n python3-lilv %{python_sitelib}/*.py +%pycache_only %{python_sitelib}/__pycache__ %changelog