diff --git a/lilv.spec b/lilv.spec index 3981c69..9b86264 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -62,8 +62,7 @@ export LINKFLAGS="%{__global_ldflags}" python3 waf configure -v --prefix=%{_prefix} \ --libdir=%{_libdir} --configdir=%{_sysconfdir} --mandir=%{_mandir} \ --docdir=%{_pkgdocdir} \ - --docs --test --dyn-manifest \ - --default-lv2-path=%{_libdir}/lv2 + --docs --test --dyn-manifest python3 waf -v build %{?_smp_mflags} %install @@ -98,6 +97,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{python3_sitelib}/__pycache__/* %changelog +* Sun Jul 12 2020 Guido Aulisi - 0.24.6-4 +- Use upstream default lv2 path (#1856001) + * Tue May 26 2020 Miro HronĨok - 0.24.6-3 - Rebuilt for Python 3.9