aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-12-01 11:41:11 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-12-01 11:41:11 +0100
commit4beabbe33d1e04d0f21ecdd3ff3ad4c50ca5d1c2 (patch)
tree29e40346e1114eb8fa9ec3657c7bd0a52c415c11 /dist
parentefcd46e90bd91cc639422a4611612e9b12668034 (diff)
Install manual pages in vespa-clients RPM
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 1416109ab40..71bf69e4396 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -559,6 +559,8 @@ cp client/go/bin/vespa %{buildroot}%{_prefix}/bin/vespa
%if 0%{?el7}
strip %{buildroot}%{_prefix}/bin/vespa
%endif
+mkdir -p %{buildroot}/usr/share
+cp -a client/go/share/* %{buildroot}/usr/share
%if %{_create_vespa_service}
mkdir -p %{buildroot}/usr/lib/systemd/system
@@ -780,6 +782,8 @@ fi
%{_prefix}/conf/vespa-feed-client/logging.properties
%{_prefix}/lib/jars/vespa-http-client-jar-with-dependencies.jar
%{_prefix}/lib/jars/vespa-feed-client-cli-jar-with-dependencies.jar
+%docdir /usr/share/man
+/usr/share/man
%files config-model-fat
%if %{_defattr_is_vespa_vespa}