summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-05-10 11:06:11 +0200
committerTor Egge <Tor.Egge@online.no>2021-05-10 11:06:11 +0200
commit5f803e3972fe30fdae9c7e07f91788405e07caf5 (patch)
tree3cd7a52775149315d74a851cb21463c3d7a92063 /dist
parenta09cc2098009ff72256ae179198f24c9d6bce92c (diff)
Make placeholder vespa-libs rpm.
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 5cc26e3eeb6..347a7ea0645 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -337,7 +337,7 @@ Vespa - The open big data serving engine - base
%package base-libs
-Summary: Vespa - The open big data serving engine - base C++ libs
+Summary: Vespa - The open big data serving engine - base C++ libraries
%if 0%{?el7} && 0%{?amzn2}
Requires: vespa-xxhash = 0.8.0
@@ -354,7 +354,17 @@ Requires: vespa-libzstd >= 1.4.5-2
%description base-libs
-Vespa - The open big data serving engine - base C++ libs
+Vespa - The open big data serving engine - base C++ libraries
+
+%package libs
+
+Summary: Vespa - The open big data serving engine - C++ libraries
+
+Requires: %{name}-base-libs = %{version}-%{release}
+
+%description libs
+
+Vespa - The open big data serving engine - C++ libraries
%package clients
@@ -665,6 +675,8 @@ fi
%{_prefix}/lib64/libvespalib.so
%{_prefix}/lib64/libvespalog.so
+%files libs
+
%files clients
%if %{_defattr_is_vespa_vespa}
%defattr(-,%{_vespa_user},%{_vespa_group},-)