SHA256
1
0
forked from pool/postgresql14
Reinhard Max 2021-11-30 16:36:45 +00:00 committed by Git OBS Bridge
parent 92f6f97f1f
commit 6751d7668c

View File

@ -342,11 +342,13 @@ Summary: PostgreSQL development files for extensions with LLVM support
Group: Development/Libraries/C and C++
Provides: postgresql-llvmjit-devel = %version-%release
Provides: postgresql-llvmjit-devel-implementation = %version-%release
Requires: %pgname-server-devel = %version
%if %{with llvm}
Requires(post): postgresql-llvmjit-noarch >= %pgmajor
Requires(postun):postgresql-llvmjit-noarch >= %pgmajor
Requires: %pgname-server-devel = %version
%requires_file %_bindir/llc
%requires_file %_bindir/clang
%endif
%description llvmjit-devel
PostgreSQL is an advanced object-relational database management system
@ -355,7 +357,9 @@ transactions, foreign keys, sub-queries, triggers, and user-defined
types and functions.
This package pulls in the right versions of llvm and clang to compile
PostgreSQL extensions that support just-in-time compilation with LLVM.
PostgreSQL extensions that support just-in-time compilation with LLVM,
if llvm is supported. Otherwise it will just pull the
%{pgname}-server-devel package.
%package test
Summary: The test suite for PostgreSQL