Install examples in the -doc subpackage
This commit is contained in:
parent
d221d0f049
commit
a2b0401289
@ -119,6 +119,7 @@ find %{buildroot} -type f -name '*.la' -print -delete
|
|||||||
|
|
||||||
install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \
|
install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \
|
||||||
AUTHORS ChangeLog MAINTAINERS NEWS README
|
AUTHORS ChangeLog MAINTAINERS NEWS README
|
||||||
|
cp -rp examples %{buildroot}%{_datadir}/doc/%{name}-%{apiver}/
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -149,6 +150,7 @@ install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \
|
|||||||
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-3
|
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-3
|
||||||
- Switch from autotools to meson; enable the tests, since the meson build system
|
- Switch from autotools to meson; enable the tests, since the meson build system
|
||||||
permits us to use a shared boost library
|
permits us to use a shared boost library
|
||||||
|
- Install examples in the -doc subpackage
|
||||||
|
|
||||||
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-2
|
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.2-2
|
||||||
- Restore removal of pre-built documentation with its minified JS bundle
|
- Restore removal of pre-built documentation with its minified JS bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user