forked from pool/postgresql14
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=19
This commit is contained in:
parent
92f6f97f1f
commit
6751d7668c
@ -342,11 +342,13 @@ Summary: PostgreSQL development files for extensions with LLVM support
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: postgresql-llvmjit-devel = %version-%release
|
Provides: postgresql-llvmjit-devel = %version-%release
|
||||||
Provides: postgresql-llvmjit-devel-implementation = %version-%release
|
Provides: postgresql-llvmjit-devel-implementation = %version-%release
|
||||||
|
Requires: %pgname-server-devel = %version
|
||||||
|
%if %{with llvm}
|
||||||
Requires(post): postgresql-llvmjit-noarch >= %pgmajor
|
Requires(post): postgresql-llvmjit-noarch >= %pgmajor
|
||||||
Requires(postun):postgresql-llvmjit-noarch >= %pgmajor
|
Requires(postun):postgresql-llvmjit-noarch >= %pgmajor
|
||||||
Requires: %pgname-server-devel = %version
|
|
||||||
%requires_file %_bindir/llc
|
%requires_file %_bindir/llc
|
||||||
%requires_file %_bindir/clang
|
%requires_file %_bindir/clang
|
||||||
|
%endif
|
||||||
|
|
||||||
%description llvmjit-devel
|
%description llvmjit-devel
|
||||||
PostgreSQL is an advanced object-relational database management system
|
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.
|
types and functions.
|
||||||
|
|
||||||
This package pulls in the right versions of llvm and clang to compile
|
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
|
%package test
|
||||||
Summary: The test suite for PostgreSQL
|
Summary: The test suite for PostgreSQL
|
||||||
|
Loading…
Reference in New Issue
Block a user