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