X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql.spec;h=7abd276b7e5f48e4f97b8c13dbf4a93d822ffe3c;hb=refs%2Fheads%2FPGSQL_13;hp=fea63c7597a31bee31746fc3abdcd7e16cee41a6;hpb=153babe3ef517562c6fb56ca0886e49c593e3435;p=packages%2Fpostgresql.git diff --git a/postgresql.spec b/postgresql.spec index fea63c7..7abd276 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -28,12 +28,12 @@ Summary(tr.UTF-8): Veri Tabanı Yönetim Sistemi Summary(uk.UTF-8): PostgreSQL - система керування базами даних Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件 Name: postgresql-%{pgsqlversion} -Version: %{pgsqlversion}.6 +Version: %{pgsqlversion}.14 Release: 1 License: BSD Group: Applications/Databases Source0: http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 -# Source0-md5: 06161451ca1b9fc888ce6e18ca93f7d1 +# Source0-md5: ed4b42c9b53c04d7d601327eacfcd231 Source1: postgresql.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -47,6 +47,7 @@ Patch5: postgresql-heimdal.patch Patch6: postgresql-link.patch Patch7: socket-dir-fixes.patch Patch8: postgresql-autoconf.patch +Patch9: postgresql-python3.patch URL: http://www.postgresql.org/ BuildRequires: autoconf >= 2.69 BuildRequires: automake @@ -308,7 +309,7 @@ Summary: PL/Python - PostgreSQL procedural language Summary(pl.UTF-8): PL/Python - język proceduralny bazy danych PostgreSQL Group: Applications/Databases Requires: %{name} = %{version}-%{release} -%pyrequires_eq python +%pyrequires_eq python3 Obsoletes: postgresql-module-plpython %description module-plpython @@ -503,6 +504,7 @@ Różne moduły dołączone do PostgreSQL-a. %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 # force rebuild of bison/flex files find src -name \*.l -o -name \*.y | xargs touch