diff --git a/cairomm.spec b/cairomm.spec index 2c0bfaa..b6f7132 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -119,6 +119,7 @@ find %{buildroot} -type f -name '*.la' -print -delete install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \ AUTHORS ChangeLog MAINTAINERS NEWS README +cp -rp examples %{buildroot}%{_datadir}/doc/%{name}-%{apiver}/ %check @@ -149,6 +150,7 @@ install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \ * Thu Feb 11 2021 Benjamin A. Beasley - 1.14.2-3 - Switch from autotools to meson; enable the tests, since the meson build system permits us to use a shared boost library +- Install examples in the -doc subpackage * Thu Feb 11 2021 Benjamin A. Beasley - 1.14.2-2 - Restore removal of pre-built documentation with its minified JS bundle