]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
update urls to https
[packages/postgresql.git] / postgresql.spec
CommitLineData
500e26d8 1# TODO:
6d8da3ba 2# - python 3 and python 2 subpackages?
e214c8ea 3# - subpackage *_plperl and *_plpython contribs?
d24d2940 4# - think about pg_upgrade integration (sysconfig variable to allow upgrade from 8.3+ without dump/restore?)
ade88dbb 5# create postgresqlM.N packages with parts of old pgsql required by pg_upgrade
500e26d8 6# - test init script (db initialization)
a774e725 7#
8# Conditional build:
c51da2b5 9%bcond_without tests # disable testing
10%bcond_without tcl # disable Tcl support
964e9385 11%bcond_without kerberos5 # disable kerberos5 support
db3a3de9 12%bcond_without llvm # disable llvm based JIT support
5f47c8ad 13%bcond_without perl # disable Perl support
c51da2b5 14%bcond_without python # disable Python support
081e09bf 15%bcond_with bonjour # Bonjour/DNS_SD support
a1ace3a4 16%bcond_without ldap # disable LDAP support
60fcd7d3 17%bcond_without selinux # sepgsql contrib module
e214c8ea 18%bcond_without systemd # systemd (notify) support
081e09bf 19%bcond_with systemtap # systemtap/dtrace probes
16404f9a 20%bcond_with absolute_dbpaths # enable absolute paths to create database
550a1fa5 21 # (disabled by default because it is a security risk)
1909f764 22#
055aa993 23
bc3c74ea 24%define mver 14
055aa993 25
016f481d 26Summary: PostgreSQL Data Base Management System
620f9138
ER
27Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
28Summary(es.UTF-8): Gestor de Banco de Datos PostgreSQL
29Summary(fr.UTF-8): Sysème de gestion de base de données PostgreSQL
30Summary(pl.UTF-8): PostgreSQL - system bazodanowy
31Summary(pt_BR.UTF-8): Gerenciador de Banco de Dados PostgreSQL
32Summary(ru.UTF-8): PostgreSQL - система управления базами данных
33Summary(tr.UTF-8): Veri Tabanı Yönetim Sistemi
34Summary(uk.UTF-8): PostgreSQL - система керування базами даних
35Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件
016f481d 36Name: postgresql
7478c1aa 37Version: %{mver}.5
38Release: 1
3b12d52f 39License: BSD
016f481d 40Group: Applications/Databases
8ad58139 41Source0: https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
7478c1aa 42# Source0-md5: 1b319af2ece7fbf836d2d9533e91aa9b
b752f531 43Source1: %{name}.init
9d4c7921 44Source2: pgsql-Database-HOWTO-html.tar.gz
b21c6987 45# Source2-md5: 5b656ddf1db41965761f85204a14398e
b752f531 46Source3: %{name}.sysconfig
d183f71c
JK
47Source4: %{name}@.service
48Source5: %{name}.service
49Source6: %{name}.target
dc307bb4 50Patch0: %{name}-conf.patch
51Patch1: %{name}-absolute_dbpaths.patch
c51da2b5 52Patch2: %{name}-ecpg-includedir.patch
bc3c74ea 53Patch3: ac.patch
8ff799d0 54
4614112f 55Patch5: %{name}-heimdal.patch
2d84fb92 56Patch6: %{name}-link.patch
d8d2d607 57Patch7: llvm15.patch
8ad58139 58URL: https://www.postgresql.org/
e214c8ea 59BuildRequires: autoconf >= 2.69
a9e3ed5f 60BuildRequires: automake
081e09bf 61%{?with_bonjour:BuildRequires: avahi-compat-libdns_sd-devel}
c51da2b5 62# not needed for releases... but fixes something in snapshot
63BuildRequires: bison >= 1.875
c8f3aadc 64%{?with_llvm:BuildRequires: clang >= 3.9}
fb87fc8d 65BuildRequires: docbook-dtd45-xml
cfcef89a 66BuildRequires: docbook-style-xsl
6ca8efa9 67BuildRequires: docbook-style-xsl-nons
60fcd7d3 68BuildRequires: flex >= 2.5.31
d83a09d7 69BuildRequires: gettext-tools
3081b7c4 70BuildRequires: gnome-doc-tools
7a6f5720 71%{?with_kerberos5:BuildRequires: heimdal-devel}
5d47dd36 72%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.10}
b4e9d937 73BuildRequires: libtool
6813c2b8 74BuildRequires: libuuid-devel
1acf1090 75BuildRequires: libxml2-devel >= 1:2.6.23
0b02f266 76BuildRequires: libxslt-devel
c4156621 77BuildRequires: libxslt-progs
db3a3de9 78%{?with_llvm:BuildRequires: llvm-devel >= 3.9}
c32c47f8 79BuildRequires: ncurses-devel >= 5.0
a1ace3a4 80%{?with_ldap:BuildRequires: openldap-devel}
c7a16a88 81BuildRequires: openssl-devel >= 1.0.1
0715e574 82BuildRequires: pam-devel
75601fdb
JB
83%if %{with perl}
84BuildRequires: perl-Scalar-List-Utils
85BuildRequires: perl-devel
86%endif
6006bd58 87%if %{with python}
2b1750a4
AG
88BuildRequires: python >= 1:2.4
89BuildRequires: python-devel >= 1:2.4
90BuildRequires: python-modules >= 1:2.4
6006bd58 91%endif
cd61d421 92BuildRequires: readline-devel >= 4.2
d183f71c 93BuildRequires: rpmbuild(macros) >= 1.671
e214c8ea 94%{?with_systemd:BuildRequires: systemd-devel >= 1:209}
081e09bf 95%{?with_systemtap:BuildRequires: systemtap-sdt-devel}
16404f9a 96%{?with_tcl:BuildRequires: tcl-devel >= 8.4.3}
c4156621 97%{?with_tests:BuildRequires: tzdata}
40a8e4da 98BuildRequires: zlib-devel
83b3a57f
JB
99Requires(post): /bin/id
100Requires(post): /usr/sbin/usermod
3a2e0fdd 101Requires(post,preun): /sbin/chkconfig
320d02f0 102Requires(pre): /bin/id
3a2e0fdd 103Requires(pre): /usr/bin/getgid
320d02f0
JB
104Requires(pre): /usr/sbin/groupadd
105Requires(pre): /usr/sbin/useradd
a6f8ada9 106Requires: %{name}-clients >= %{version}-%{release}
3a2e0fdd 107Requires: %{name}-libs = %{version}-%{release}
94b00d5a 108Requires: rc-scripts >= 0.4.3.0
d183f71c 109Requires: systemd-units >= 38
c51da2b5 110Requires: tzdata
c8f3aadc
JB
111%if %{with llvm}
112Suggests: %{name}-module-llvmjit = %{version}-%{release}
113%endif
bbba2bc8
JB
114Obsoletes: postgresql-data < 6.5
115Obsoletes: postgresql-ln < 8.3.0
116Obsoletes: postgresql-module-datetime < 7.1
117Obsoletes: postgresql-module-plpgsql < 9.0.0-1
118Obsoletes: postgresql-module-tsearch2 < 8.3.0
119Obsoletes: postgresql-replicate < 8.3.0
120Obsoletes: postgresql-replicate-tools < 8.3.0
1e933717 121Obsoletes: postgresql-server
38168fb1 122Obsoletes: postgresql-test
bbba2bc8
JB
123Obsoletes: postgresql-upgrade < 9.2.1-1
124Obsoletes: postgresql-upstart < 9.4.1-2
2bfb68de 125BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7386fb4a 126
00287bb7 127%define _pgmoduledir %{_libdir}/postgresql
6ceb4ff1 128%define _pgsqldir %{_datadir}/postgresql/extension
48115857 129
2477983b
AM
130%define _ulibdir /usr/lib
131
d24d2940 132# omitted contribs:
e214c8ea 133# spi, test_decoding, worker_spi - examples/tests
d24d2940 134# tsearch2 - old module for compatibility only
bc3c74ea 135%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_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
c51da2b5 136
b35e841d 137%description
e59a0118 138PostgreSQL Data Base Management System (formerly known as Postgres,
139then as Postgres95).
140
141PostgreSQL is an enhancement of the POSTGRES database management
142system, a next-generation DBMS research prototype. While PostgreSQL
143retains the powerful data model and rich data types of POSTGRES, it
144replaces the PostQuel query language with an extended subset of SQL.
145PostgreSQL is free and the complete source is available.
146
147PostgreSQL development is being performed by a team of Internet
148developers who all subscribe to the PostgreSQL development mailing
149list. The current coordinator is Marc G. Fournier
150(scrappy@postgreSQL.org). This team is now responsible for all current
151and future development of PostgreSQL.
152
153The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
154others have contributed to the porting, testing, debugging and
155enhancement of the code. The original Postgres code, from which
156PostgreSQL is derived, was the effort of many graduate students,
157undergraduate students, and staff programmers working under the
158direction of Professor Michael Stonebraker at the University of
159California, Berkeley.
b35e841d 160
161The original name of the software at Berkeley was Postgres. When SQL
e59a0118 162functionality was added in 1995, its name was changed to Postgres95.
163The name was changed at the end of 1996 to PostgreSQL.
b35e841d 164
e59a0118 165PostgreSQL runs on Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD,
166and most flavours of Unix.
b35e841d 167
c76c631a
JR
168%description -l de.UTF-8
169PostgreSQL Datenbank-Managementsystem (früher als Postgres, dann als
b35e841d 170Postgres95 bekannt).
171
e59a0118 172PostgreSQL ist eine Verbesserung des POSTGRES-DB-Managementsystems,
c76c631a
JR
173ein DBMS-Forschungsprototyp der nächsten Generation. Während es das
174leistungsfähige Datenmodell und die reichhaltigen Datentypen von
175POSTGRES beibehält, ersetzt es die PostQuel-Abfragesprache durch ein
e59a0118 176Subset von SQL. PostgreSQL ist gratis, der gesamte Quellcode ist
c76c631a 177verfügbar.
48115857 178
c76c631a
JR
179Ein Team von Internet-Entwicklern befaßt sich mit PostgreSQL. Sie alle
180sind auf der PostgreSQL-Entwickleradreßliste. Koordinator ist Marc G.
181Fournier (scrappy@postgreSQL.org). Das Team ist verantwortlich für
182alle aktuellen und künftigen Entwicklungen von PostgreSQL.
48115857 183
e59a0118 184Die Autoren von PostgreSQL 1.01 waren Andrew Yu und Jolly Chen.
185Zahlreiche andere haben zur Portierung, zum Testen, Debugging und zur
186Verbesserung des Code beigetragen. Den Original-Postgres-Code, von dem
187sich PostgreSQL ableitet, verdanken wir der Arbeit vieler Doktoranden,
188Studenten und Programmierern unter der Leitung von Professor Michael
189Stonebraker an der University of California, Berkeley.
b35e841d 190
c76c631a
JR
191Der ursprüngliche Name war Postgres. Als 1995 SQL-Funktionalität
192hinzukam, wurde der Name in Postgres95 geändert. Ende 1996 schließlich
193entschied man sich für PostgreSQL.
b35e841d 194
c76c631a 195PostgreSQL läuft auf Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
e59a0118 196und den meisten Unix-Systemen.
b35e841d 197
c76c631a 198%description -l es.UTF-8
55747262 199Administrador de Banco de Datos PostgreSQL (conocido anteriormente
c76c631a
JR
200como Postgres, y después como Postgres95). PostgreSQL es una
201continuación mejorada del Sistema Administrador de Banco de Datos
55747262 202POSTGRES, que era un prototipo de pesquisa para un SGBD de nueva
c76c631a 203generación. Mientras PostgreSQL mantiene el potente modelo de datos y
55747262 204los varios tipos de datos del POSTGRES, substituye el lenguaje de
205consulta PostQuel por un subconjunto extendido de la SQL. PostgreSQL
206es libre y tiene los fuentes disponibles. El desarrollo del PostgreSQL
207se ejecutado por un equipo de estudiosos de Internet, todos suscritos
208en la lista de desarrollo del PostgreSQL. El coordinador actual es
209Marc G. Fournier (scrappy@postgreSQL.org). Este equipo es ahora
210responsable por el desarrollo actual y futuro del PostgreSQL.
211
c76c631a
JR
212%description -l fr.UTF-8
213Système de gestion de bases de données PostgreSQL (D'abord nommé
e59a0118 214Postgres, puis Postgres95).
215
c76c631a
JR
216PostgreSQL est une amélioration du système de gestion de bases de
217données POSTGRES, un prototype de recherche de la génération suivant
218DBMS. Tout en conservant le puissant modèle de donnée de et les types
219de donée riches de Postgres, il remplace le langage de requêtes de
e59a0118 220Postgres par un sous ensemble etendu de commandes SQL. PosrgreSQL est
221libre, et ses sources sont disponibles.
222
c76c631a
JR
223Le développement de PostgreSQL est actuellement réalisé via internet
224parune équipe de développeurs inscrits sur la mailing-list de
225développement de PostgreSQL. Le coordinateur actuel est Marc G
226Fournier (scrappy@postgreSQL.org). Cette équipe est responsable du
227développemen actuel et à venir de PostgreSQL.
e59a0118 228
c76c631a
JR
229Les auteurs de PostgreSQL 1.01 étaient Andrew Yu et Jolly Chen.
230Beaucoup d'autres ont contribué au portage, au test, au débogage et à
231l'amélioration du code. Le code original de Postgres, duquel
232PostgreSQL est dérivé, a été l'oeuvre d'étudiants de haut niveau, de
e59a0118 233moins haut niveau, et de programmeurs travaillant sous la direction du
c76c631a 234professeur Michael Stonebraker à l'université de Berkeley Californie.
e59a0118 235
c76c631a
JR
236Le nom original du logiciel était Postgres. Quand les fonctionnalitées
237SQL furent ajoutées en 1995, son nom est devenu Postgres95. Il a été
238rebaptisé PostgreSQL en 1996.
e59a0118 239
240PostgreSQL tourne sur Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD,
241et la plupart des Unix.
b35e841d 242
c76c631a
JR
243%description -l pl.UTF-8
244System Zarządzania Bazą Danych PostgreSQL (dawniej znany jako
245Postgres, następnie jako Postgres95).
3afbcd28 246
c76c631a
JR
247PostgreSQL jest rozszerzeniem systemu zarządzania baz danych POSTGRES,
248prototypu DBMS następnej generacji. Co prawda PostgreSQL odziedziczył
249model danych oraz bogaty zbiór różnych typów danych, to jednak język
250zapytań PostQuel został zastąpiony rozszerzonym SQL-em. PostgreSQL
251jest wolnym oprogramowaniem i kody źródłowe tego oprogramowania są w
252pełni dostępne.
1f130e30 253
c76c631a
JR
254System PostgreSQL jest tworzony przez zespół ludzi, którzy są zapisani
255na listę dyskusyjną dotyczącą PostgreSQL-a. Obecnym koordynatorem jest
256Marc G. Fournier (scrappy@postgreSQL.org). Wymieniony wyżej zespół
257jest odpowiedzialny za aktualny i przyszły rozwój systemu PostgreSQL.
1f130e30 258
259Autorami PostgreSQL-a 1.01 byli Andrew Yu oraz Jolly Chen. Wielu
c76c631a
JR
260innych pomagało przenosząc na różne platformy, testując, analizując i
261rozszerzając kod. Oryginalny kod Postgres-a, na podstawie którego
262PostgreSQL powstał, był wysiłkiem wielu absolwentów, studentów oraz
263zespołu programistów, którzy pracowali pod kierunkiem profesora
1f130e30 264Michaela Stonebrakera z Uniwersytetu Kalifornii w Berkeley.
265
c76c631a
JR
266Nazwa oryginalna oprogramowania tworzonego w Berkeley brzmiała
267Postgres. W 1995 roku dodano język zapytań SQL i nazwę zmieniono na
268Postgres95. W końcu roku 1996 nazwę ostatecznie zmieniono na
1f130e30 269PostgreSQL.
270
c76c631a 271PostgreSQL może być uruchomiony pod następującymi systemami: Solaris,
67280bfd 272SunOS, HPUX, AIX, Linux, Irix, FreeBSD i innymi systemami uniksowymi.
b35e841d 273
c76c631a 274%description -l pt_BR.UTF-8
55747262 275Gerenciador de Banco de Dados PostgreSQL (conhecido anteriormente como
276Postgres, e depois como Postgres95).
277
c76c631a
JR
278O PostgreSQL é uma continuação melhorada do Sistema Gerenciador de
279Banco de Dados POSTGRES, que era um protótipo de pesquisa para um SGBD
280de nova geração. Enquanto o PostgreSQL mantém o poderoso modelo de
281dados e os vários tipos de dados do POSTGRES, ele substitui a
55747262 282linguagem de consulta PostQuel por um subconjunto estendido da SQL. O
c76c631a 283PostgreSQL é livre e tem os fontes disponíveis.
55747262 284
c76c631a 285O desenvolvimento do PostgreSQL está sendo executado por uma equipe de
55747262 286desenvolvedores da Internet, todos subscritores da lista de
c76c631a
JR
287desenvolvimento do PostgreSQL. O coordenador atual é Marc G. Fournier
288(scrappy@postgreSQL.org). Esta equipe é agora responsável pelo
55747262 289desenvolvimento atual e futuro do PostgreSQL.
290
c76c631a
JR
291%description -l ru.UTF-8
292PostgreSQL - система управления базами данных (прежде известная как
293Postgres, потом как Postgres95).
294
295PostgreSQL - это расширенная версия системы управления базами данных
296POSTGRES, исследовательского прототипа DBMS следующей генерации.
297Сохраняя мощную модель данных и богатый набор типов данных POSTGRES,
298она заменяет язык запросов PostQuel расширенным набором SQL.
299PostgreSQL бесплатен и поставляется в виде полного комплекта исходных
300текстов.
301
302PostgreSQL разрабатывался командой Internet-разработчиков, подписанных
303на список рассылки, посвященный разработке PostgreSQL. В настоящее
304время координатором является Marc G. Fournier
305(scrappy@postgreSQL.org). Эта команда в настоящее время отвечает за
306все текущие и будущие разработки PostgreSQL.
307
308Авторами PostgreSQL 1.01 были Andrew Yu и Jolly Chen. Многие внесли
309свой вклад в портирование, тестирование, отладку и улучшение кода.
310Оригинальный код Postgres, от которого произошел PostgreSQL, был
311создан усилиями студентов, аспирантов и персонала, работающего под
312руководством профессора Michael Stonebraker в University of
9f84dc01 313California, Berkeley.
314
c76c631a
JR
315Оригинальное название ПО в Berkeley было Postgres. Когда в 1995 году
316была добавлена функциональность SQL, название изменилось на
317Postgres95. В конце 1996 года оно еще раз изменилось и теперь это
9f84dc01 318PostgreSQL.
319
c76c631a
JR
320PostgreSQL работает на Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
321и большинстве других разновидностей Unix.
9f84dc01 322
c76c631a
JR
323%description -l tr.UTF-8
324PostgreSQL, POSTGRES'den türemiş bir veri tabanı yönetim sistemidir
325(DBMS). Güçlü veri modeli ve zengin POSTGRES veri tiplerini
326desteklerken SQL'in genişletilmiş bir altkümesi yerine PostQuel
e59a0118 327sorgulama dilini koyar.
b35e841d 328
c76c631a
JR
329%description -l uk.UTF-8
330PostgreSQL - система керування базами даних (раніш відома як Postgres,
331потім як Postgres95).
332
333PostgreSQL - це розширена версія системи керування базами даних
334POSTGRES, дослідницького прототипу DBMS наступної генерації.
335Зберігаючи потужну модель даних та багатий набір типів даних POSTGRES,
336вона замінює мову запитів PostQuel розширеним набором SQL. PostgreSQL
337безкоштовна та поставляється у вигляді повного комплекту вихідних
338текстів.
339
340PostgreSQL розробляється командою Internet-програмістів, учасників
341списку розсилки, присвяченого розробці PostgreSQL. Наразі
342координатором є Marc G. Fournier (scrappy@postgreSQL.org). Ця команда
343відповідає за всі поточні та майбутні розробки PostgreSQL.
344
345Авторами PostgreSQL 1.01 були Andrew Yu та Jolly Chen. Багато людей
346внесли свій внесок в портування, тестування, відладку та покращення
347коду. Оригінальний код Postgres, від якого походить PostgreSQL, був
348створений зусиллями студентів, аспірантів та персоналу, який працював
349під керівництвом професора Michael Stonebraker в University of
9f84dc01 350California, Berkeley.
351
c76c631a
JR
352Оригінальна назва програми в Berkeley була Postgres. Коли в 1995 році
353було додано функціональність SQL, назва змінилася на Postgres95. В
354кінці 1996 року вона ще раз змінилась і зараз це PostgreSQL.
9f84dc01 355
c76c631a
JR
356PostgreSQL працює на Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
357та більшості інших різновидів Unix.
9f84dc01 358
b35e841d 359%package devel
016f481d 360Summary: PostgreSQL development header files and libraries
620f9138
ER
361Summary(de.UTF-8): PostgreSQL-Entwicklungs-Header-Dateien und Libraries
362Summary(es.UTF-8): Archivos de inclusión y bibliotecas PostgreSQL
363Summary(fr.UTF-8): En-têtes et bibliothèques de développement PostgreSQL
364Summary(pl.UTF-8): PostgreSQL - pliki nagłówkowe i biblioteki
365Summary(pt_BR.UTF-8): Arquivos de inclusão e bibliotecas para desenvolvimento com o PostgreSQL
366Summary(ru.UTF-8): PostgreSQL - хедеры и библиотеки разработчика
367Summary(tr.UTF-8): PostgreSQL başlık dosyaları ve kitaplıklar
368Summary(uk.UTF-8): PostgreSQL - хедери та бібліотеки програміста
016f481d 369Group: Development/Libraries
2bfb68de 370Requires: %{name}-libs = %{version}-%{release}
b35e841d 371
372%description devel
373This package contains header files and libraries required to compile
e59a0118 374applications that are talking directly to the PostgreSQL backend
375server.
b35e841d 376
c76c631a
JR
377%description devel -l de.UTF-8
378Dieses Paket enthält die Header-Dateien und Libraries, die zum
e59a0118 379Kompilieren von Applikationen notwendig sind, die direkt mit dem
b35e841d 380PostgreSQL-Backend-Server kommunizieren.
381
c76c631a
JR
382%description devel -l es.UTF-8
383Este paquete contiene archivos de inclusión y bibliotecas requeridas
384para compilación de aplicativos que se comunican directamente con el
55747262 385servidor backend PostgreSQL.
386
c76c631a
JR
387%description devel -l fr.UTF-8
388Ce package contient les fichiers d'en-tête et les bibliothéques
389nécessaires pour compiler des applications ayant des échanges directs
e59a0118 390avec le serveur du backend PostgreSQL.
b35e841d 391
c76c631a
JR
392%description devel -l pl.UTF-8
393Pakiet zawiera nagłówki oraz biblioteki wymagane do kompilacji
394aplikacji łączących się bezpośrednio z serwerem PostgreSQL.
b35e841d 395
c76c631a
JR
396%description devel -l pt_BR.UTF-8
397Este pacote contém arquivos de inclusão e bibliotecas requeridas para
398compilação de aplicativos que se comunicam diretamente com o servidor
55747262 399backend PostgreSQL.
400
c76c631a
JR
401%description devel -l ru.UTF-8
402Этот пакет содержит хедеры и библиотеки, необходимые для сборки
403приложений, непосредственно взаимодействующих с сервером PostgreSQL.
9f84dc01 404
c76c631a
JR
405%description devel -l tr.UTF-8
406Bu paket, PostgreSQL sunucusuyla konuşacak yazılımlar geliştirmek için
407gereken başlık dosyalarını ve kitaplıkları içerir.
b35e841d 408
c76c631a
JR
409%description devel -l uk.UTF-8
410Цей пакет містить хедери та бібліотеки, необхідні для розробки
411програм, які безпосередньо взаємодіють з сервером PostgreSQL.
9f84dc01 412
cb920eb9 413%package backend-devel
414Summary: PostgreSQL backend development header files
620f9138 415Summary(pl.UTF-8): PostgreSQL - pliki nagłówkowe dla backendu
cb920eb9 416Group: Development/Libraries
2bfb68de
JB
417Requires: %{name}-devel = %{version}-%{release}
418Requires: %{name}-libs = %{version}-%{release}
cb920eb9 419
420%description backend-devel
a9e3ed5f
JB
421This package contains header files required to compile functions that
422could be loaded directly by backend
cb920eb9 423
c76c631a
JR
424%description backend-devel -l pl.UTF-8
425Pakiet zawiera nagłówki wymagane do kompilacji funkcji ktore moga byc
a9e3ed5f 426bezposrednio ladowane przez beckend serwera PostgreSQL.
cb920eb9 427
b35e841d 428%package clients
a57096f6 429Summary: Clients needed to access a PostgreSQL server
620f9138
ER
430Summary(es.UTF-8): Clientes necesarios para acceder al servidor PostgreSQL
431Summary(pl.UTF-8): Klienci wymagani do dostępu do serwera PostgreSQL
432Summary(pt_BR.UTF-8): Clientes necessários para acessar o servidor PostgreSQL
433Summary(ru.UTF-8): Клиентские программы, необходимые для доступа к серверу PostgreSQL
434Summary(uk.UTF-8): Клієнтські програми, необхідні для доступу до сервера PostgreSQL
016f481d 435Group: Applications/Databases
2bfb68de 436Requires: %{name}-libs = %{version}-%{release}
b35e841d 437
438%description clients
aa1db817 439This package includes only the clients needed to access an PostgreSQL
1f130e30 440server. The server is included in the main package. If all you need is
441to connect to another PostgreSQL server, the this is the only package
442you need to install. Clients include several command-line utilities
443you can use to manage your databases on a remote PostgreSQL server.
b35e841d 444
c76c631a 445%description clients -l es.UTF-8
55747262 446Este paquete incluye solamente los clientes necesarios para acceder un
c76c631a 447servidor PostgreSQL. El servidor está en el paquete principal.
55747262 448
c76c631a
JR
449%description clients -l pl.UTF-8
450Pakiet zawiera programy klienckie potrzebne dla dostępu do serwera
451PostgreSQL oraz narzędzia do zarządzania bazami działające z linii
452poleceń. Serwer znajduje się w głównym pakiecie.
b35e841d 453
c76c631a
JR
454%description clients -l pt_BR.UTF-8
455Este pacote inclui somente os clientes necessários para acessar um
456servidor PostgreSQL. O servidor está no pacote principal.
55747262 457
c76c631a
JR
458%description clients -l ru.UTF-8
459Этот пакет включает только клиентские программы и библиотеки,
460необходимые для доступа к серверу PostgreSQL. Сервер входит в главный
461пакет. Если вам надо только работать с другим сервером PostgreSQL, это
462единственный пакет, который вам надо установить.
9f84dc01 463
c76c631a
JR
464Теперь пакеты с библиотеками для разных языков программирования (C,
465C++, Perl и Tcl) разделены. Этот пакет включает только библиотеки для
466языка C.
9f84dc01 467
c76c631a
JR
468%description clients -l uk.UTF-8
469Цей пакет містить тільки клієнтські програми та бібліотеки, необхідні
470для доступу до сервера PostgreSQL. Сервер міститься в головному
471пакеті. Якщо вам потрібно працювати з іншим сервером PostgreSQL, це
472єдиний пакет, який вам треба встановити.
9f84dc01 473
c76c631a
JR
474Тепер пакети з бібліотеками для різних мов програмування (C, C++, Perl
475і Tcl) розділені. Цей пакет містить тільки бібліотеки для мови C.
9f84dc01 476
b35e841d 477%package doc
016f481d 478Summary: Documentation for PostgreSQL
620f9138 479Summary(pl.UTF-8): Dodatkowa dokumantacja dla PostgreSQL
016f481d 480Group: Applications/Databases
b35e841d 481
482%description doc
e59a0118 483This package includes documentation and HOWTO for programmer, admin
484etc., in HTML format.
b35e841d 485
c76c631a
JR
486%description doc -l pl.UTF-8
487Pakiet ten zawiera dokumentację oraz HOWTO m.in. dla programistów,
488administratorów w formacie HTML.
b35e841d 489
9ea08160 490%package libs
491Summary: PostgreSQL libraries
620f9138
ER
492Summary(es.UTF-8): Biblioteca compartida del PostgreSQL
493Summary(pl.UTF-8): Biblioteki dzielone programu PostgreSQL
494Summary(pt_BR.UTF-8): Biblioteca compartilhada do PostgreSQL
495Summary(zh_CN.UTF-8): PostgreSQL 客户所需要的共享库
9ea08160 496Group: Libraries
c7a16a88 497Requires: openssl%{?_isa} >= 1.0.1
9ea08160 498
499%description libs
aa1db817 500PostgreSQL shared libraries.
9ea08160 501
c76c631a 502%description libs -l es.UTF-8
55747262 503Este paquete contiene la biblioteca compartida para acceso al
832d7cf9 504PostgreSQL.
55747262 505
c76c631a 506%description libs -l pl.UTF-8
9ea08160 507Biblioteki dzielone programu PostgreSQL.
508
c76c631a
JR
509%description libs -l pt_BR.UTF-8
510Este pacote contém a biblioteca compartilhada para acesso ao
832d7cf9 511PostgreSQL.
55747262 512
6564a583 513%package ecpg
514Summary: Embedded SQL in C interface
620f9138 515Summary(pl.UTF-8): Interfejs wbudowanego SQL-a w język C
6564a583 516Group: Libraries
2bfb68de 517Requires: %{name}-libs = %{version}-%{release}
6564a583 518
519%description ecpg
520Embedded SQL in C interface.
521
c76c631a
JR
522%description ecpg -l pl.UTF-8
523Interfejs wbudowanego SQL-a w język C.
6564a583 524
525%package ecpg-devel
526Summary: Embedded SQL in C interface files
620f9138 527Summary(pl.UTF-8): Pliki programistyczne interfejsu wbudowanego SQL-a w język C
6564a583 528Group: Development/Libraries
2bfb68de
JB
529Requires: %{name}-devel = %{version}-%{release}
530Requires: %{name}-ecpg = %{version}-%{release}
6564a583 531
532%description ecpg-devel
533Embedded SQL in C interface files.
534
c76c631a
JR
535%description ecpg-devel -l pl.UTF-8
536Pliki programistyczne interfejsu wbudowanego SQL-a w język C.
6564a583 537
9ea08160 538%package static
539Summary: PostgreSQL static libraries
620f9138
ER
540Summary(es.UTF-8): Bibliotecas estaticas PostgreSQL
541Summary(pl.UTF-8): Biblioteki statyczne programu PostgreSQL
542Summary(pt_BR.UTF-8): Bibliotecas estáticas PostgreSQL
543Summary(ru.UTF-8): Статические библиотеки для программирования с PostgreSQL
544Summary(uk.UTF-8): Статичні бібліотеки для програмування з PostgreSQL
9ea08160 545Group: Development/Libraries
2bfb68de 546Requires: %{name}-devel = %{version}-%{release}
9ea08160 547
548%description static
549PostgreSQL static libraries.
550
c76c631a
JR
551%description static -l es.UTF-8
552Este paquete contiene bibliotecas estaticas requerida para compilación
55747262 553de aplicativos que se comunican directamente con el servidor backend
554PostgreSQL.
555
c76c631a 556%description static -l pl.UTF-8
9ea08160 557Biblioteki statyczne programu PostgreSQL.
558
c76c631a
JR
559%description static -l pt_BR.UTF-8
560Este pacote contém as bibliotecas estáticas requeridas para compilação
55747262 561de aplicativos que se comunicam diretamente com o servidor backend
562PostgreSQL.
563
c76c631a
JR
564%description static -l ru.UTF-8
565Это отдельный пакет со статическими библиотеками, которые больше не
566входят в %{name}-devel.
9f84dc01 567
c76c631a
JR
568%description static -l uk.UTF-8
569Це окремий пакет зі статичними бібліотеками, які більш не входять в
9f84dc01 570%{name}-devel.
571
c8f3aadc
JB
572%package module-llvmjit
573Summary: LLVM JIT module for PostgreSQL
574Summary(pl.UTF-8): Moduł LLVM JIT dla PostgreSQL-a
575Group: Applications/Databases
576Requires: %{name} = %{version}-%{release}
577
578%description module-llvmjit
579LLVM JIT module for PostgreSQL.
580
581%description module-llvmjit -l pl.UTF-8
582Moduł LLVM JIT dla PostgreSQL-a.
583
00287bb7 584%package module-plperl
585Summary: PL/perl - PostgreSQL procedural language
620f9138 586Summary(pl.UTF-8): PL/perl - język proceduralny bazy danych PostgreSQL
00287bb7 587Group: Applications/Databases
2bfb68de 588Requires: %{name} = %{version}-%{release}
00287bb7 589
590%description module-plperl
a94ae93a 591From PostgreSQL documentation:
00287bb7 592
593Postgres supports the definition of procedural languages. In the case
594of a function or trigger procedure defined in a procedural language,
595the database has no built-in knowledge about how to interpret the
596function's source text. Instead, the task is passed to a handler that
597knows the details of the language. The handler itself is a special
598programming language function compiled into a shared object and loaded
599on demand.
600
dce5630b 601To enable PL/Perl procedural language for your database you have to
00287bb7 602run createlang command.
603
c76c631a 604%description module-plperl -l pl.UTF-8
a94ae93a 605Z dokumentacji PostgreSQL:
00287bb7 606
c76c631a
JR
607Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
608programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
609proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
610funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
611który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
612funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
00287bb7 613potrzeby.
614
c76c631a 615Za pomocą polecenia createlang można dodać obsługę języka
dce5630b 616proceduralnego PL/Perl dla swojej bazy danych.
00287bb7 617
618%package module-plpython
dce5630b 619Summary: PL/Python - PostgreSQL procedural language
620f9138 620Summary(pl.UTF-8): PL/Python - język proceduralny bazy danych PostgreSQL
00287bb7 621Group: Applications/Databases
2bfb68de 622Requires: %{name} = %{version}-%{release}
6a64b227 623%pyrequires_eq python
00287bb7 624
625%description module-plpython
a94ae93a 626From PostgreSQL documentation:
00287bb7 627
628Postgres supports the definition of procedural languages. In the case
629of a function or trigger procedure defined in a procedural language,
630the database has no built-in knowledge about how to interpret the
631function's source text. Instead, the task is passed to a handler that
632knows the details of the language. The handler itself is a special
633programming language function compiled into a shared object and loaded
634on demand.
635
dce5630b 636To enable PL/Python procedural language for your database you have to
00287bb7 637run createlang command.
638
c76c631a 639%description module-plpython -l pl.UTF-8
a94ae93a 640Z dokumentacji PostgreSQL:
00287bb7 641
c76c631a
JR
642Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
643programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
644proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
645funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
646który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
647funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
00287bb7 648potrzeby.
649
c76c631a 650Za pomocą polecenia createlang można dodać obsługę języka
dce5630b 651proceduralnego PL/Python dla swojej bazy danych.
00287bb7 652
4ddf546b 653%package module-pltcl
dce5630b 654Summary: PL/Tcl - PostgreSQL procedural language
620f9138 655Summary(pl.UTF-8): PL/Tcl - język proceduralny bazy danych PostgreSQL
4ddf546b 656Group: Applications/Databases
2bfb68de 657Requires: %{name} = %{version}-%{release}
7543e4a8 658Requires: tcl(Pgtcl)
4ddf546b 659
660%description module-pltcl
a94ae93a 661From PostgreSQL documentation:
4ddf546b 662
368587a1 663Postgres supports the definition of procedural languages. In the case
664of a function or trigger procedure defined in a procedural language,
665the database has no built-in knowledge about how to interpret the
666function's source text. Instead, the task is passed to a handler that
667knows the details of the language. The handler itself is a special
668programming language function compiled into a shared object and loaded
669on demand.
4ddf546b 670
dce5630b 671To enable PL/Tcl procedural language for your database you have to run
4ddf546b 672createlang command.
673
c76c631a 674%description module-pltcl -l pl.UTF-8
a94ae93a 675Z dokumentacji PostgreSQL:
4ddf546b 676
c76c631a
JR
677Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
678programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
679proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
680funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
681który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
682funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
368587a1 683potrzeby.
4ddf546b 684
c76c631a 685Za pomocą polecenia createlang można dodać obsługę języka
dce5630b 686proceduralnego PL/Tcl dla swojej bazy danych.
4ddf546b 687
d8edd803
JB
688%package module-dblink
689Summary: dblink module for PostgreSQL
620f9138 690Summary(pl.UTF-8): Moduł dblink dla PostgreSQL-a
d8edd803
JB
691Group: Applications/Databases
692Requires: %{name} = %{version}-%{release}
693
694%description module-dblink
695dblink module for PostgreSQL provides functions returning results from
696remote database.
697
c76c631a
JR
698%description module-dblink -l pl.UTF-8
699Moduł dblink dla PostgreSQL-a udostępnia funkcje zwracające wyniki ze
d8edd803
JB
700zdalnej bazy danych.
701
8646766c
JB
702%package module-lo
703Summary: Large Objects module for PostgreSQL
620f9138 704Summary(pl.UTF-8): Moduł Large Objects dla PostgreSQL-a
8646766c
JB
705Group: Applications/Databases
706Requires: %{name} = %{version}-%{release}
707
708%description module-lo
709Large Objects module for PostgreSQL adds a new data type 'lo', some
710support functions and a trigger which handles the orphaning problem.
711
c76c631a
JR
712%description module-lo -l pl.UTF-8
713Moduł Large Objects dla PostgreSQL-a dodaje nowy typ danych 'lo',
714kilka funkcji pomocniczych i wyzwalacz rozwiązujący problem
715osieroconych obiektów.
8646766c 716
60fcd7d3
JB
717%package module-pg_trgm
718Summary: Trigram matching for PostgreSQL
719Summary(pl.UTF-8): Dopasowanie trigramowe dla PostgreSQL-a
720Group: Applications/Databases
721Requires: %{name} = %{version}-%{release}
722
723%description module-pg_trgm
724This module provides functions and index classes for determining the
725similarity of text based on trigram matching.
726
727%description module-pg_trgm -l pl.UTF-8
728Ten moduł dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
729w oparciu o dopasowywanie trigramowe (trigram matching).
730
5b79623d 731%package module-pgcrypto
ff04b431 732Summary: Cryptographic functions for PostgreSQL
620f9138 733Summary(pl.UTF-8): Funkcje kryptograficzne dla PostgreSQL-a
ff04b431 734Group: Applications/Databases
2bfb68de 735Requires: %{name} = %{version}-%{release}
ff04b431 736
5b79623d 737%description module-pgcrypto
738Cryptographic functions for PostgreSQL.
ff04b431 739
c76c631a 740%description module-pgcrypto -l pl.UTF-8
5b79623d 741Funkcje kryptograficzne dla PostgreSQL.
ff04b431 742
60fcd7d3
JB
743%package module-sepgsql
744Summary: PostgreSQL external security provider using SELinux
745Summary(pl.UTF-8): Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa
746Group: Applications/Databases
747Requires: %{name} = %{version}-%{release}
5d47dd36 748Requires: libselinux >= 2.1.10
60fcd7d3
JB
749
750%description module-sepgsql
751PostgreSQL external security provider using SELinux.
752
753%description module-sepgsql -l pl.UTF-8
754Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa.
755
bc5c807d 756%package module-tablefunc
d8edd803 757Summary: crosstab functions for PostgreSQL
620f9138 758Summary(pl.UTF-8): Funkcje crosstab dla PostgreSQL-a
bc5c807d
PG
759Group: Applications/Databases
760Requires: %{name} = %{version}-%{release}
761
762%description module-tablefunc
d8edd803
JB
763crosstab functions for PostgreSQL.
764
c76c631a 765%description module-tablefunc -l pl.UTF-8
d8edd803 766Funkcje crosstab dla PostgreSQL-a.
bc5c807d 767
0b02f266 768%package module-xml2
769Summary: XML-handling functions for PostgreSQL
620f9138 770Summary(pl.UTF-8): Funkcje do obsługi XML-a dla PostgreSQL-a
0b02f266 771Group: Applications/Databases
772Requires: %{name} = %{version}-%{release}
1acf1090 773Requires: libxml2 >= 1:2.6.23
0b02f266 774
775%description module-xml2
776Module with XML functions provides both XPath querying and XSLT
777functionality. There is also a new table function which allows the
778straightforward return of multiple XML results.
779
c76c631a
JR
780%description module-xml2 -l pl.UTF-8
781Moduł z funkcjami XML zapewniającymi obsługę zapytań XPath oraz
782funkcjonalność XSLT. Jest także nowa funkcja tabelowa pozwalająca na
783bezpośrednie zwracanie wielu wyników XML.
6a83c38f 784
c51da2b5 785%package contrib
01586e45
JB
786Summary: Miscellaneous PostgreSQL contrib modules
787Summary(pl.UTF-8): Różne moduły dołączone do PostgreSQL-a
c51da2b5 788Group: Applications/Databases
789Requires: %{name} = %{version}-%{release}
790
791%description contrib
01586e45
JB
792Miscellaneous PostgreSQL contrib modules.
793
794%description contrib -l pl.UTF-8
795Różne moduły dołączone do PostgreSQL-a.
c51da2b5 796
b35e841d 797%prep
b5d14337 798%setup -q
a1028a17 799%patch0 -p1
dc307bb4 800%{?with_absolute_dbpaths:%patch1 -p1}
c51da2b5 801%patch2 -p1
bc3c74ea 802%patch3 -p1
8ff799d0 803
2a4e3782 804%patch5 -p1
17ad3dd0 805%patch6 -p1
d8d2d607 806%patch7 -p1
a1028a17 807
c51da2b5 808# force rebuild of bison/flex files
809find src -name \*.l -o -name \*.y | xargs touch
810
99e19e69 811# Erase all CVS dirs
dc307bb4 812#find contrib -type d -name CVS -exec rm -rf {} \;
48115857 813
b35e841d 814%build
579178c8
AG
815%ifarch x32
816march="-mx32"
817%endif
0188dcac 818%{__aclocal} -I config
8204288a 819%{__autoconf}
7f05d1f9 820%{__autoheader}
99e19e69 821%configure \
6813c2b8 822 CFLAGS="%{rpmcflags} $march -DNEED_REENTRANT_FUNCS" \
579178c8
AG
823 CPPFLAGS="%{rpmcppflags} $march" \
824 CXXFLAGS="%{rpmcxxflags} $march" \
75392181
JP
825 BITCODE_CFLAGS="%{rpmcflags}" \
826 BITCODE_CXXFLAGS="%{rpmcxxflags}" \
12ff1bb8
JB
827 --disable-rpath \
828 --enable-depend \
081e09bf 829 %{?with_systemtap:--enable-dtrace} \
12ff1bb8 830 --enable-integer-datetimes \
eaf24b0b 831 --enable-nls \
12ff1bb8 832 --enable-thread-safety \
081e09bf 833 %{?with_bonjour:--with-bonjour} \
7a6f5720 834 %{?with_kerberos5:--with-gssapi} \
4c35c6a5 835 %{?with_ldap:--with-ldap} \
db3a3de9 836 %{?with_llvm:--with-llvm} \
55c59a48 837 --with-libxml \
e482b477 838 --with-libxslt \
081e09bf
JB
839 --with-openssl \
840 --with-pam \
12ff1bb8
JB
841 %{?with_perl:--with-perl} \
842 %{?with_python:--with-python} \
60fcd7d3 843 %{?with_selinux:--with-selinux} \
081e09bf 844 --with-system-tzdata=%{_datadir}/zoneinfo \
e214c8ea 845 %{?with_systemd:--with-systemd} \
2477983b 846 %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
2d84fb92 847 --with-uuid=e2fs
b35e841d 848
40a8e4da 849%{__make}
c51da2b5 850
851for mod in %{contrib_modules}; do \
4614112f 852 flags="%{rpmcflags} %{rpmcppflags} -DNEED_REENTRANT_FUNCS"
c74c603d 853 if [ $mod = "xml2" ]; then flags="$flags -I/usr/include/libxml2"; fi
c7427375 854 %{__make} -C contrib/$mod CFLAGS="$flags"
c51da2b5 855done
856
12ff1bb8
JB
857%{__make} -C src/tutorial \
858 NO_PGXS=1
b4287983 859
f863bf87 860%ifnarch sparc sparcv9 sparc64 alpha
6ceb4ff1 861%{?with_tests:%{__make} -j1 check}
00287bb7 862%endif
b35e841d 863
864%install
865rm -rf $RPM_BUILD_ROOT
3a1331e3 866install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig}} \
7dac5ffa 867 $RPM_BUILD_ROOT{/var/{lib/pgsql,log},%{_pgsqldir}} \
ee5a78dc 868 $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \
d2bf084f 869 $RPM_BUILD_ROOT%{_mandir} \
d183f71c 870 $RPM_BUILD_ROOT{%{systemdunitdir},/etc/systemd/system/%{name}.target.requires} \
320d02f0 871 $RPM_BUILD_ROOT/home/services/postgres
4f5dceb8 872
12ff1bb8 873install src/tutorial/*.sql $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
438eb355 874
dc307bb4 875%{__make} install \
00287bb7 876 DESTDIR=$RPM_BUILD_ROOT
500e26d8
AM
877%{__make} -C doc/src/sgml install-man \
878 DESTDIR=$RPM_BUILD_ROOT
00287bb7 879
99e19e69
JB
880%if %{with perl}
881%{__make} install -C src/pl/plperl \
882 DESTDIR=$RPM_BUILD_ROOT
883%endif
00287bb7 884
c51da2b5 885for mod in %{contrib_modules}; do \
886 %{__make} -C contrib/$mod install \
887 DESTDIR=$RPM_BUILD_ROOT
888done
0b02f266 889
048840cb 890touch $RPM_BUILD_ROOT/var/log/pgsql
b35e841d 891
9bf007d0 892install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
b752f531 893install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/postgresql
b35e841d 894
d183f71c
JK
895install %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}@.service
896install %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
897install %{SOURCE6} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.target
898
b35e841d 899install -d howto
4b61b2c1 900tar zxf %{SOURCE2} -C howto
b35e841d 901
f43486f3 902%if %{with python}
be3e6567 903%py_comp $RPM_BUILD_ROOT%{py_libdir}
904%py_ocomp $RPM_BUILD_ROOT%{py_libdir}
f43486f3 905%endif
40a8e4da 906
fe8440d2 907# find locales
a2f5bf2f
JB
908for f in libpq5 pgscripts postgres psql initdb ecpg ecpglib6 \
909 plpgsql %{?with_perl:plperl} %{?with_python:plpython} \
bc3c74ea
AM
910 pg_amcheck pg_archivecleanup pg_basebackup pg_checksums pg_config pg_controldata pg_ctl pg_dump pg_resetwal pg_rewind pg_test_fsync \
911 pg_test_timing pg_upgrade pg_waldump pg_verifybackup; do
055aa993 912 %find_lang $f-%{mver}
fe8440d2 913done
914# merge locales
a2f5bf2f
JB
915merge_lang() {
916 cat $(for f in $@; do echo ${f}-%{mver}.lang ; done)
917}
918merge_lang pgscripts postgres plpgsql \
44fc39a6 919 pg_basebackup pg_checksums pg_controldata pg_resetwal pg_rewind pg_upgrade pg_test_fsync pg_test_timing pg_waldump > main.lang
a2f5bf2f 920merge_lang psql initdb \
bc3c74ea 921 pg_amcheck pg_archivecleanup pg_ctl pg_dump pg_verifybackup > clients.lang
a2f5bf2f 922merge_lang ecpg ecpglib6 > ecpg.lang
dc307bb4 923
b86befb8
JR
924%if %{with tcl}
925%find_lang pltcl-%{mver}
b86befb8 926%endif
7543e4a8 927
60fcd7d3 928%if %{with selinux}
a2f5bf2f 929%{__mv} $RPM_BUILD_ROOT{%{_datadir}/postgresql/contrib,%{_pgsqldir}}/sepgsql.sql
60fcd7d3 930%endif
6ceb4ff1 931
a2f5bf2f 932cp -p src/pl/plperl/ppport.h $RPM_BUILD_ROOT%{_includedir}/postgresql/server/
e0ee9cb2 933
c74c603d 934# package it...? nah, why bother.
60fcd7d3 935%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/postgresql/html
c74c603d 936
a9e3ed5f 937%clean
b5d14337 938rm -rf $RPM_BUILD_ROOT
a9e3ed5f 939
75601fdb 940%pretrans
4239f689
JB
941PG_DB_CLUSTERS=""
942if [ -f /etc/sysconfig/postgresql ]; then
943 . /etc/sysconfig/postgresql
944 if [ -z "$PG_DB_CLUSTERS" -a -n "$POSTGRES_DATA_DIR" ]; then
945 PG_DB_CLUSTERS="$POSTGRES_DATA_DIR"
946 fi
947fi
948foundold=0
949for pgdir in $PG_DB_CLUSTERS; do
950 if [ -f $pgdir/PG_VERSION ]; then
207b00f9 951 if [ $(cat $pgdir/PG_VERSION) != '%{mver}' ]; then
4239f689
JB
952 echo "Found database(s) in older, incompatible format in cluster $pgdir."
953 foundold=1
954 fi
955 fi
956done
957if [ "$foundold" = "1" ]; then
958 echo
959 echo "Dump all data from clusters mentioned above (using pg_dump or pg_dumpall)"
960 echo "and clean (or rename) those directories; then upgrade postgresql and"
961 echo "restore all data (using pg_restore or psql)."
962 echo "Remember to stop the daemon before upgrading!"
963 echo
d5ec79c4 964 echo "Alternatively you can use pg_upgrade for 8.3+ online upgrade with"
d622d50e 965 echo "some restrictions: http://www.postgresql.org/docs/10.0/static/pgupgrade.html"
d5ec79c4 966 echo
4239f689
JB
967 echo "Warning for upgrade from version *before* 7.2."
968 echo "Please note, that postgresql module path changed from"
7949db6e 969 echo "%{_libdir}/pgsql/module to %{_libdir}/postgresql. Change the path"
4239f689
JB
970 echo "in dump file before restore."
971 echo
972 echo "Warning for upgrade from version *before* 7.3."
973 echo "Reading following webpage is encouraged:"
258750c1 974 echo "http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3"
4239f689
JB
975 exit 1
976fi
75601fdb
JB
977
978%pre
4b61b2c1
ER
979%groupadd -g 88 -r postgres
980%useradd -M -o -r -u 88 -d /home/services/postgres -s /bin/sh -g postgres -c "PostgreSQL Server" postgres
981
bc3c74ea
AM
982%triggerpostun -- %{name} < 9.3.3-2
983# < 7.2-2
e76d3d1a 984if [ -n "`/bin/id -u postgres 2>/dev/null`" ]; then
320d02f0 985 /usr/sbin/usermod -d /home/services/postgres postgres
320d02f0 986fi
bc3c74ea
AM
987# < 9.3.3-2
988PG_DB_CLUSTERS=""
989[ -f /etc/sysconfig/postgresql ] && . /etc/sysconfig/postgresql
990for pgdir in $PG_DB_CLUSTERS; do
991 instance="$(echo "$pgdir" | sed -e 's/^\///;s/-/\\x2d/g;s/@/\\x40/g;s/\//-/g')"
992 /bin/systemctl --quiet enable "postgresql@$instance.service" || :
993done
994%systemd_trigger postgresql.service
4a025d17 995
b35e841d 996%post
1bc01910 997/sbin/chkconfig --add postgresql
3a2e0fdd 998%service postgresql restart "postgresql server"
d183f71c
JK
999if [ "$1" -eq "1" ]; then
1000 PG_DB_CLUSTERS=""
1001 [ -f /etc/sysconfig/postgresql ] && . /etc/sysconfig/postgresql
1002 export SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog
1003 for pgdir in $PG_DB_CLUSTERS; do
1004 instance="$(echo "$pgdir" | sed -e 's/^\///;s/-/\\x2d/g;s/@/\\x40/g;s/\//-/g')"
1005 /bin/systemctl --quiet enable "postgresql@$instance.service" || :
1006 done
1007fi
1008%systemd_post postgresql.service
c1db913e 1009
1bc01910 1010%preun
1011if [ "$1" = "0" ]; then
3a2e0fdd 1012 %service postgresql stop
1bc01910 1013 /sbin/chkconfig --del postgresql
d183f71c
JK
1014
1015 PG_DB_CLUSTERS=""
1016 [ -f /etc/sysconfig/postgresql ] && . /etc/sysconfig/postgresql
1017 export SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog
1018 for pgdir in $PG_DB_CLUSTERS; do
1019 instance="$(echo "$pgdir" | sed -e 's/^\///;s/-/\\x2d/g;s/@/\\x40/g;s/\//-/g')"
1020 /bin/systemctl --quiet disable "postgresql@$instance.service" || :
1021 done
1bc01910 1022fi
d183f71c
JK
1023%systemd_preun postgresql.service
1024
1025%postun
1026%systemd_reload
1027
a0af78da 1028%post libs -p /sbin/ldconfig
1029%postun libs -p /sbin/ldconfig
48115857 1030
a0af78da 1031%post ecpg -p /sbin/ldconfig
1032%postun ecpg -p /sbin/ldconfig
6564a583 1033
a2f5bf2f 1034%files -f main.lang
103c268d 1035%defattr(644,root,root,755)
44fc39a6 1036%doc COPYRIGHT README HISTORY doc/{KNOWN_BUGS,MISSING_FEATURES,TODO}
bd011839 1037%attr(754,root,root) /etc/rc.d/init.d/postgresql
63ca64a6 1038%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postgresql
d183f71c
JK
1039%{systemdunitdir}/%{name}.service
1040%{systemdunitdir}/%{name}@.service
1041%{systemdunitdir}/%{name}.target
1042%dir /etc/systemd/system/%{name}.target.requires
b35e841d 1043
e957782b 1044%attr(755,root,root) %{_bindir}/initdb
6ceb4ff1 1045%attr(755,root,root) %{_bindir}/pg_basebackup
44fc39a6 1046%attr(755,root,root) %{_bindir}/pg_checksums
084a7c24 1047%attr(755,root,root) %{_bindir}/pg_controldata
1048%attr(755,root,root) %{_bindir}/pg_ctl
d622d50e
AM
1049%attr(755,root,root) %{_bindir}/pg_resetwal
1050%attr(755,root,root) %{_bindir}/pg_receivewal
17ad3dd0 1051%attr(755,root,root) %{_bindir}/pg_recvlogical
cda562e5
AZ
1052%attr(755,root,root) %{_bindir}/pg_rewind
1053%attr(755,root,root) %{_bindir}/pg_test_fsync
1054%attr(755,root,root) %{_bindir}/pg_test_timing
b5d14337 1055%attr(755,root,root) %{_bindir}/pg_upgrade
d622d50e 1056%attr(755,root,root) %{_bindir}/pg_waldump
cda562e5 1057%attr(755,root,root) %{_bindir}/pgbench
e957782b 1058%attr(755,root,root) %{_bindir}/postgres
1059%attr(755,root,root) %{_bindir}/postmaster
084a7c24 1060
d24d2940
JB
1061%attr(755,root,root) %{_pgmoduledir}/cyrillic_and_mic.so
1062%attr(755,root,root) %{_pgmoduledir}/dict_int.so
1063%attr(755,root,root) %{_pgmoduledir}/dict_snowball.so
1064%attr(755,root,root) %{_pgmoduledir}/dict_xsyn.so
1065%attr(755,root,root) %{_pgmoduledir}/euc*.so
1066%attr(755,root,root) %{_pgmoduledir}/latin2_and_win1250.so
1067%attr(755,root,root) %{_pgmoduledir}/latin_and_mic.so
1068%attr(755,root,root) %{_pgmoduledir}/libpqwalreceiver.so
d622d50e 1069%attr(755,root,root) %{_pgmoduledir}/pgoutput.so
d24d2940
JB
1070%attr(755,root,root) %{_pgmoduledir}/plpgsql.so
1071%attr(755,root,root) %{_pgmoduledir}/utf8_and_*.so
00287bb7 1072%dir %{_pgsqldir}
6ceb4ff1
AM
1073%{_pgsqldir}/plpgsql--*.sql
1074%{_pgsqldir}/plpgsql.control
1075
1888f1fe 1076%dir %{_datadir}/postgresql
c80000c0
JR
1077%{_datadir}/postgresql/*.bki
1078%{_datadir}/postgresql/*.sample
fd6c8fe0 1079%{_datadir}/postgresql/*.sql
16404f9a 1080%{_datadir}/postgresql/*.txt
687787e7 1081%{_datadir}/postgresql/timezonesets
c51da2b5 1082%{_datadir}/postgresql/tsearch_data
3786c16b 1083
587cbf9a
JR
1084%dir %{_datadir}/postgresql/contrib
1085
320d02f0 1086%attr(700,postgres,postgres) /home/services/postgres
af01ba47 1087%attr(700,postgres,postgres) %dir /var/lib/pgsql
63ca64a6 1088%attr(640,postgres,postgres) %config(noreplace) %verify(not md5 mtime size) /var/log/pgsql
048840cb 1089
7386fb4a 1090%{_mandir}/man1/initdb.1*
6ceb4ff1 1091%{_mandir}/man1/pg_basebackup.1*
44fc39a6 1092%{_mandir}/man1/pg_checksums.1*
084a7c24 1093%{_mandir}/man1/pg_controldata.1*
1094%{_mandir}/man1/pg_ctl.1*
d622d50e
AM
1095%{_mandir}/man1/pg_resetwal.1*
1096%{_mandir}/man1/pg_receivewal.1*
17ad3dd0 1097%{_mandir}/man1/pg_recvlogical.1*
cda562e5 1098%{_mandir}/man1/pg_rewind.1*
d622d50e 1099%{_mandir}/man1/pg_waldump.1*
cda562e5
AZ
1100%{_mandir}/man1/pg_test_fsync.1*
1101%{_mandir}/man1/pg_test_timing.1*
1102%{_mandir}/man1/pg_upgrade.1*
1103%{_mandir}/man1/pgbench.1*
7386fb4a
AF
1104%{_mandir}/man1/postgres.1*
1105%{_mandir}/man1/postmaster.1*
084a7c24 1106
048840cb 1107%files doc
1108%defattr(644,root,root,755)
500e26d8 1109%doc doc/src/sgml/html howto
438eb355 1110%{_examplesdir}/%{name}-%{version}
5cb5ee80 1111
055aa993 1112%files libs -f libpq5-%{mver}.lang
7386fb4a 1113%defattr(644,root,root,755)
a28e2aa1 1114%attr(755,root,root) %{_libdir}/libpq.so.*.*
1909f764 1115%attr(755,root,root) %ghost %{_libdir}/libpq.so.5
12ff1bb8 1116%dir %{_pgmoduledir}
c8f3aadc
JB
1117%if %{with llvm}
1118%dir %{_pgmoduledir}/bitcode
1119%endif
7386fb4a 1120
dc856210 1121%files ecpg -f ecpg.lang
016f481d 1122%defattr(644,root,root,755)
00287bb7 1123%attr(755,root,root) %{_bindir}/ecpg
6564a583 1124%attr(755,root,root) %{_libdir}/libecpg.so.*.*
1909f764 1125%attr(755,root,root) %ghost %{_libdir}/libecpg.so.6
6564a583 1126%attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
1909f764 1127%attr(755,root,root) %ghost %{_libdir}/libecpg_compat.so.3
6564a583 1128%attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
1909f764 1129%attr(755,root,root) %ghost %{_libdir}/libpgtypes.so.3
6564a583 1130%{_mandir}/man1/ecpg.1*
1131
1132%files ecpg-devel
1133%defattr(644,root,root,755)
7386fb4a 1134%attr(755,root,root) %{_libdir}/libecpg.so
16404f9a 1135%attr(755,root,root) %{_libdir}/libecpg_compat.so
16404f9a 1136%attr(755,root,root) %{_libdir}/libpgtypes.so
687787e7 1137%{_includedir}/ecpg*
5d47dd36
AM
1138%{_pkgconfigdir}/libecpg.pc
1139%{_pkgconfigdir}/libecpg_compat.pc
1140%{_pkgconfigdir}/libpgtypes.pc
6564a583 1141
055aa993 1142%files devel -f pg_config-%{mver}.lang
6564a583 1143%defattr(644,root,root,755)
1144%attr(755,root,root) %{_bindir}/pg_config
1145%attr(755,root,root) %{_libdir}/libpq.so
1146%dir %{_includedir}/postgresql
ed4eae76 1147%{_includedir}/libpq-events.h
6564a583 1148%{_includedir}/libpq-fe.h
1149%{_includedir}/pg_config.h
5d47dd36 1150%{_includedir}/pg_config_ext.h
6ec5e7a2 1151%{_includedir}/pg_config_manual.h
6564a583 1152%{_includedir}/pg_config_os.h
697ce059 1153%{_includedir}/postgres_ext.h
00287bb7 1154%dir %{_includedir}/postgresql/internal
1155%{_includedir}/postgresql/internal/c.h
1156%{_includedir}/postgresql/internal/libpq-int.h
6ec5e7a2 1157%{_includedir}/postgresql/internal/port.h
00287bb7 1158%{_includedir}/postgresql/internal/postgres_fe.h
1159%{_includedir}/postgresql/internal/pqexpbuffer.h
00287bb7 1160%{_includedir}/postgresql/internal/libpq
084a7c24 1161%{_includedir}/libpq
5d47dd36 1162%{_pkgconfigdir}/libpq.pc
2b04c0fa 1163%{_mandir}/man1/pg_config.1*
7386fb4a 1164
cb920eb9 1165%files backend-devel
ec709611 1166%defattr(644,root,root,755)
00287bb7 1167%{_includedir}/postgresql/server
12ff1bb8
JB
1168%dir %{_pgmoduledir}/pgxs
1169%attr(755,root,root) %{_pgmoduledir}/pgxs/config
1170%{_pgmoduledir}/pgxs/src
dd3bd164 1171%{_mandir}/man3/SPI_*.3*
cb920eb9 1172
7386fb4a
AF
1173%files static
1174%defattr(644,root,root,755)
1175%{_libdir}/libecpg.a
16404f9a 1176%{_libdir}/libecpg_compat.a
7386fb4a 1177%{_libdir}/libpq.a
5d47dd36 1178%{_libdir}/libpgcommon.a
8ff799d0 1179%{_libdir}/libpgfeutils.a
16404f9a 1180%{_libdir}/libpgtypes.a
dc307bb4 1181%{_libdir}/libpgport.a
44fc39a6
AG
1182%{_libdir}/libpgcommon_shlib.a
1183%{_libdir}/libpgport_shlib.a
b35e841d 1184
a2f5bf2f 1185%files clients -f clients.lang
103c268d 1186%defattr(644,root,root,755)
06095b90 1187%attr(755,root,root) %{_bindir}/clusterdb
1188%attr(755,root,root) %{_bindir}/createdb
06095b90 1189%attr(755,root,root) %{_bindir}/createuser
1190%attr(755,root,root) %{_bindir}/dropdb
06095b90 1191%attr(755,root,root) %{_bindir}/dropuser
bc3c74ea 1192%attr(755,root,root) %{_bindir}/pg_amcheck
cda562e5 1193%attr(755,root,root) %{_bindir}/pg_archivecleanup
e957782b 1194%attr(755,root,root) %{_bindir}/pg_dump
9bf007d0 1195%attr(755,root,root) %{_bindir}/pg_dumpall
5d47dd36 1196%attr(755,root,root) %{_bindir}/pg_isready
c80000c0 1197%attr(755,root,root) %{_bindir}/pg_restore
bc3c74ea 1198%attr(755,root,root) %{_bindir}/pg_verifybackup
e957782b 1199%attr(755,root,root) %{_bindir}/psql
af6badf5 1200%attr(755,root,root) %{_bindir}/reindexdb
5cb5ee80 1201%attr(755,root,root) %{_bindir}/vacuumdb
b35e841d 1202
06095b90 1203%{_mandir}/man1/clusterdb.1*
1204%{_mandir}/man1/createdb.1*
06095b90 1205%{_mandir}/man1/createuser.1*
1206%{_mandir}/man1/dropdb.1*
06095b90 1207%{_mandir}/man1/dropuser.1*
bc3c74ea 1208%{_mandir}/man1/pg_amcheck.1*
cda562e5 1209%{_mandir}/man1/pg_archivecleanup.1*
7386fb4a
AF
1210%{_mandir}/man1/pg_dump.1*
1211%{_mandir}/man1/pg_dumpall.1*
5d47dd36 1212%{_mandir}/man1/pg_isready.1*
c80000c0 1213%{_mandir}/man1/pg_restore.1*
bc3c74ea 1214%{_mandir}/man1/pg_verifybackup.1*
7386fb4a 1215%{_mandir}/man1/psql.1*
af6badf5 1216%{_mandir}/man1/reindexdb.1*
c80000c0 1217%{_mandir}/man1/vacuumdb.1*
7dac5ffa 1218%{_mandir}/man7/*.7*
7386fb4a 1219
c8f3aadc
JB
1220%if %{with llvm}
1221%files module-llvmjit
1222%defattr(644,root,root,755)
1223%doc src/backend/jit/README
1224%attr(755,root,root) %{_pgmoduledir}/llvmjit.so
1225%{_pgmoduledir}/llvmjit_types.bc
1226# base postgres bitcode
1227%{_pgmoduledir}/bitcode/postgres
1228%{_pgmoduledir}/bitcode/postgres.index.bc
1229# base modules bitcode
1230%{_pgmoduledir}/bitcode/dict_int
1231%{_pgmoduledir}/bitcode/dict_int.index.bc
1232%{_pgmoduledir}/bitcode/dict_xsyn
1233%{_pgmoduledir}/bitcode/dict_xsyn.index.bc
1234%endif
1235
c6b2c886 1236%if %{with perl}
500e26d8 1237%files module-plperl -f plperl-%{mver}.lang
00287bb7 1238%defattr(644,root,root,755)
1239%attr(755,root,root) %{_pgmoduledir}/plperl.so
6ceb4ff1
AM
1240%{_pgsqldir}/plperl--*.sql
1241%{_pgsqldir}/plperl.control
1242%{_pgsqldir}/plperlu--*.sql
1243%{_pgsqldir}/plperlu.control
c6b2c886 1244%endif
00287bb7 1245
c6b2c886 1246%if %{with python}
500e26d8 1247%files module-plpython -f plpython-%{mver}.lang
00287bb7 1248%defattr(644,root,root,755)
6d8da3ba 1249%attr(755,root,root) %{_pgmoduledir}/plpython2.so
6ceb4ff1
AM
1250%{_pgsqldir}/plpython*--*.sql
1251%{_pgsqldir}/plpython*.control
c6b2c886 1252%endif
4ddf546b 1253
16404f9a 1254%if %{with tcl}
500e26d8 1255%files module-pltcl -f pltcl-%{mver}.lang
4ddf546b 1256%defattr(644,root,root,755)
00287bb7 1257%attr(755,root,root) %{_pgmoduledir}/pltcl.so
6ceb4ff1
AM
1258%{_pgsqldir}/pltcl*--*.sql
1259%{_pgsqldir}/pltcl*.control
16404f9a 1260%endif
ff04b431 1261
d8edd803
JB
1262%files module-dblink
1263%defattr(644,root,root,755)
d8edd803 1264%attr(755,root,root) %{_pgmoduledir}/dblink.so
c8f3aadc
JB
1265%if %{with llvm}
1266%{_pgmoduledir}/bitcode/dblink
1267%{_pgmoduledir}/bitcode/dblink.index.bc
1268%endif
6ceb4ff1
AM
1269%{_pgsqldir}/dblink--*.sql
1270%{_pgsqldir}/dblink.control
75373ca4 1271%{_mandir}/man3/dblink*.3*
d8edd803 1272
8646766c
JB
1273%files module-lo
1274%defattr(644,root,root,755)
8646766c 1275%attr(755,root,root) %{_pgmoduledir}/lo.so
c8f3aadc
JB
1276%if %{with llvm}
1277%{_pgmoduledir}/bitcode/lo
1278%{_pgmoduledir}/bitcode/lo.index.bc
1279%endif
6ceb4ff1
AM
1280%{_pgsqldir}/lo--*.sql
1281%{_pgsqldir}/lo.control
8646766c 1282
60fcd7d3
JB
1283%files module-pg_trgm
1284%defattr(644,root,root,755)
1285%attr(755,root,root) %{_pgmoduledir}/pg_trgm.so
c8f3aadc
JB
1286%if %{with llvm}
1287%{_pgmoduledir}/bitcode/pg_trgm
1288%{_pgmoduledir}/bitcode/pg_trgm.index.bc
1289%endif
60fcd7d3
JB
1290%{_pgsqldir}/pg_trgm--*.sql
1291%{_pgsqldir}/pg_trgm.control
1292
5b79623d 1293%files module-pgcrypto
ff04b431 1294%defattr(644,root,root,755)
5b79623d 1295%attr(755,root,root) %{_pgmoduledir}/pgcrypto.so
c8f3aadc
JB
1296%if %{with llvm}
1297%{_pgmoduledir}/bitcode/pgcrypto
1298%{_pgmoduledir}/bitcode/pgcrypto.index.bc
1299%endif
6ceb4ff1
AM
1300%{_pgsqldir}/pgcrypto--*.sql
1301%{_pgsqldir}/pgcrypto.control
ae08c8ad 1302
2fff9ae7 1303%if %{with selinux}
60fcd7d3
JB
1304%files module-sepgsql
1305%defattr(644,root,root,755)
1306%attr(755,root,root) %{_pgmoduledir}/sepgsql.so
c8f3aadc
JB
1307%if %{with llvm}
1308%{_pgmoduledir}/bitcode/sepgsql
1309%{_pgmoduledir}/bitcode/sepgsql.index.bc
1310%endif
60fcd7d3 1311%{_pgsqldir}/sepgsql.sql
2fff9ae7 1312%endif
60fcd7d3 1313
bc5c807d
PG
1314%files module-tablefunc
1315%defattr(644,root,root,755)
bc5c807d 1316%attr(755,root,root) %{_pgmoduledir}/tablefunc.so
c8f3aadc
JB
1317%if %{with llvm}
1318%{_pgmoduledir}/bitcode/tablefunc
1319%{_pgmoduledir}/bitcode/tablefunc.index.bc
1320%endif
6ceb4ff1
AM
1321%{_pgsqldir}/*tablefunc--*.sql
1322%{_pgsqldir}/*tablefunc.control
bc5c807d 1323
0b02f266 1324%files module-xml2
1325%defattr(644,root,root,755)
0b02f266 1326%attr(755,root,root) %{_pgmoduledir}/pgxml.so
c8f3aadc
JB
1327%if %{with llvm}
1328%{_pgmoduledir}/bitcode/pgxml
1329%{_pgmoduledir}/bitcode/pgxml.index.bc
1330%endif
6ceb4ff1
AM
1331%{_pgsqldir}/xml2--*.sql
1332%{_pgsqldir}/xml2.control
c51da2b5 1333
1334%files contrib
1335%defattr(644,root,root,755)
3be975a0 1336%doc contrib/README
3c7ef761 1337%attr(755,root,root) %{_bindir}/oid2name
3c7ef761 1338%attr(755,root,root) %{_bindir}/vacuumlo
c51da2b5 1339%attr(755,root,root) %{_pgmoduledir}/_int.so
1340%attr(755,root,root) %{_pgmoduledir}/adminpack.so
75601fdb 1341%attr(755,root,root) %{_pgmoduledir}/amcheck.so
60fcd7d3 1342%attr(755,root,root) %{_pgmoduledir}/auth_delay.so
c74c603d 1343%attr(755,root,root) %{_pgmoduledir}/auto_explain.so
e214c8ea 1344%attr(755,root,root) %{_pgmoduledir}/bloom.so
c74c603d 1345%attr(755,root,root) %{_pgmoduledir}/btree_gin.so
c51da2b5 1346%attr(755,root,root) %{_pgmoduledir}/btree_gist.so
c74c603d 1347%attr(755,root,root) %{_pgmoduledir}/citext.so
1348%attr(755,root,root) %{_pgmoduledir}/cube.so
1349%attr(755,root,root) %{_pgmoduledir}/earthdistance.so
60fcd7d3 1350%attr(755,root,root) %{_pgmoduledir}/file_fdw.so
7caa0fe8 1351%attr(755,root,root) %{_pgmoduledir}/fuzzystrmatch.so
c51da2b5 1352%attr(755,root,root) %{_pgmoduledir}/hstore.so
c51da2b5 1353%attr(755,root,root) %{_pgmoduledir}/isn.so
1354%attr(755,root,root) %{_pgmoduledir}/ltree.so
1355%attr(755,root,root) %{_pgmoduledir}/pageinspect.so
d24d2940 1356%attr(755,root,root) %{_pgmoduledir}/passwordcheck.so
c51da2b5 1357%attr(755,root,root) %{_pgmoduledir}/pg_buffercache.so
1358%attr(755,root,root) %{_pgmoduledir}/pg_freespacemap.so
17ad3dd0 1359%attr(755,root,root) %{_pgmoduledir}/pg_prewarm.so
c74c603d 1360%attr(755,root,root) %{_pgmoduledir}/pg_stat_statements.so
e214c8ea 1361%attr(755,root,root) %{_pgmoduledir}/pg_visibility.so
c51da2b5 1362%attr(755,root,root) %{_pgmoduledir}/pgrowlocks.so
1363%attr(755,root,root) %{_pgmoduledir}/pgstattuple.so
f2e6a39c 1364%attr(755,root,root) %{_pgmoduledir}/postgres_fdw.so
c74c603d 1365%attr(755,root,root) %{_pgmoduledir}/seg.so
c51da2b5 1366%attr(755,root,root) %{_pgmoduledir}/sslinfo.so
f2e6a39c 1367%attr(755,root,root) %{_pgmoduledir}/tcn.so
e214c8ea
JB
1368%attr(755,root,root) %{_pgmoduledir}/tsm_system_rows.so
1369%attr(755,root,root) %{_pgmoduledir}/tsm_system_time.so
d24d2940 1370%attr(755,root,root) %{_pgmoduledir}/unaccent.so
c74c603d 1371%attr(755,root,root) %{_pgmoduledir}/uuid-ossp.so
c8f3aadc
JB
1372%if %{with llvm}
1373%{_pgmoduledir}/bitcode/_int
1374%{_pgmoduledir}/bitcode/_int.index.bc
1375%{_pgmoduledir}/bitcode/adminpack
1376%{_pgmoduledir}/bitcode/adminpack.index.bc
75601fdb
JB
1377%{_pgmoduledir}/bitcode/amcheck
1378%{_pgmoduledir}/bitcode/amcheck.index.bc
c8f3aadc
JB
1379%{_pgmoduledir}/bitcode/auth_delay
1380%{_pgmoduledir}/bitcode/auth_delay.index.bc
1381%{_pgmoduledir}/bitcode/auto_explain
1382%{_pgmoduledir}/bitcode/auto_explain.index.bc
1383%{_pgmoduledir}/bitcode/bloom
1384%{_pgmoduledir}/bitcode/bloom.index.bc
1385%{_pgmoduledir}/bitcode/btree_gin
1386%{_pgmoduledir}/bitcode/btree_gin.index.bc
1387%{_pgmoduledir}/bitcode/btree_gist
1388%{_pgmoduledir}/bitcode/btree_gist.index.bc
1389%{_pgmoduledir}/bitcode/citext
1390%{_pgmoduledir}/bitcode/citext.index.bc
1391%{_pgmoduledir}/bitcode/cube
1392%{_pgmoduledir}/bitcode/cube.index.bc
1393%{_pgmoduledir}/bitcode/earthdistance
1394%{_pgmoduledir}/bitcode/earthdistance.index.bc
1395%{_pgmoduledir}/bitcode/file_fdw
1396%{_pgmoduledir}/bitcode/file_fdw.index.bc
1397%{_pgmoduledir}/bitcode/fuzzystrmatch
1398%{_pgmoduledir}/bitcode/fuzzystrmatch.index.bc
1399%{_pgmoduledir}/bitcode/hstore
1400%{_pgmoduledir}/bitcode/hstore.index.bc
1401%{_pgmoduledir}/bitcode/isn
1402%{_pgmoduledir}/bitcode/isn.index.bc
1403%{_pgmoduledir}/bitcode/ltree
1404%{_pgmoduledir}/bitcode/ltree.index.bc
1405%{_pgmoduledir}/bitcode/pageinspect
1406%{_pgmoduledir}/bitcode/pageinspect.index.bc
1407%{_pgmoduledir}/bitcode/passwordcheck
1408%{_pgmoduledir}/bitcode/passwordcheck.index.bc
1409%{_pgmoduledir}/bitcode/pg_buffercache
1410%{_pgmoduledir}/bitcode/pg_buffercache.index.bc
1411%{_pgmoduledir}/bitcode/pg_freespacemap
1412%{_pgmoduledir}/bitcode/pg_freespacemap.index.bc
1413%{_pgmoduledir}/bitcode/pg_prewarm
1414%{_pgmoduledir}/bitcode/pg_prewarm.index.bc
1415%{_pgmoduledir}/bitcode/pg_stat_statements
1416%{_pgmoduledir}/bitcode/pg_stat_statements.index.bc
1417%{_pgmoduledir}/bitcode/pg_visibility
1418%{_pgmoduledir}/bitcode/pg_visibility.index.bc
1419%{_pgmoduledir}/bitcode/pgrowlocks
1420%{_pgmoduledir}/bitcode/pgrowlocks.index.bc
1421%{_pgmoduledir}/bitcode/pgstattuple
1422%{_pgmoduledir}/bitcode/pgstattuple.index.bc
1423%{_pgmoduledir}/bitcode/postgres_fdw
1424%{_pgmoduledir}/bitcode/postgres_fdw.index.bc
1425%{_pgmoduledir}/bitcode/seg
1426%{_pgmoduledir}/bitcode/seg.index.bc
1427%{_pgmoduledir}/bitcode/sslinfo
1428%{_pgmoduledir}/bitcode/sslinfo.index.bc
1429%{_pgmoduledir}/bitcode/tcn
1430%{_pgmoduledir}/bitcode/tcn.index.bc
1431%{_pgmoduledir}/bitcode/tsm_system_rows
1432%{_pgmoduledir}/bitcode/tsm_system_rows.index.bc
1433%{_pgmoduledir}/bitcode/tsm_system_time
1434%{_pgmoduledir}/bitcode/tsm_system_time.index.bc
1435%{_pgmoduledir}/bitcode/unaccent
1436%{_pgmoduledir}/bitcode/unaccent.index.bc
1437%{_pgmoduledir}/bitcode/uuid-ossp
1438%{_pgmoduledir}/bitcode/uuid-ossp.index.bc
1439%endif
6ceb4ff1
AM
1440%{_pgsqldir}/adminpack--*.sql
1441%{_pgsqldir}/adminpack.control
75601fdb
JB
1442%{_pgsqldir}/amcheck--*.sql
1443%{_pgsqldir}/amcheck.control
e214c8ea
JB
1444%{_pgsqldir}/bloom--*.sql
1445%{_pgsqldir}/bloom.control
6ceb4ff1
AM
1446%{_pgsqldir}/btree_gin--*.sql
1447%{_pgsqldir}/btree_gin.control
1448%{_pgsqldir}/btree_gist--*.sql
1449%{_pgsqldir}/btree_gist.control
6ceb4ff1
AM
1450%{_pgsqldir}/citext--*.sql
1451%{_pgsqldir}/citext.control
1452%{_pgsqldir}/cube--*.sql
1453%{_pgsqldir}/cube.control
1454%{_pgsqldir}/dict_int--*.sql
1455%{_pgsqldir}/dict_int.control
1456%{_pgsqldir}/dict_xsyn--*.sql
1457%{_pgsqldir}/dict_xsyn.control
1458%{_pgsqldir}/earthdistance--*.sql
1459%{_pgsqldir}/earthdistance.control
60fcd7d3
JB
1460%{_pgsqldir}/file_fdw--*.sql
1461%{_pgsqldir}/file_fdw.control
1462%{_pgsqldir}/fuzzystrmatch--*.sql
6ceb4ff1
AM
1463%{_pgsqldir}/fuzzystrmatch.control
1464%{_pgsqldir}/hstore--*.sql
1465%{_pgsqldir}/hstore.control
1466%{_pgsqldir}/intarray--*.sql
1467%{_pgsqldir}/intarray.control
1468%{_pgsqldir}/intagg--*.sql
1469%{_pgsqldir}/intagg.control
1470%{_pgsqldir}/isn--*.sql
1471%{_pgsqldir}/isn.control
1472%{_pgsqldir}/ltree--*.sql
1473%{_pgsqldir}/ltree.control
1474%{_pgsqldir}/pageinspect--*.sql
1475%{_pgsqldir}/pageinspect.control
1476%{_pgsqldir}/pg_buffercache--*.sql
1477%{_pgsqldir}/pg_buffercache.control
1478%{_pgsqldir}/pg_freespacemap--*.sql
1479%{_pgsqldir}/pg_freespacemap.control
17ad3dd0
AZ
1480%{_pgsqldir}/pg_prewarm--*.sql
1481%{_pgsqldir}/pg_prewarm.control
6ceb4ff1
AM
1482%{_pgsqldir}/pg_stat_statements--*.sql
1483%{_pgsqldir}/pg_stat_statements.control
e214c8ea
JB
1484%{_pgsqldir}/pg_visibility--*.sql
1485%{_pgsqldir}/pg_visibility.control
6ceb4ff1
AM
1486%{_pgsqldir}/pgrowlocks--*.sql
1487%{_pgsqldir}/pgrowlocks.control
1488%{_pgsqldir}/pgstattuple--*.sql
1489%{_pgsqldir}/pgstattuple.control
f2e6a39c
JB
1490%{_pgsqldir}/postgres_fdw--*.sql
1491%{_pgsqldir}/postgres_fdw.control
6ceb4ff1
AM
1492%{_pgsqldir}/seg--*.sql
1493%{_pgsqldir}/seg.control
1494%{_pgsqldir}/sslinfo--*.sql
1495%{_pgsqldir}/sslinfo.control
f2e6a39c
JB
1496%{_pgsqldir}/tcn--*.sql
1497%{_pgsqldir}/tcn.control
e214c8ea
JB
1498%{_pgsqldir}/tsm_system_rows--*.sql
1499%{_pgsqldir}/tsm_system_rows.control
1500%{_pgsqldir}/tsm_system_time--*.sql
1501%{_pgsqldir}/tsm_system_time.control
6ceb4ff1
AM
1502%{_pgsqldir}/unaccent--*.sql
1503%{_pgsqldir}/unaccent.control
1504%{_pgsqldir}/uuid-ossp--*.sql
1505%{_pgsqldir}/uuid-ossp.control
e214c8ea
JB
1506%if %{with perl}
1507%attr(755,root,root) %{_pgmoduledir}/hstore_plperl.so
75601fdb 1508%attr(755,root,root) %{_pgmoduledir}/jsonb_plperl.so
e214c8ea
JB
1509%{_pgsqldir}/hstore_plperl--*.sql
1510%{_pgsqldir}/hstore_plperl.control
1511%{_pgsqldir}/hstore_plperlu--*.sql
1512%{_pgsqldir}/hstore_plperlu.control
75601fdb
JB
1513%{_pgsqldir}/jsonb_plperl--*.sql
1514%{_pgsqldir}/jsonb_plperl.control
1515%{_pgsqldir}/jsonb_plperlu--*.sql
1516%{_pgsqldir}/jsonb_plperlu.control
c8f3aadc
JB
1517%if %{with llvm}
1518%{_pgmoduledir}/bitcode/hstore_plperl
1519%{_pgmoduledir}/bitcode/hstore_plperl.index.bc
75601fdb
JB
1520%{_pgmoduledir}/bitcode/jsonb_plperl
1521%{_pgmoduledir}/bitcode/jsonb_plperl.index.bc
c8f3aadc 1522%endif
e214c8ea
JB
1523%endif
1524%if %{with python}
1525%attr(755,root,root) %{_pgmoduledir}/hstore_plpython2.so
75601fdb 1526%attr(755,root,root) %{_pgmoduledir}/jsonb_plpython2.so
e214c8ea 1527%attr(755,root,root) %{_pgmoduledir}/ltree_plpython2.so
c8f3aadc
JB
1528%if %{with llvm}
1529%{_pgmoduledir}/bitcode/hstore_plpython2
1530%{_pgmoduledir}/bitcode/hstore_plpython2.index.bc
75601fdb
JB
1531%{_pgmoduledir}/bitcode/jsonb_plpython2
1532%{_pgmoduledir}/bitcode/jsonb_plpython2.index.bc
c8f3aadc
JB
1533%{_pgmoduledir}/bitcode/ltree_plpython2
1534%{_pgmoduledir}/bitcode/ltree_plpython2.index.bc
1535%endif
e214c8ea
JB
1536%{_pgsqldir}/hstore_plpythonu--*.sql
1537%{_pgsqldir}/hstore_plpythonu.control
1538%{_pgsqldir}/hstore_plpython2u--*.sql
1539%{_pgsqldir}/hstore_plpython2u.control
1540%{_pgsqldir}/hstore_plpython3u--*.sql
1541%{_pgsqldir}/hstore_plpython3u.control
75601fdb
JB
1542%{_pgsqldir}/jsonb_plpythonu--*.sql
1543%{_pgsqldir}/jsonb_plpythonu.control
1544%{_pgsqldir}/jsonb_plpython2u--*.sql
1545%{_pgsqldir}/jsonb_plpython2u.control
1546%{_pgsqldir}/jsonb_plpython3u--*.sql
1547%{_pgsqldir}/jsonb_plpython3u.control
e214c8ea
JB
1548%{_pgsqldir}/ltree_plpythonu--*.sql
1549%{_pgsqldir}/ltree_plpythonu.control
1550%{_pgsqldir}/ltree_plpython2u--*.sql
1551%{_pgsqldir}/ltree_plpython2u.control
1552%{_pgsqldir}/ltree_plpython3u--*.sql
1553%{_pgsqldir}/ltree_plpython3u.control
1554%endif
f2e6a39c 1555%{_mandir}/man1/oid2name.1*
f2e6a39c 1556%{_mandir}/man1/vacuumlo.1*
This page took 0.624782 seconds and 4 git commands to generate.