X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=postgresql.spec;h=88fcc27470f1d87b7a244e7a88e6646702b333db;hb=aba4fe02fe0f29a53769588db99390a691f62d32;hp=7cca6c2d36ff411e9cb16dd94c11e3ac1aba67bb;hpb=579178c8b63b906660ec600511964c5b8bb63ae0;p=packages%2Fpostgresql.git diff --git a/postgresql.spec b/postgresql.spec index 7cca6c2..88fcc27 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -1,5 +1,4 @@ # TODO: -# - can jit files go to subpackage? # - python 3 and python 2 subpackages? # - subpackage *_plperl and *_plpython contribs? # - think about pg_upgrade integration (sysconfig variable to allow upgrade from 8.3+ without dump/restore?) @@ -23,7 +22,7 @@ # %define beta %{nil} -%define mver 11 +%define mver 12 Summary: PostgreSQL Data Base Management System Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem @@ -36,12 +35,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}.0 +Version: %{mver}.4 Release: 0.1 License: BSD Group: Applications/Databases Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: 338ede84c0443db02ff6e8c4c8cbc5e9 +# Source0-md5: 80ebbf0e55193b123760e5f8e48c6cff Source1: %{name}.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -53,7 +52,6 @@ Patch0: %{name}-conf.patch Patch1: %{name}-absolute_dbpaths.patch Patch2: %{name}-ecpg-includedir.patch -Patch4: %{name}-disable_horology_test.patch Patch5: %{name}-heimdal.patch Patch6: %{name}-link.patch URL: http://www.postgresql.org/ @@ -62,8 +60,7 @@ BuildRequires: automake %{?with_bonjour:BuildRequires: avahi-compat-libdns_sd-devel} # not needed for releases... but fixes something in snapshot BuildRequires: bison >= 1.875 -%{?with_llvm:BuildRequires: clang} -BuildRequires: docbook-dtd42-sgml +%{?with_llvm:BuildRequires: clang >= 3.9} BuildRequires: docbook-dtd42-xml BuildRequires: docbook-style-xsl BuildRequires: flex >= 2.5.31 @@ -81,7 +78,10 @@ BuildRequires: ncurses-devel >= 5.0 BuildRequires: openssl-devel >= 0.9.7d BuildRequires: ossp-uuid-devel BuildRequires: pam-devel -%{?with_perl:BuildRequires: perl-devel} +%if %{with perl} +BuildRequires: perl-Scalar-List-Utils +BuildRequires: perl-devel +%endif %if %{with python} BuildRequires: python >= 1:2.4 BuildRequires: python-devel >= 1:2.4 @@ -99,13 +99,16 @@ Requires(pre): /bin/id Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd -Requires(triggerpostun): /bin/id -Requires(triggerpostun): /usr/sbin/usermod +Requires(postun): /bin/id +Requires(postun): /usr/sbin/usermod Requires: %{name}-clients >= %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: rc-scripts >= 0.4.3.0 Requires: systemd-units >= 38 Requires: tzdata +%if %{with llvm} +Suggests: %{name}-module-llvmjit = %{version}-%{release} +%endif Obsoletes: postgresql-module-plpgsql Obsoletes: postgresql-module-tsearch2 Obsoletes: postgresql-server @@ -120,7 +123,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 auth_delay auto_explain bloom 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 lo ltree %{?with_python:ltree_plpython} oid2name pageinspect passwordcheck pg_buffercache pg_freespacemap pg_prewarm pg_standby pg_stat_statements pg_trgm pg_visibility pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} sslinfo tablefunc tcn tsm_system_rows tsm_system_time unaccent uuid-ossp vacuumlo xml2 +%define contrib_modules adminpack amcheck auth_delay auto_explain bloom 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 pageinspect passwordcheck pg_buffercache pg_freespacemap pg_prewarm pg_standby pg_stat_statements pg_trgm pg_visibility pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} sslinfo tablefunc tcn tsm_system_rows tsm_system_time unaccent uuid-ossp vacuumlo xml2 %description PostgreSQL Data Base Management System (formerly known as Postgres, @@ -556,6 +559,18 @@ PostgreSQL. Це окремий пакет зі статичними бібліотеками, які більш не входять в %{name}-devel. +%package module-llvmjit +Summary: LLVM JIT module for PostgreSQL +Summary(pl.UTF-8): Moduł LLVM JIT dla PostgreSQL-a +Group: Applications/Databases +Requires: %{name} = %{version}-%{release} + +%description module-llvmjit +LLVM JIT module for PostgreSQL. + +%description module-llvmjit -l pl.UTF-8 +Moduł LLVM JIT dla PostgreSQL-a. + %package module-plperl Summary: PL/perl - PostgreSQL procedural language Summary(pl.UTF-8): PL/perl - język proceduralny bazy danych PostgreSQL @@ -775,7 +790,6 @@ Różne moduły dołączone do PostgreSQL-a. %{?with_absolute_dbpaths:%patch1 -p1} %patch2 -p1 -%patch4 -p1 %patch5 -p1 %patch6 -p1 @@ -880,7 +894,7 @@ tar zxf %{SOURCE2} -C howto # find locales for f in libpq5 pgscripts postgres psql initdb ecpg ecpglib6 \ plpgsql %{?with_perl:plperl} %{?with_python:plpython} \ - pg_archivecleanup pg_basebackup pg_config pg_controldata pg_ctl pg_dump pg_resetwal pg_rewind pg_test_fsync pg_test_timing pg_upgrade pg_verify_checksums pg_waldump; do + pg_archivecleanup pg_basebackup pg_checksums pg_config pg_controldata pg_ctl pg_dump pg_resetwal pg_rewind pg_test_fsync pg_test_timing pg_upgrade pg_waldump; do %find_lang $f-%{mver} done # merge locales @@ -888,7 +902,7 @@ merge_lang() { cat $(for f in $@; do echo ${f}-%{mver}.lang ; done) } merge_lang pgscripts postgres plpgsql \ - pg_basebackup pg_controldata pg_resetwal pg_rewind pg_upgrade pg_test_fsync pg_test_timing pg_verify_checksums pg_waldump > main.lang + pg_basebackup pg_checksums pg_controldata pg_resetwal pg_rewind pg_upgrade pg_test_fsync pg_test_timing pg_waldump > main.lang merge_lang psql initdb \ pg_archivecleanup pg_ctl pg_dump > clients.lang merge_lang ecpg ecpglib6 > ecpg.lang @@ -909,7 +923,7 @@ cp -p src/pl/plperl/ppport.h $RPM_BUILD_ROOT%{_includedir}/postgresql/server/ %clean rm -rf $RPM_BUILD_ROOT -%pre +%pretrans PG_DB_CLUSTERS="" if [ -f /etc/sysconfig/postgresql ]; then . /etc/sysconfig/postgresql @@ -946,6 +960,8 @@ if [ "$foundold" = "1" ]; then echo "http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3" exit 1 fi + +%pre %groupadd -g 88 -r postgres %useradd -M -o -r -u 88 -d /home/services/postgres -s /bin/sh -g postgres -c "PostgreSQL Server" postgres @@ -1003,7 +1019,7 @@ done %files -f main.lang %defattr(644,root,root,755) -%doc COPYRIGHT README HISTORY doc/{bug.template,KNOWN_BUGS,MISSING_FEATURES,TODO} +%doc COPYRIGHT README HISTORY doc/{KNOWN_BUGS,MISSING_FEATURES,TODO} %attr(754,root,root) /etc/rc.d/init.d/postgresql %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postgresql %{systemdunitdir}/%{name}.service @@ -1013,6 +1029,7 @@ done %attr(755,root,root) %{_bindir}/initdb %attr(755,root,root) %{_bindir}/pg_basebackup +%attr(755,root,root) %{_bindir}/pg_checksums %attr(755,root,root) %{_bindir}/pg_controldata %attr(755,root,root) %{_bindir}/pg_ctl %attr(755,root,root) %{_bindir}/pg_resetwal @@ -1022,7 +1039,6 @@ done %attr(755,root,root) %{_bindir}/pg_test_fsync %attr(755,root,root) %{_bindir}/pg_test_timing %attr(755,root,root) %{_bindir}/pg_upgrade -%attr(755,root,root) %{_bindir}/pg_verify_checksums %attr(755,root,root) %{_bindir}/pg_waldump %attr(755,root,root) %{_bindir}/pgbench %attr(755,root,root) %{_bindir}/postgres @@ -1040,13 +1056,6 @@ done %attr(755,root,root) %{_pgmoduledir}/pgoutput.so %attr(755,root,root) %{_pgmoduledir}/plpgsql.so %attr(755,root,root) %{_pgmoduledir}/utf8_and_*.so -%if %{with llvm} -%{_pgmoduledir}/bitcode -%attr(755,root,root) %{_pgmoduledir}/llvmjit.so -%{_pgmoduledir}/llvmjit_types.bc -%endif - - %dir %{_pgsqldir} %{_pgsqldir}/plpgsql--*.sql %{_pgsqldir}/plpgsql.control @@ -1069,6 +1078,7 @@ done %{_mandir}/man1/initdb.1* %{_mandir}/man1/pg_basebackup.1* +%{_mandir}/man1/pg_checksums.1* %{_mandir}/man1/pg_controldata.1* %{_mandir}/man1/pg_ctl.1* %{_mandir}/man1/pg_resetwal.1* @@ -1079,7 +1089,6 @@ done %{_mandir}/man1/pg_test_fsync.1* %{_mandir}/man1/pg_test_timing.1* %{_mandir}/man1/pg_upgrade.1* -%{_mandir}/man1/pg_verify_checksums.1* %{_mandir}/man1/pgbench.1* %{_mandir}/man1/postgres.1* %{_mandir}/man1/postmaster.1* @@ -1094,6 +1103,9 @@ done %attr(755,root,root) %{_libdir}/libpq.so.*.* %attr(755,root,root) %ghost %{_libdir}/libpq.so.5 %dir %{_pgmoduledir} +%if %{with llvm} +%dir %{_pgmoduledir}/bitcode +%endif %files ecpg -f ecpg.lang %defattr(644,root,root,755) @@ -1156,6 +1168,8 @@ done %{_libdir}/libpgfeutils.a %{_libdir}/libpgtypes.a %{_libdir}/libpgport.a +%{_libdir}/libpgcommon_shlib.a +%{_libdir}/libpgport_shlib.a %files clients -f clients.lang %defattr(644,root,root,755) @@ -1188,6 +1202,22 @@ done %{_mandir}/man1/vacuumdb.1* %{_mandir}/man7/*.7* +%if %{with llvm} +%files module-llvmjit +%defattr(644,root,root,755) +%doc src/backend/jit/README +%attr(755,root,root) %{_pgmoduledir}/llvmjit.so +%{_pgmoduledir}/llvmjit_types.bc +# base postgres bitcode +%{_pgmoduledir}/bitcode/postgres +%{_pgmoduledir}/bitcode/postgres.index.bc +# base modules bitcode +%{_pgmoduledir}/bitcode/dict_int +%{_pgmoduledir}/bitcode/dict_int.index.bc +%{_pgmoduledir}/bitcode/dict_xsyn +%{_pgmoduledir}/bitcode/dict_xsyn.index.bc +%endif + %if %{with perl} %files module-plperl -f plperl-%{mver}.lang %defattr(644,root,root,755) @@ -1217,6 +1247,10 @@ done %files module-dblink %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/dblink.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/dblink +%{_pgmoduledir}/bitcode/dblink.index.bc +%endif %{_pgsqldir}/dblink--*.sql %{_pgsqldir}/dblink.control %{_mandir}/man3/dblink*.3* @@ -1224,18 +1258,30 @@ done %files module-lo %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/lo.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/lo +%{_pgmoduledir}/bitcode/lo.index.bc +%endif %{_pgsqldir}/lo--*.sql %{_pgsqldir}/lo.control %files module-pg_trgm %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/pg_trgm.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/pg_trgm +%{_pgmoduledir}/bitcode/pg_trgm.index.bc +%endif %{_pgsqldir}/pg_trgm--*.sql %{_pgsqldir}/pg_trgm.control %files module-pgcrypto %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/pgcrypto.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/pgcrypto +%{_pgmoduledir}/bitcode/pgcrypto.index.bc +%endif %{_pgsqldir}/pgcrypto--*.sql %{_pgsqldir}/pgcrypto.control @@ -1243,18 +1289,30 @@ done %files module-sepgsql %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/sepgsql.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/sepgsql +%{_pgmoduledir}/bitcode/sepgsql.index.bc +%endif %{_pgsqldir}/sepgsql.sql %endif %files module-tablefunc %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/tablefunc.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/tablefunc +%{_pgmoduledir}/bitcode/tablefunc.index.bc +%endif %{_pgsqldir}/*tablefunc--*.sql %{_pgsqldir}/*tablefunc.control %files module-xml2 %defattr(644,root,root,755) %attr(755,root,root) %{_pgmoduledir}/pgxml.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/pgxml +%{_pgmoduledir}/bitcode/pgxml.index.bc +%endif %{_pgsqldir}/xml2--*.sql %{_pgsqldir}/xml2.control @@ -1266,6 +1324,7 @@ done %attr(755,root,root) %{_bindir}/vacuumlo %attr(755,root,root) %{_pgmoduledir}/_int.so %attr(755,root,root) %{_pgmoduledir}/adminpack.so +%attr(755,root,root) %{_pgmoduledir}/amcheck.so %attr(755,root,root) %{_pgmoduledir}/auth_delay.so %attr(755,root,root) %{_pgmoduledir}/auto_explain.so %attr(755,root,root) %{_pgmoduledir}/bloom.so @@ -1296,8 +1355,78 @@ done %attr(755,root,root) %{_pgmoduledir}/tsm_system_time.so %attr(755,root,root) %{_pgmoduledir}/unaccent.so %attr(755,root,root) %{_pgmoduledir}/uuid-ossp.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/_int +%{_pgmoduledir}/bitcode/_int.index.bc +%{_pgmoduledir}/bitcode/adminpack +%{_pgmoduledir}/bitcode/adminpack.index.bc +%{_pgmoduledir}/bitcode/amcheck +%{_pgmoduledir}/bitcode/amcheck.index.bc +%{_pgmoduledir}/bitcode/auth_delay +%{_pgmoduledir}/bitcode/auth_delay.index.bc +%{_pgmoduledir}/bitcode/auto_explain +%{_pgmoduledir}/bitcode/auto_explain.index.bc +%{_pgmoduledir}/bitcode/bloom +%{_pgmoduledir}/bitcode/bloom.index.bc +%{_pgmoduledir}/bitcode/btree_gin +%{_pgmoduledir}/bitcode/btree_gin.index.bc +%{_pgmoduledir}/bitcode/btree_gist +%{_pgmoduledir}/bitcode/btree_gist.index.bc +%{_pgmoduledir}/bitcode/citext +%{_pgmoduledir}/bitcode/citext.index.bc +%{_pgmoduledir}/bitcode/cube +%{_pgmoduledir}/bitcode/cube.index.bc +%{_pgmoduledir}/bitcode/earthdistance +%{_pgmoduledir}/bitcode/earthdistance.index.bc +%{_pgmoduledir}/bitcode/file_fdw +%{_pgmoduledir}/bitcode/file_fdw.index.bc +%{_pgmoduledir}/bitcode/fuzzystrmatch +%{_pgmoduledir}/bitcode/fuzzystrmatch.index.bc +%{_pgmoduledir}/bitcode/hstore +%{_pgmoduledir}/bitcode/hstore.index.bc +%{_pgmoduledir}/bitcode/isn +%{_pgmoduledir}/bitcode/isn.index.bc +%{_pgmoduledir}/bitcode/ltree +%{_pgmoduledir}/bitcode/ltree.index.bc +%{_pgmoduledir}/bitcode/pageinspect +%{_pgmoduledir}/bitcode/pageinspect.index.bc +%{_pgmoduledir}/bitcode/passwordcheck +%{_pgmoduledir}/bitcode/passwordcheck.index.bc +%{_pgmoduledir}/bitcode/pg_buffercache +%{_pgmoduledir}/bitcode/pg_buffercache.index.bc +%{_pgmoduledir}/bitcode/pg_freespacemap +%{_pgmoduledir}/bitcode/pg_freespacemap.index.bc +%{_pgmoduledir}/bitcode/pg_prewarm +%{_pgmoduledir}/bitcode/pg_prewarm.index.bc +%{_pgmoduledir}/bitcode/pg_stat_statements +%{_pgmoduledir}/bitcode/pg_stat_statements.index.bc +%{_pgmoduledir}/bitcode/pg_visibility +%{_pgmoduledir}/bitcode/pg_visibility.index.bc +%{_pgmoduledir}/bitcode/pgrowlocks +%{_pgmoduledir}/bitcode/pgrowlocks.index.bc +%{_pgmoduledir}/bitcode/pgstattuple +%{_pgmoduledir}/bitcode/pgstattuple.index.bc +%{_pgmoduledir}/bitcode/postgres_fdw +%{_pgmoduledir}/bitcode/postgres_fdw.index.bc +%{_pgmoduledir}/bitcode/seg +%{_pgmoduledir}/bitcode/seg.index.bc +%{_pgmoduledir}/bitcode/sslinfo +%{_pgmoduledir}/bitcode/sslinfo.index.bc +%{_pgmoduledir}/bitcode/tcn +%{_pgmoduledir}/bitcode/tcn.index.bc +%{_pgmoduledir}/bitcode/tsm_system_rows +%{_pgmoduledir}/bitcode/tsm_system_rows.index.bc +%{_pgmoduledir}/bitcode/tsm_system_time +%{_pgmoduledir}/bitcode/tsm_system_time.index.bc +%{_pgmoduledir}/bitcode/unaccent +%{_pgmoduledir}/bitcode/unaccent.index.bc +%{_pgmoduledir}/bitcode/uuid-ossp +%{_pgmoduledir}/bitcode/uuid-ossp.index.bc +%endif %{_pgsqldir}/adminpack--*.sql %{_pgsqldir}/adminpack.control +%{_pgsqldir}/amcheck--*.sql +%{_pgsqldir}/amcheck.control %{_pgsqldir}/bloom--*.sql %{_pgsqldir}/bloom.control %{_pgsqldir}/btree_gin--*.sql @@ -1362,20 +1491,46 @@ done %{_pgsqldir}/uuid-ossp.control %if %{with perl} %attr(755,root,root) %{_pgmoduledir}/hstore_plperl.so +%attr(755,root,root) %{_pgmoduledir}/jsonb_plperl.so %{_pgsqldir}/hstore_plperl--*.sql %{_pgsqldir}/hstore_plperl.control %{_pgsqldir}/hstore_plperlu--*.sql %{_pgsqldir}/hstore_plperlu.control +%{_pgsqldir}/jsonb_plperl--*.sql +%{_pgsqldir}/jsonb_plperl.control +%{_pgsqldir}/jsonb_plperlu--*.sql +%{_pgsqldir}/jsonb_plperlu.control +%if %{with llvm} +%{_pgmoduledir}/bitcode/hstore_plperl +%{_pgmoduledir}/bitcode/hstore_plperl.index.bc +%{_pgmoduledir}/bitcode/jsonb_plperl +%{_pgmoduledir}/bitcode/jsonb_plperl.index.bc +%endif %endif %if %{with python} %attr(755,root,root) %{_pgmoduledir}/hstore_plpython2.so +%attr(755,root,root) %{_pgmoduledir}/jsonb_plpython2.so %attr(755,root,root) %{_pgmoduledir}/ltree_plpython2.so +%if %{with llvm} +%{_pgmoduledir}/bitcode/hstore_plpython2 +%{_pgmoduledir}/bitcode/hstore_plpython2.index.bc +%{_pgmoduledir}/bitcode/jsonb_plpython2 +%{_pgmoduledir}/bitcode/jsonb_plpython2.index.bc +%{_pgmoduledir}/bitcode/ltree_plpython2 +%{_pgmoduledir}/bitcode/ltree_plpython2.index.bc +%endif %{_pgsqldir}/hstore_plpythonu--*.sql %{_pgsqldir}/hstore_plpythonu.control %{_pgsqldir}/hstore_plpython2u--*.sql %{_pgsqldir}/hstore_plpython2u.control %{_pgsqldir}/hstore_plpython3u--*.sql %{_pgsqldir}/hstore_plpython3u.control +%{_pgsqldir}/jsonb_plpythonu--*.sql +%{_pgsqldir}/jsonb_plpythonu.control +%{_pgsqldir}/jsonb_plpython2u--*.sql +%{_pgsqldir}/jsonb_plpython2u.control +%{_pgsqldir}/jsonb_plpython3u--*.sql +%{_pgsqldir}/jsonb_plpython3u.control %{_pgsqldir}/ltree_plpythonu--*.sql %{_pgsqldir}/ltree_plpythonu.control %{_pgsqldir}/ltree_plpython2u--*.sql