From a2b0401289815414f14d2e4b368b57d196aac2e1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 11 Feb 2021 14:31:51 -0500 Subject: [PATCH] Install examples in the -doc subpackage --- cairomm.spec | 2 ++ 1 file changed, 2 insertions(+) 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