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