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