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