Fix building docs with newer versions of meson

epel8
Fabio Valentini 2 years ago
parent 4519f6171a
commit 8bfa9fece5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,6 +1,6 @@
Name: dav1d Name: dav1d
Version: 0.5.2 Version: 0.5.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: AV1 cross-platform Decoder Summary: AV1 cross-platform Decoder
License: BSD License: BSD
@ -36,7 +36,7 @@ Development files for dav1d, the AV1 cross-platform Decoder.
%meson --buildtype=release %meson --buildtype=release
%meson_build %meson_build
%meson_build doc/html %meson_build doc
%install %install
%meson_install %meson_install
@ -60,6 +60,9 @@ Development files for dav1d, the AV1 cross-platform Decoder.
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Fri Jul 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-2
- Fix building docs with newer versions of meson.
* Thu Dec 05 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.2-1 * Thu Dec 05 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.2-1
- Release 0.5.2 (#1779827) - Release 0.5.2 (#1779827)

Loading…
Cancel
Save