]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.spec
- rel 2; looks like pg_ctl-fix not needed anymore (postgres starts fine without it...
[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.1
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}.0
32 Release:        1
33 License:        BSD
34 Group:          Applications/Databases
35 Source0:        ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
36 # Source0-md5:  0497b9da1d7c380c340a9a87ba5500fe
37 Source1:        %{name}.init
38 Source2:        pgsql-Database-HOWTO-html.tar.gz
39 # Source2-md5:  5b656ddf1db41965761f85204a14398e
40 Source3:        %{name}.sysconfig
41 # cvs -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/edb-debugger (module server)
42 Source4:        edb-debugger-20110912.tgz
43 # Source4-md5:  6a9b6576b8ccac062243dd29e58a371b
44 Source5:        %{name}.upstart
45 Source6:        %{name}-instance.upstart
46 Patch0:         %{name}-conf.patch
47 Patch1:         %{name}-absolute_dbpaths.patch
48 Patch2:         %{name}-ecpg-includedir.patch
49 Patch3:         %{name}-ac_version.patch
50 Patch4:         %{name}-disable_horology_test.patch
51 Patch5:         %{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/extension
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
766 tar xzf %{SOURCE4} -C contrib
767
768 # force rebuild of bison/flex files
769 find src -name \*.l -o -name \*.y | xargs touch
770
771 # Erase all CVS dirs
772 #find contrib -type d -name CVS -exec rm -rf {} \;
773
774 %build
775 %{__aclocal} -I config
776 %{__autoconf}
777 %configure \
778         CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS `uuid-config --cflags`" \
779         --disable-rpath \
780         --enable-depend \
781         --enable-integer-datetimes \
782         --with-system-tzdata=%{_datadir}/zoneinfo \
783         --enable-nls \
784         --enable-thread-safety \
785         %{?with_kerberos5:--with-gssapi} \
786         %{?with_kerberos5:--with-krb5} \
787         %{?with_ldap:--with-ldap} \
788         --with-openssl \
789         --with-pam \
790         --with-libxml \
791         --with-libxslt \
792         %{?with_perl:--with-perl} \
793         %{?with_python:--with-python} \
794         %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
795         --with-ossp-uuid \
796
797 %{__make}
798
799 for mod in %{contrib_modules}; do \
800         flags="%{rpmcflags} %{rpmcppflags} -DNEED_REENTRANT_FUNCS"
801         if [ $mod = "xml2"      ]; then flags="$flags -I/usr/include/libxml2"; fi
802         if [ $mod = "uuid-ossp" ]; then flags="$flags `uuid-config --cflags`"; fi
803         %{__make} -C contrib/$mod CFLAGS="$flags"
804 done
805
806 %{__make} -C src/tutorial \
807         NO_PGXS=1
808
809 %ifnarch sparc sparcv9 sparc64 alpha
810 %{?with_tests:%{__make} -j1 check}
811 %endif
812
813 %install
814 rm -rf $RPM_BUILD_ROOT
815 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig,init/%{name}}} \
816         $RPM_BUILD_ROOT{/var/{lib/pgsql,log},%{_pgsqldir}} \
817         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \
818         $RPM_BUILD_ROOT%{_mandir} \
819         $RPM_BUILD_ROOT/home/services/postgres
820
821 install src/tutorial/*.sql $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
822
823 %{__make} install \
824         DESTDIR=$RPM_BUILD_ROOT
825 %{__make} -C doc/src/sgml install-man \
826         DESTDIR=$RPM_BUILD_ROOT
827
828 %if %{with perl}
829 %{__make} install -C src/pl/plperl \
830         DESTDIR=$RPM_BUILD_ROOT
831 %endif
832
833 for mod in %{contrib_modules}; do \
834         %{__make} -C contrib/$mod install \
835                 DESTDIR=$RPM_BUILD_ROOT
836 done
837
838 touch $RPM_BUILD_ROOT/var/log/pgsql
839
840 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
841 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/postgresql
842
843 install %{SOURCE5} $RPM_BUILD_ROOT/etc/init/%{name}.conf
844 install %{SOURCE6} $RPM_BUILD_ROOT/etc/init/%{name}/instance.conf
845
846 install -d howto
847 tar zxf %{SOURCE2} -C howto
848
849 %if %{with python}
850 %py_comp $RPM_BUILD_ROOT%{py_libdir}
851 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
852 %endif
853
854 # find locales
855 for f in libpq5 pg_basebackup pg_controldata pg_dump pg_resetxlog pgscripts postgres psql initdb pg_ctl pg_config plpgsql ecpg ecpglib6 %{?with_perl:plperl} plpgsql %{?with_python: plpython}; do
856         %find_lang $f-%{mver}
857 done
858 # merge locales
859 cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
860     postgres-%{mver}.lang pg_controldata-%{mver}.lang \
861     plpgsql-%{mver}.lang \
862     pg_basebackup-%{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 mv $RPM_BUILD_ROOT{%{_datadir}/postgresql/contrib,%{_pgsqldir}}/pldbgapi.sql
877
878 install src/pl/plperl/ppport.h $RPM_BUILD_ROOT%{_includedir}/postgresql/server/
879
880 # package it...?  nah, why bother.
881 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/postgresql/html
882
883 %clean
884 rm -rf $RPM_BUILD_ROOT
885
886 %pre
887 PG_DB_CLUSTERS=""
888 if [ -f /etc/sysconfig/postgresql ]; then
889         . /etc/sysconfig/postgresql
890         if [ -z "$PG_DB_CLUSTERS" -a -n "$POSTGRES_DATA_DIR" ]; then
891                 PG_DB_CLUSTERS="$POSTGRES_DATA_DIR"
892         fi
893 fi
894 foundold=0
895 for pgdir in $PG_DB_CLUSTERS; do
896         if [ -f $pgdir/PG_VERSION ]; then
897                 if [ $(cat $pgdir/PG_VERSION) != '9.1' ]; then
898                         echo "Found database(s) in older, incompatible format in cluster $pgdir."
899                         foundold=1
900                 fi
901         fi
902 done
903 if [ "$foundold" = "1" ]; then
904         echo
905         echo "Dump all data from clusters mentioned above (using pg_dump or pg_dumpall)"
906         echo "and clean (or rename) those directories; then upgrade postgresql and"
907         echo "restore all data (using pg_restore or psql)."
908         echo "Remember to stop the daemon before upgrading!"
909         echo
910         echo "Alternatively you can use pg_upgrade for 8.3+ online upgrade with"
911         echo "some restrictions: http://www.postgresql.org/docs/9.0/static/pgupgrade.html"
912         echo
913         echo "Warning for upgrade from version *before* 7.2."
914         echo "Please note, that postgresql module path changed from"
915         echo "%{_libdir}/pgsql/module to %{_libdir}/postgresql. Change the path"
916         echo "in dump file before restore."
917         echo
918         echo "Warning for upgrade from version *before* 7.3."
919         echo "Reading following webpage is encouraged:"
920         echo "http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3"
921         exit 1
922 fi
923 %groupadd -g 88 -r postgres
924 %useradd -M -o -r -u 88 -d /home/services/postgres -s /bin/sh -g postgres -c "PostgreSQL Server" postgres
925
926 %triggerpostun -- %{name} < 7.2-2
927 if [ -n "`/bin/id -u postgres 2>/dev/null`" ]; then
928         /usr/sbin/usermod -d /home/services/postgres postgres
929 fi
930
931 %post
932 /sbin/chkconfig --add postgresql
933 %service postgresql restart "postgresql server"
934
935 %preun
936 if [ "$1" = "0" ]; then
937         %service postgresql stop
938         /sbin/chkconfig --del postgresql
939 fi
940
941 %post upstart
942 %upstart_post postgresql
943
944 %postun upstart
945 %upstart_postun postgresql
946
947 %post   libs -p /sbin/ldconfig
948 %postun libs -p /sbin/ldconfig
949
950 %post   ecpg -p /sbin/ldconfig
951 %postun ecpg -p /sbin/ldconfig
952
953 %files -f main-%{mver}.lang
954 %defattr(644,root,root,755)
955 %doc COPYRIGHT README HISTORY doc/{bug.template,KNOWN_BUGS,MISSING_FEATURES,TODO}
956 %attr(754,root,root) /etc/rc.d/init.d/postgresql
957 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postgresql
958
959 %attr(755,root,root) %{_bindir}/initdb
960 %attr(755,root,root) %{_bindir}/pg_basebackup
961 %attr(755,root,root) %{_bindir}/pg_controldata
962 %attr(755,root,root) %{_bindir}/pg_ctl
963 %attr(755,root,root) %{_bindir}/pg_resetxlog
964 %attr(755,root,root) %{_bindir}/pg_upgrade
965 %attr(755,root,root) %{_bindir}/postgres
966 %attr(755,root,root) %{_bindir}/postmaster
967
968 %attr(755,root,root) %{_pgmoduledir}/ascii_and_mic.so
969 %attr(755,root,root) %{_pgmoduledir}/cyrillic_and_mic.so
970 %attr(755,root,root) %{_pgmoduledir}/dict_int.so
971 %attr(755,root,root) %{_pgmoduledir}/dict_snowball.so
972 %attr(755,root,root) %{_pgmoduledir}/dict_xsyn.so
973 %attr(755,root,root) %{_pgmoduledir}/euc*.so
974 %attr(755,root,root) %{_pgmoduledir}/latin2_and_win1250.so
975 %attr(755,root,root) %{_pgmoduledir}/latin_and_mic.so
976 %attr(755,root,root) %{_pgmoduledir}/libpqwalreceiver.so
977 %attr(755,root,root) %{_pgmoduledir}/pg_upgrade_support.so
978 %attr(755,root,root) %{_pgmoduledir}/plpgsql.so
979 %attr(755,root,root) %{_pgmoduledir}/utf8_and_*.so
980
981 %dir %{_pgsqldir}
982 %{_pgsqldir}/plpgsql--*.sql
983 %{_pgsqldir}/plpgsql.control
984
985 %dir %{_datadir}/postgresql
986 %{_datadir}/postgresql/*.bki
987 %{_datadir}/postgresql/*.sample
988 %{_datadir}/postgresql/*.description
989 %{_datadir}/postgresql/*.shdescription
990 %{_datadir}/postgresql/*.sql
991 %{_datadir}/postgresql/*.txt
992 %{_datadir}/postgresql/timezonesets
993 %{_datadir}/postgresql/tsearch_data
994
995 %attr(700,postgres,postgres) /home/services/postgres
996 %attr(700,postgres,postgres) %dir /var/lib/pgsql
997 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 mtime size) /var/log/pgsql
998
999 %{_mandir}/man1/initdb.1*
1000 %{_mandir}/man1/pg_basebackup.1*
1001 %{_mandir}/man1/pg_controldata.1*
1002 %{_mandir}/man1/pg_ctl.1*
1003 %{_mandir}/man1/pg_resetxlog.1*
1004 %{_mandir}/man1/postgres.1*
1005 %{_mandir}/man1/postmaster.1*
1006
1007 %if "%{pld_release}" != "ti"
1008 %files upstart
1009 %defattr(644,root,root,755)
1010 %config(noreplace) %verify(not md5 mtime size) /etc/init/postgresql.conf
1011 %dir /etc/init/postgresql
1012 %config(noreplace) %verify(not md5 mtime size) /etc/init/postgresql/instance.conf
1013 %endif
1014
1015 %files doc
1016 %defattr(644,root,root,755)
1017 %doc doc/src/sgml/html howto
1018 %{_examplesdir}/%{name}-%{version}
1019
1020 %files libs -f libpq5-%{mver}.lang
1021 %defattr(644,root,root,755)
1022 %attr(755,root,root) %{_libdir}/libpq.so.*.*
1023 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
1024 %dir %{_pgmoduledir}
1025 %dir %{_pgmoduledir}/plugins
1026
1027 %files ecpg -f ecpg.lang
1028 %defattr(644,root,root,755)
1029 %attr(755,root,root) %{_bindir}/ecpg
1030 %attr(755,root,root) %{_libdir}/libecpg.so.*.*
1031 %attr(755,root,root) %ghost %{_libdir}/libecpg.so.6
1032 %attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
1033 %attr(755,root,root) %ghost %{_libdir}/libecpg_compat.so.3
1034 %attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
1035 %attr(755,root,root) %ghost %{_libdir}/libpgtypes.so.3
1036 %{_mandir}/man1/ecpg.1*
1037
1038 %files ecpg-devel
1039 %defattr(644,root,root,755)
1040 %attr(755,root,root) %{_libdir}/libecpg.so
1041 %attr(755,root,root) %{_libdir}/libecpg_compat.so
1042 %attr(755,root,root) %{_libdir}/libpgtypes.so
1043 %{_includedir}/ecpg*
1044
1045 %files devel -f pg_config-%{mver}.lang
1046 %defattr(644,root,root,755)
1047 %attr(755,root,root) %{_bindir}/pg_config
1048 %attr(755,root,root) %{_libdir}/libpq.so
1049 %dir %{_includedir}/postgresql
1050 %{_includedir}/libpq-events.h
1051 %{_includedir}/libpq-fe.h
1052 %{_includedir}/pg_config.h
1053 %{_includedir}/pg_config_manual.h
1054 %{_includedir}/pg_config_os.h
1055 %{_includedir}/postgres_ext.h
1056 %dir %{_includedir}/postgresql/internal
1057 %{_includedir}/postgresql/internal/c.h
1058 %{_includedir}/postgresql/internal/libpq-int.h
1059 %{_includedir}/postgresql/internal/port.h
1060 %{_includedir}/postgresql/internal/postgres_fe.h
1061 %{_includedir}/postgresql/internal/pqexpbuffer.h
1062 %{_includedir}/postgresql/internal/libpq
1063 %{_includedir}/libpq
1064 %{_mandir}/man1/pg_config.1*
1065
1066 %files backend-devel
1067 %defattr(644,root,root,755)
1068 %{_includedir}/postgresql/server
1069 %dir %{_pgmoduledir}/pgxs
1070 %attr(755,root,root) %{_pgmoduledir}/pgxs/config
1071 %{_pgmoduledir}/pgxs/src
1072 %{_mandir}/man3/SPI_*.3*
1073
1074 %files static
1075 %defattr(644,root,root,755)
1076 %{_libdir}/libecpg.a
1077 %{_libdir}/libecpg_compat.a
1078 %{_libdir}/libpq.a
1079 %{_libdir}/libpgtypes.a
1080 %{_libdir}/libpgport.a
1081
1082 %files clients -f clients-%{mver}.lang
1083 %defattr(644,root,root,755)
1084 %attr(755,root,root) %{_bindir}/clusterdb
1085 %attr(755,root,root) %{_bindir}/createdb
1086 %attr(755,root,root) %{_bindir}/createlang
1087 %attr(755,root,root) %{_bindir}/createuser
1088 %attr(755,root,root) %{_bindir}/dropdb
1089 %attr(755,root,root) %{_bindir}/droplang
1090 %attr(755,root,root) %{_bindir}/dropuser
1091 %attr(755,root,root) %{_bindir}/pg_dump
1092 %attr(755,root,root) %{_bindir}/pg_dumpall
1093 %attr(755,root,root) %{_bindir}/pg_restore
1094 %attr(755,root,root) %{_bindir}/psql
1095 %attr(755,root,root) %{_bindir}/reindexdb
1096 %attr(755,root,root) %{_bindir}/vacuumdb
1097
1098 %{_mandir}/man1/clusterdb.1*
1099 %{_mandir}/man1/createdb.1*
1100 %{_mandir}/man1/createlang.1*
1101 %{_mandir}/man1/createuser.1*
1102 %{_mandir}/man1/dropdb.1*
1103 %{_mandir}/man1/droplang.1*
1104 %{_mandir}/man1/dropuser.1*
1105 %{_mandir}/man1/pg_dump.1*
1106 %{_mandir}/man1/pg_dumpall.1*
1107 %{_mandir}/man1/pg_restore.1*
1108 %{_mandir}/man1/psql.1*
1109 %{_mandir}/man1/reindexdb.1*
1110 %{_mandir}/man1/vacuumdb.1*
1111 %{_mandir}/man7/*.7*
1112
1113 %if %{with perl}
1114 %files module-plperl -f plperl-%{mver}.lang
1115 %defattr(644,root,root,755)
1116 %attr(755,root,root) %{_pgmoduledir}/plperl.so
1117 %{_pgsqldir}/plperl--*.sql
1118 %{_pgsqldir}/plperl.control
1119 %{_pgsqldir}/plperlu--*.sql
1120 %{_pgsqldir}/plperlu.control
1121 %endif
1122
1123 %if %{with python}
1124 %files module-plpython -f plpython-%{mver}.lang
1125 %defattr(644,root,root,755)
1126 %attr(755,root,root) %{_pgmoduledir}/plpython2.so
1127 %{_pgsqldir}/plpython*--*.sql
1128 %{_pgsqldir}/plpython*.control
1129 %endif
1130
1131 %if %{with tcl}
1132 %files module-pltcl -f pltcl-%{mver}.lang
1133 %defattr(644,root,root,755)
1134 %attr(755,root,root) %{_bindir}/pltcl_*
1135 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
1136 %{_pgsqldir}/unknown.pltcl
1137 %{_pgsqldir}/pltcl*--*.sql
1138 %{_pgsqldir}/pltcl*.control
1139 %endif
1140
1141 %files module-dblink
1142 %defattr(644,root,root,755)
1143 %attr(755,root,root) %{_pgmoduledir}/dblink.so
1144 %{_pgsqldir}/dblink--*.sql
1145 %{_pgsqldir}/dblink.control
1146 %{_mandir}/man3/dblink*.3*
1147
1148 %files module-lo
1149 %defattr(644,root,root,755)
1150 %attr(755,root,root) %{_pgmoduledir}/lo.so
1151 %{_pgsqldir}/lo--*.sql
1152 %{_pgsqldir}/lo.control
1153
1154 %files module-pgcrypto
1155 %defattr(644,root,root,755)
1156 %attr(755,root,root) %{_pgmoduledir}/pgcrypto.so
1157 %{_pgsqldir}/pgcrypto--*.sql
1158 %{_pgsqldir}/pgcrypto.control
1159
1160 %files module-tablefunc
1161 %defattr(644,root,root,755)
1162 %attr(755,root,root) %{_pgmoduledir}/tablefunc.so
1163 %{_pgsqldir}/*tablefunc--*.sql
1164 %{_pgsqldir}/*tablefunc.control
1165
1166 %files module-pg_trgm
1167 %defattr(644,root,root,755)
1168 %attr(755,root,root) %{_pgmoduledir}/pg_trgm.so
1169 %{_pgsqldir}/pg_trgm--*.sql
1170 %{_pgsqldir}/pg_trgm.control
1171
1172 %files module-xml2
1173 %defattr(644,root,root,755)
1174 %attr(755,root,root) %{_pgmoduledir}/pgxml.so
1175 %{_pgsqldir}/xml2--*.sql
1176 %{_pgsqldir}/xml2.control
1177
1178 %files contrib
1179 %defattr(644,root,root,755)
1180 %doc contrib/README contrib/pldebugger/README.pl*
1181 %attr(755,root,root) %{_bindir}/oid2name
1182 %attr(755,root,root) %{_bindir}/pg_archivecleanup
1183 %attr(755,root,root) %{_bindir}/pg_standby
1184 %attr(755,root,root) %{_bindir}/pgbench
1185 %attr(755,root,root) %{_bindir}/vacuumlo
1186 %attr(755,root,root) %{_pgmoduledir}/_int.so
1187 %attr(755,root,root) %{_pgmoduledir}/adminpack.so
1188 %attr(755,root,root) %{_pgmoduledir}/auto_explain.so
1189 %attr(755,root,root) %{_pgmoduledir}/btree_gin.so
1190 %attr(755,root,root) %{_pgmoduledir}/btree_gist.so
1191 %attr(755,root,root) %{_pgmoduledir}/chkpass.so
1192 %attr(755,root,root) %{_pgmoduledir}/citext.so
1193 %attr(755,root,root) %{_pgmoduledir}/cube.so
1194 %attr(755,root,root) %{_pgmoduledir}/earthdistance.so
1195 %attr(755,root,root) %{_pgmoduledir}/fuzzystrmatch.so
1196 %attr(755,root,root) %{_pgmoduledir}/hstore.so
1197 %attr(755,root,root) %{_pgmoduledir}/isn.so
1198 %attr(755,root,root) %{_pgmoduledir}/ltree.so
1199 %attr(755,root,root) %{_pgmoduledir}/pageinspect.so
1200 %attr(755,root,root) %{_pgmoduledir}/passwordcheck.so
1201 %attr(755,root,root) %{_pgmoduledir}/pg_buffercache.so
1202 %attr(755,root,root) %{_pgmoduledir}/pg_freespacemap.so
1203 %attr(755,root,root) %{_pgmoduledir}/pg_stat_statements.so
1204 %attr(755,root,root) %{_pgmoduledir}/pgrowlocks.so
1205 %attr(755,root,root) %{_pgmoduledir}/pgstattuple.so
1206 %attr(755,root,root) %{_pgmoduledir}/pldbgapi.so
1207 %attr(755,root,root) %{_pgmoduledir}/plugins/plugin_debugger.so
1208 %attr(755,root,root) %{_pgmoduledir}/plugins/plugin_profiler.so
1209 %attr(755,root,root) %{_pgmoduledir}/seg.so
1210 %attr(755,root,root) %{_pgmoduledir}/sslinfo.so
1211 %attr(755,root,root) %{_pgmoduledir}/targetinfo.so
1212 %attr(755,root,root) %{_pgmoduledir}/unaccent.so
1213 %attr(755,root,root) %{_pgmoduledir}/uuid-ossp.so
1214 %{_pgsqldir}/adminpack--*.sql
1215 %{_pgsqldir}/adminpack.control
1216 %{_pgsqldir}/btree_gin--*.sql
1217 %{_pgsqldir}/btree_gin.control
1218 %{_pgsqldir}/btree_gist--*.sql
1219 %{_pgsqldir}/btree_gist.control
1220 %{_pgsqldir}/chkpass--*.sql
1221 %{_pgsqldir}/chkpass.control
1222 %{_pgsqldir}/citext--*.sql
1223 %{_pgsqldir}/citext.control
1224 %{_pgsqldir}/cube--*.sql
1225 %{_pgsqldir}/cube.control
1226 %{_pgsqldir}/dict_int--*.sql
1227 %{_pgsqldir}/dict_int.control
1228 %{_pgsqldir}/dict_xsyn--*.sql
1229 %{_pgsqldir}/dict_xsyn.control
1230 %{_pgsqldir}/earthdistance--*.sql
1231 %{_pgsqldir}/earthdistance.control
1232 %{_pgsqldir}/fuzzystrmatch--*.sql
1233 %{_pgsqldir}/fuzzystrmatch.control
1234 %{_pgsqldir}/hstore--*.sql
1235 %{_pgsqldir}/hstore.control
1236 %{_pgsqldir}/intarray--*.sql
1237 %{_pgsqldir}/intarray.control
1238 %{_pgsqldir}/intagg--*.sql
1239 %{_pgsqldir}/intagg.control
1240 %{_pgsqldir}/isn--*.sql
1241 %{_pgsqldir}/isn.control
1242 %{_pgsqldir}/ltree--*.sql
1243 %{_pgsqldir}/ltree.control
1244 %{_pgsqldir}/pageinspect--*.sql
1245 %{_pgsqldir}/pageinspect.control
1246 %{_pgsqldir}/pg_buffercache--*.sql
1247 %{_pgsqldir}/pg_buffercache.control
1248 %{_pgsqldir}/pg_freespacemap--*.sql
1249 %{_pgsqldir}/pg_freespacemap.control
1250 %{_pgsqldir}/pg_stat_statements--*.sql
1251 %{_pgsqldir}/pg_stat_statements.control
1252 %{_pgsqldir}/pgrowlocks--*.sql
1253 %{_pgsqldir}/pgrowlocks.control
1254 %{_pgsqldir}/pgstattuple--*.sql
1255 %{_pgsqldir}/pgstattuple.control
1256 %{_pgsqldir}/pldbgapi.sql
1257 %{_pgsqldir}/seg--*.sql
1258 %{_pgsqldir}/seg.control
1259 %{_pgsqldir}/sslinfo--*.sql
1260 %{_pgsqldir}/sslinfo.control
1261 %{_pgsqldir}/unaccent--*.sql
1262 %{_pgsqldir}/unaccent.control
1263 %{_pgsqldir}/uuid-ossp--*.sql
1264 %{_pgsqldir}/uuid-ossp.control
This page took 0.110562 seconds and 3 git commands to generate.