]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.spec
up to 15.6 (fixes CVE-2024-0985)
[packages/postgresql.git] / postgresql.spec
index f69bb7eeca37f59b598adf0eefda6062b770524c..e7695dcef3367dce06000f613a3337376b69cd46 100644 (file)
@@ -33,12 +33,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8):     PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
-Version:       %{mver}.3
-Release:       2
+Version:       %{mver}.6
+Release:       1
 License:       BSD
 Group:         Applications/Databases
 Source0:       https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 7cb75773ff8fbe533701562c3278206b
+# Source0-md5: 666511aeb53bd4ac029e236e35b42ca8
 Source1:       %{name}.init
 Source2:       pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -50,7 +50,6 @@ Patch0:               %{name}-conf.patch
 Patch1:                %{name}-absolute_dbpaths.patch
 Patch2:                %{name}-ecpg-includedir.patch
 Patch3:                ac.patch
-
 Patch5:                %{name}-heimdal.patch
 Patch6:                %{name}-link.patch
 URL:           https://www.postgresql.org/
@@ -88,6 +87,7 @@ BuildRequires:        python3-devel >= 1:3.2
 BuildRequires: python3-modules >= 1:3.2
 %endif
 BuildRequires: readline-devel >= 4.2
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.671
 %{?with_systemd:BuildRequires: systemd-devel >= 1:209}
 %{?with_systemtap:BuildRequires:       systemtap-sdt-devel}
@@ -479,6 +479,7 @@ C++, Perl и Tcl) разделены. Этот пакет включает то
 Summary:       Documentation for PostgreSQL
 Summary(pl.UTF-8):     Dodatkowa dokumantacja dla PostgreSQL
 Group:         Applications/Databases
+BuildArch:     noarch
 
 %description doc
 This package includes documentation and HOWTO for programmer, admin
@@ -800,7 +801,6 @@ Różne moduły dołączone do PostgreSQL-a.
 %{?with_absolute_dbpaths:%patch1 -p1}
 %patch2 -p1
 %patch3 -p1
-
 %patch5 -p1
 %patch6 -p1
 
@@ -898,11 +898,6 @@ install %{SOURCE6} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.target
 install -d howto
 tar zxf %{SOURCE2} -C howto
 
-%if %{with python}
-%py_comp $RPM_BUILD_ROOT%{py_libdir}
-%py_ocomp $RPM_BUILD_ROOT%{py_libdir}
-%endif
-
 # find locales
 for f in libpq5 pgscripts postgres psql initdb ecpg ecpglib6 \
        plpgsql %{?with_perl:plperl} %{?with_python:plpython} \
This page took 0.035611 seconds and 4 git commands to generate.