forked from pool/postgresql15
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql15?expand=0&rev=3
This commit is contained in:
parent
c8ea5bca4f
commit
a45a370161
@ -42,7 +42,7 @@
|
||||
%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||
|
||||
# Only build client libraries of the latest version.
|
||||
%define buildlibs (%{pgmajor} == %(rpm -q --qf %{VERSION} postgresql | cut -d. -f1))
|
||||
%define buildlibs (%{pgmajor} == %(rpm -q --qf %{VERSION} postgresql | cut -c 1-2))
|
||||
|
||||
Name: %pgname
|
||||
%if "@BUILD_FLAVOR@" == "mini"
|
||||
|
Loading…
Reference in New Issue
Block a user