X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql.spec;h=07091706ad3a9d8513a21360e35c2686c6d025a4;hb=9f2cb9cafb96405d0d25ffacf073864e9e5313e3;hp=0f8fa810b08e6349585ba5023ce5441cc453c47f;hpb=5c4f9ef1e909fb7a86fc6a3e1da2e487ed04d484;p=packages%2Fpostgresql.git diff --git a/postgresql.spec b/postgresql.spec index 0f8fa81..0709170 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -2,7 +2,7 @@ # Conditional build: %bcond_without tests # disable testing %bcond_without tcl # disable Tcl support -%bcond_without kerberos5 # disable kerberos5 support +%bcond_with kerberos5 # disable kerberos5 support %bcond_without perl # disable Perl support %bcond_without python # disable Python support %bcond_with bonjour # Bonjour/DNS_SD support @@ -14,8 +14,8 @@ # %define beta %{nil} -%define pgsqlversion 14 -%define pgsqlpriority 140 +%define pgsqlversion 16 +%define pgsqlpriority 160 Summary: PostgreSQL Data Base Management System Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem @@ -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}.7 +Version: %{pgsqlversion}.1 Release: 1 License: BSD Group: Applications/Databases Source0: http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 -# Source0-md5: 2f02e1f0c6c302c52f1e74973a8a38ff +# Source0-md5: 9cbfb9076ed06384471802b850698a6d Source1: postgresql.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -48,7 +48,6 @@ 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 @@ -111,7 +110,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # omitted contribs: # spi, test_decoding, worker_spi - examples/tests # tsearch2 - old module for compatibility only -%define contrib_modules adminpack amcheck auth_delay auto_explain bloom %{?with_perl:bool_plperl} btree_gin btree_gist citext cube dblink dict_int dict_xsyn earthdistance file_fdw fuzzystrmatch hstore %{?with_perl:hstore_plperl} %{?with_python:hstore_plpython} intagg intarray isn %{?with_perl:jsonb_plperl} %{?with_python:jsonb_plpython} lo ltree %{?with_python:ltree_plpython} oid2name old_snapshot pageinspect passwordcheck pg_buffercache pg_freespacemap pg_prewarm pg_stat_statements pg_surgery pg_trgm pg_visibility pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} spi sslinfo tablefunc tcn tsm_system_rows tsm_system_time unaccent uuid-ossp vacuumlo xml2 +%define contrib_modules adminpack amcheck auth_delay auto_explain basebackup_to_shell basic_archive bloom %{?with_perl:bool_plperl} btree_gin btree_gist citext cube dblink dict_int dict_xsyn earthdistance file_fdw fuzzystrmatch hstore %{?with_perl:hstore_plperl} %{?with_python:hstore_plpython} intagg intarray isn %{?with_perl:jsonb_plperl} %{?with_python:jsonb_plpython} lo ltree %{?with_python:ltree_plpython} oid2name old_snapshot pageinspect passwordcheck pg_buffercache pg_freespacemap pg_prewarm pg_stat_statements pg_surgery pg_trgm pg_visibility pg_walinspect pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} spi sslinfo tablefunc tcn tsm_system_rows tsm_system_time unaccent uuid-ossp vacuumlo xml2 %description PostgreSQL Data Base Management System (formerly known as Postgres, @@ -602,7 +601,6 @@ 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 @@ -883,7 +881,6 @@ fi %attr(755,root,root) %{pgsqllibdir}/bin/pg_waldump %attr(755,root,root) %{pgsqllibdir}/bin/pgbench %attr(755,root,root) %{pgsqllibdir}/bin/postgres -%attr(755,root,root) %{pgsqllibdir}/bin/postmaster %attr(755,root,root) %{moduledir}/cyrillic_and_mic.so %attr(755,root,root) %{moduledir}/dict_int.so @@ -927,7 +924,6 @@ fi %{pgsqldatadir}/man/man1/pg_upgrade.1* %{pgsqldatadir}/man/man1/pgbench.1* %{pgsqldatadir}/man/man1/postgres.1* -%{pgsqldatadir}/man/man1/postmaster.1* %files -n postgresql-common %defattr(644,root,root,755) @@ -1004,6 +1000,7 @@ fi %{_includedir}/postgres_ext.h %dir %{_includedir}/postgresql/internal %{_includedir}/postgresql/internal/c.h +%{_includedir}/postgresql/internal/fe-auth-sasl.h %{_includedir}/postgresql/internal/libpq-int.h %{_includedir}/postgresql/internal/port.h %{_includedir}/postgresql/internal/postgres_fe.h @@ -1143,6 +1140,8 @@ fi %attr(755,root,root) %{moduledir}/auth_delay.so %attr(755,root,root) %{moduledir}/auto_explain.so %attr(755,root,root) %{moduledir}/autoinc.so +%attr(755,root,root) %{moduledir}/basebackup_to_shell.so +%attr(755,root,root) %{moduledir}/basic_archive.so %attr(755,root,root) %{moduledir}/bloom.so %attr(755,root,root) %{moduledir}/btree_gin.so %attr(755,root,root) %{moduledir}/btree_gist.so @@ -1165,6 +1164,7 @@ fi %attr(755,root,root) %{moduledir}/pg_stat_statements.so %attr(755,root,root) %{moduledir}/pg_surgery.so %attr(755,root,root) %{moduledir}/pg_visibility.so +%attr(755,root,root) %{moduledir}/pg_walinspect.so %attr(755,root,root) %{moduledir}/pgrowlocks.so %attr(755,root,root) %{moduledir}/pgstattuple.so %attr(755,root,root) %{moduledir}/postgres_fdw.so @@ -1232,6 +1232,8 @@ fi %{extensiondir}/pg_surgery.control %{extensiondir}/pg_visibility--*.sql %{extensiondir}/pg_visibility.control +%{extensiondir}/pg_walinspect--*.sql +%{extensiondir}/pg_walinspect.control %{extensiondir}/pgrowlocks--*.sql %{extensiondir}/pgrowlocks.control %{extensiondir}/pgstattuple--*.sql @@ -1275,22 +1277,10 @@ fi %attr(755,root,root) %{moduledir}/hstore_plpython3.so %attr(755,root,root) %{moduledir}/jsonb_plpython3.so %attr(755,root,root) %{moduledir}/ltree_plpython3.so -%{extensiondir}/hstore_plpythonu--*.sql -%{extensiondir}/hstore_plpythonu.control -%{extensiondir}/hstore_plpython2u--*.sql -%{extensiondir}/hstore_plpython2u.control %{extensiondir}/hstore_plpython3u--*.sql %{extensiondir}/hstore_plpython3u.control -%{extensiondir}/jsonb_plpythonu--*.sql -%{extensiondir}/jsonb_plpythonu.control -%{extensiondir}/jsonb_plpython2u--*.sql -%{extensiondir}/jsonb_plpython2u.control %{extensiondir}/jsonb_plpython3u--*.sql %{extensiondir}/jsonb_plpython3u.control -%{extensiondir}/ltree_plpythonu--*.sql -%{extensiondir}/ltree_plpythonu.control -%{extensiondir}/ltree_plpython2u--*.sql -%{extensiondir}/ltree_plpython2u.control %{extensiondir}/ltree_plpython3u--*.sql %{extensiondir}/ltree_plpython3u.control %endif