Use upstream default lv2 path (#1856001)

epel9
Guido Aulisi 5 years ago
parent 611ba46543
commit b0999fe1cc

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

Loading…
Cancel
Save