Readd old headers #2127286

epel9
Guido Aulisi 2 years ago
parent 1e9af1e432
commit c593d97f5c

@ -2,7 +2,7 @@
Name: lv2
Version: 1.18.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Audio Plugin Standard
# lv2specgen template.html is CC-AT-SA
@ -86,7 +86,7 @@ sed -i '1s|^#!.*|#!%{__python3}|' lv2specgen/lv2specgen.py
%build
%meson \
-D docs=enabled \
-D old_headers=false \
-D old_headers=true \
-D tests=disabled
%meson_build
@ -133,6 +133,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_datadir}/lv2specgen
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/lv2.h
%files example-plugins
%{_libdir}/%{name}/eg-amp.lv2
@ -147,6 +148,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%doc %{_vpath_builddir}/doc/*
%changelog
* Sat Sep 17 2022 Guido Aulisi <guido.aulisi@gmail.com> - 1.18.8-2
- Readd old headers #2127286
* Tue Aug 30 2022 Simone Caronni <negativo17@gmail.com> - 1.18.8-1
- Update to 1.18.8, switch to Meson.
- Update docs installation.

Loading…
Cancel
Save