]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.spec
- added Patch11: postgresql-ssl-libpq-mem-leak-1.patch
[packages/postgresql.git] / postgresql.spec
1 #
2 # - pg_autovacuum init support? look at its readme file, please
3 # - pg_ctl uses psql again, current patch2 doesn't eliminate this
4 #
5 # Conditional build:
6 %bcond_without  tests                   # disable testing
7 %bcond_without  tcl                     # disables Tcl support
8 %bcond_without  kerberos5               # disable kerberos5 support
9 %bcond_without  perl                    # disable perl support
10 %bcond_without  pgsql_locale            # disable PostgreSQL locale
11 %bcond_without  pgsql_multibyte         # disable PostgreSQL multibyte
12 %bcond_without  python                  # disable python support
13 %bcond_with     jdbc                    # enable JDBC driver
14 %bcond_with     absolute_dbpaths        # enable absolute paths to create database
15                                         # (disabled by default because it is a security risk)
16
17 %include        /usr/lib/rpm/macros.python
18  
19 Summary:        PostgreSQL Data Base Management System
20 Summary(de):    PostgreSQL Datenbankverwaltungssystem
21 Summary(es):    Gestor de Banco de Datos PostgreSQL
22 Summary(fr):    Sysème de gestion de base de données PostgreSQL
23 Summary(pl):    PostgreSQL - system bazodanowy
24 Summary(pt_BR): Gerenciador de Banco de Dados PostgreSQL
25 Summary(ru):    PostgreSQL - ÓÉÓÔÅÍÁ ÕÐÒÁ×ÌÅÎÉÑ ÂÁÚÁÍÉ ÄÁÎÎÙÈ
26 Summary(tr):    Veri Tabaný Yönetim Sistemi
27 Summary(uk):    PostgreSQL - ÓÉÓÔÅÍÁ ËÅÒÕ×ÁÎÎÑ ÂÁÚÁÍÉ ÄÁÎÉÈ
28 Summary(zh_CN): PostgreSQL ¿Í»§¶Ë³ÌÐòºÍ¿âÎļþ
29 Name:           postgresql
30 Version:        7.4
31 Release:        0.9
32 License:        BSD
33 Group:          Applications/Databases
34 ##Source0:      ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
35 Source0:        ftp://ftp2.pl.postgresql.org/mirrors/ftp.postgresql.org/source/v%{version}/%{name}-%{version}.tar.bz2
36 # Source0-md5:  9db7432c431d1570b1f605727daf27bc
37 Source1:        %{name}.init
38 Source2:        pgsql-Database-HOWTO-html.tar.gz
39 # Source2-md5:  5b656ddf1db41965761f85204a14398e
40 Source3:        %{name}.sysconfig
41 Patch0:         %{name}-doc.patch
42 Patch1:         %{name}-pg_ctl-silent.patch
43 Patch2:         %{name}-pg_ctl-nopsql.patch
44 Patch3:         %{name}-conf.patch
45 Patch4:         %{name}-absolute_dbpaths.patch
46 Patch5:         %{name}-link.patch
47 Patch6:         %{name}-com_err.patch
48 Patch7:         %{name}-ecpg_link.patch
49 Patch8:         %{name}-ecpg-includedir.patch
50 Patch9:         %{name}-contrib_install.patch
51 Patch10:        %{name}-tsearch2-compound_word_support_20031210.patch
52 Patch11:        %{name}-ssl-libpq-mem-leak-1.patch
53 Icon:           postgresql.xpm
54 URL:            http://www.postgresql.org/
55 BuildRequires:  autoconf
56 BuildRequires:  automake
57 BuildRequires:  bison >= 1.875
58 %{?with_kerberos5:BuildRequires:        heimdal-devel}
59 BuildRequires:  ncurses-devel >= 5.0
60 BuildRequires:  openssl-devel >= 0.9.7c
61 BuildRequires:  pam-devel
62 %{?with_perl:BuildRequires:     perl-devel}
63 %{?with_python:BuildRequires:   python-devel >= 2.3}
64 BuildRequires:  readline-devel >= 4.2
65 BuildRequires:  rpm-pythonprov
66 %{?with_tcl:BuildRequires:      tcl-devel >= 8.4.3}
67 %{?with_tcl:BuildRequires:      tk-devel >= 8.4.3}
68 BuildRequires:  zlib-devel
69 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
70 PreReq:         rc-scripts
71 PreReq:         %{name}-clients = %{version}
72 PreReq:         %{name}-libs = %{version}
73 Requires(pre):  /usr/bin/getgid
74 Requires(pre):  /bin/id
75 Requires(pre):  /usr/sbin/groupadd
76 Requires(pre):  /usr/sbin/useradd
77 Requires(pre):  /usr/sbin/usermod
78 Requires(post,preun):   /sbin/chkconfig
79 Obsoletes:      postgresql-server
80 Obsoletes:      postgresql-test
81
82 %define         _pgmoduledir    %{_libdir}/postgresql
83 %define         _pgsqldir       %{_pgmoduledir}/sql
84
85 %description
86 PostgreSQL Data Base Management System (formerly known as Postgres,
87 then as Postgres95).
88
89 PostgreSQL is an enhancement of the POSTGRES database management
90 system, a next-generation DBMS research prototype. While PostgreSQL
91 retains the powerful data model and rich data types of POSTGRES, it
92 replaces the PostQuel query language with an extended subset of SQL.
93 PostgreSQL is free and the complete source is available.
94
95 PostgreSQL development is being performed by a team of Internet
96 developers who all subscribe to the PostgreSQL development mailing
97 list. The current coordinator is Marc G. Fournier
98 (scrappy@postgreSQL.org). This team is now responsible for all current
99 and future development of PostgreSQL.
100
101 The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
102 others have contributed to the porting, testing, debugging and
103 enhancement of the code. The original Postgres code, from which
104 PostgreSQL is derived, was the effort of many graduate students,
105 undergraduate students, and staff programmers working under the
106 direction of Professor Michael Stonebraker at the University of
107 California, Berkeley.
108
109 The original name of the software at Berkeley was Postgres. When SQL
110 functionality was added in 1995, its name was changed to Postgres95.
111 The name was changed at the end of 1996 to PostgreSQL.
112
113 PostgreSQL runs on Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD,
114 and most flavours of Unix.
115
116 %description -l de
117 PostgreSQL Datenbank-Managementsystem (früher als Postgres, dann als
118 Postgres95 bekannt).
119
120 PostgreSQL ist eine Verbesserung des POSTGRES-DB-Managementsystems,
121 ein DBMS-Forschungsprototyp der nächsten Generation. Während es das
122 leistungsfähige Datenmodell und die reichhaltigen Datentypen von
123 POSTGRES beibehält, ersetzt es die PostQuel-Abfragesprache durch ein
124 Subset von SQL. PostgreSQL ist gratis, der gesamte Quellcode ist
125 verfügbar.
126
127 Ein Team von Internet-Entwicklern befaßt sich mit PostgreSQL. Sie alle
128 sind auf der PostgreSQL-Entwickleradreßliste. Koordinator ist Marc G.
129 Fournier (scrappy@postgreSQL.org). Das Team ist verantwortlich für
130 alle aktuellen und künftigen Entwicklungen von PostgreSQL.
131
132 Die Autoren von PostgreSQL 1.01 waren Andrew Yu und Jolly Chen.
133 Zahlreiche andere haben zur Portierung, zum Testen, Debugging und zur
134 Verbesserung des Code beigetragen. Den Original-Postgres-Code, von dem
135 sich PostgreSQL ableitet, verdanken wir der Arbeit vieler Doktoranden,
136 Studenten und Programmierern unter der Leitung von Professor Michael
137 Stonebraker an der University of California, Berkeley.
138
139 Der ursprüngliche Name war Postgres. Als 1995 SQL-Funktionalität
140 hinzukam, wurde der Name in Postgres95 geändert. Ende 1996 schließlich
141 entschied man sich für PostgreSQL.
142
143 PostgreSQL läuft auf Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
144 und den meisten Unix-Systemen.
145
146 %description -l es
147 Administrador de Banco de Datos PostgreSQL (conocido anteriormente
148 como Postgres, y después como Postgres95). PostgreSQL es una
149 continuación mejorada del Sistema Administrador de Banco de Datos
150 POSTGRES, que era un prototipo de pesquisa para un SGBD de nueva
151 generación. Mientras PostgreSQL mantiene el potente modelo de datos y
152 los varios tipos de datos del POSTGRES, substituye el lenguaje de
153 consulta PostQuel por un subconjunto extendido de la SQL. PostgreSQL
154 es libre y tiene los fuentes disponibles. El desarrollo del PostgreSQL
155 se ejecutado por un equipo de estudiosos de Internet, todos suscritos
156 en la lista de desarrollo del PostgreSQL. El coordinador actual es
157 Marc G. Fournier (scrappy@postgreSQL.org). Este equipo es ahora
158 responsable por el desarrollo actual y futuro del PostgreSQL.
159
160 %description -l fr
161 Système de gestion de bases de données PostgreSQL (D'abord nommé
162 Postgres, puis Postgres95).
163
164 PostgreSQL est une amélioration du système de gestion de bases de
165 données POSTGRES, un prototype de recherche de la génération suivant
166 DBMS. Tout en conservant le puissant modèle de donnée de et les types
167 de donée riches de Postgres, il remplace le langage de requêtes de
168 Postgres par un sous ensemble etendu de commandes SQL. PosrgreSQL est
169 libre, et ses sources sont disponibles.
170
171 Le développement de PostgreSQL est actuellement réalisé via internet
172 parune équipe de développeurs inscrits sur la mailing-list de
173 développement de PostgreSQL. Le coordinateur actuel est Marc G
174 Fournier (scrappy@postgreSQL.org). Cette équipe est responsable du
175 développemen actuel et à venir de PostgreSQL.
176
177 Les auteurs de PostgreSQL 1.01 étaient Andrew Yu et Jolly Chen.
178 Beaucoup d'autres ont contribué au portage, au test, au débogage et à
179 l'amélioration du code. Le code original de Postgres, duquel
180 PostgreSQL est dérivé, a été l'oeuvre d'étudiants de haut niveau, de
181 moins haut niveau, et de programmeurs travaillant sous la direction du
182 professeur Michael Stonebraker à l'université de Berkeley Californie.
183
184 Le nom original du logiciel était Postgres. Quand les fonctionnalitées
185 SQL furent ajoutées en 1995, son nom est devenu Postgres95. Il a été
186 rebaptisé PostgreSQL en 1996.
187
188 PostgreSQL tourne sur Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD,
189 et la plupart des Unix.
190
191 %description -l pl
192 System Zarz±dzania Baz± Danych PostgreSQL (dawniej znany jako
193 Postgres, nastêpnie jako Postgres95).
194
195 PostgreSQL jest rozszerzeniem systemu zarz±dzania baz danych POSTGRES,
196 prototypu DBMS nastêpnej generacji. Co prawda PostgreSQL odziedziczy³
197 model danych oraz bogaty zbiór ró¿nych typów danych, to jednak jêzyk
198 zapytañ PostQuel zosta³ zast±piony rozszerzonym SQL-em. PostgreSQL
199 jest wolnym oprogramowaniem i kody ¼ród³owe tego oprogramowania s± w
200 pe³ni dostêpne.
201
202 System PostgreSQL jest tworzony przez zespó³ ludzi, którzy s± zapisani
203 na listê dyskusyjn± dotycz±c± PostgreSQL-a. Obecnym koordynatorem jest
204 Marc G. Fournier (scrappy@postgreSQL.org). Wymieniony wy¿ej zespó³
205 jest odpowiedzialny za aktualny i przysz³y rozwój systemu PostgreSQL.
206
207 Autorami PostgreSQL-a 1.01 byli Andrew Yu oraz Jolly Chen. Wielu
208 innych pomaga³o przenosz±c na ró¿ne platformy, testuj±c, analizuj±c i
209 rozszerzaj±c kod. Oryginalny kod Postgres-a, na podstawie którego
210 PostgreSQL powsta³, by³ wysi³kiem wielu absolwentów, studentów oraz
211 zespo³u programistów, którzy pracowali pod kierunkiem profesora
212 Michaela Stonebrakera z Uniwersytetu Kalifornii w Berkeley.
213
214 Nazwa oryginalna oprogramowania tworzonego w Berkeley brzmia³a
215 Postgres. W 1995 roku dodano jêzyk zapytañ SQL i nazwê zmieniono na
216 Postgres95. W koñcu roku 1996 nazwê ostatecznie zmieniono na
217 PostgreSQL.
218
219 PostgreSQL mo¿e byæ uruchominy pod nastêpuj±cymi systemami: Solaris,
220 SunOS, HPUX, AIX, Linux, Irix, FreeBSD i innych systemach Unix.
221
222 %description -l pt_BR
223 Gerenciador de Banco de Dados PostgreSQL (conhecido anteriormente como
224 Postgres, e depois como Postgres95).
225
226 O PostgreSQL é uma continuação melhorada do Sistema Gerenciador de
227 Banco de Dados POSTGRES, que era um protótipo de pesquisa para um SGBD
228 de nova geração. Enquanto o PostgreSQL mantém o poderoso modelo de
229 dados e os vários tipos de dados do POSTGRES, ele substitui a
230 linguagem de consulta PostQuel por um subconjunto estendido da SQL. O
231 PostgreSQL é livre e tem os fontes disponíveis.
232
233 O desenvolvimento do PostgreSQL está sendo executado por uma equipe de
234 desenvolvedores da Internet, todos subscritores da lista de
235 desenvolvimento do PostgreSQL. O coordenador atual é Marc G. Fournier
236 (scrappy@postgreSQL.org). Esta equipe é agora responsável pelo
237 desenvolvimento atual e futuro do PostgreSQL.
238
239 %description -l ru
240 PostgreSQL - ÓÉÓÔÅÍÁ ÕÐÒÁ×ÌÅÎÉÑ ÂÁÚÁÍÉ ÄÁÎÎÙÈ (ÐÒÅÖÄÅ ÉÚ×ÅÓÔÎÁÑ ËÁË
241 Postgres, ÐÏÔÏÍ ËÁË Postgres95).
242
243 PostgreSQL - ÜÔÏ ÒÁÓÛÉÒÅÎÎÁÑ ×ÅÒÓÉÑ ÓÉÓÔÅÍÙ ÕÐÒÁ×ÌÅÎÉÑ ÂÁÚÁÍÉ ÄÁÎÎÙÈ
244 POSTGRES, ÉÓÓÌÅÄÏ×ÁÔÅÌØÓËÏÇÏ ÐÒÏÔÏÔÉÐÁ DBMS ÓÌÅÄÕÀÝÅÊ ÇÅÎÅÒÁÃÉÉ.
245 óÏÈÒÁÎÑÑ ÍÏÝÎÕÀ ÍÏÄÅÌØ ÄÁÎÎÙÈ É ÂÏÇÁÔÙÊ ÎÁÂÏÒ ÔÉÐÏ× ÄÁÎÎÙÈ POSTGRES,
246 ÏÎÁ ÚÁÍÅÎÑÅÔ ÑÚÙË ÚÁÐÒÏÓÏ× PostQuel ÒÁÓÛÉÒÅÎÎÙÍ ÎÁÂÏÒÏÍ SQL.
247 PostgreSQL ÂÅÓÐÌÁÔÅΠɠÐÏÓÔÁ×ÌÑÅÔÓÑ × ×ÉÄÅ ÐÏÌÎÏÇÏ ËÏÍÐÌÅËÔÁ ÉÓÈÏÄÎÙÈ
248 ÔÅËÓÔÏ×.
249
250 PostgreSQL ÒÁÚÒÁÂÁÔÙ×ÁÌÓÑ ËÏÍÁÎÄÏÊ Internet-ÒÁÚÒÁÂÏÔÞÉËÏ×, ÐÏÄÐÉÓÁÎÎÙÈ
251 ÎÁ ÓÐÉÓÏË ÒÁÓÓÙÌËÉ, ÐÏÓ×ÑÝÅÎÎÙÊ ÒÁÚÒÁÂÏÔËÅ PostgreSQL. ÷ ÎÁÓÔÏÑÝÅÅ
252 ×ÒÅÍÑ ËÏÏÒÄÉÎÁÔÏÒÏÍ Ñ×ÌÑÅÔÓÑ Marc G. Fournier
253 (scrappy@postgreSQL.org). üÔÁ ËÏÍÁÎÄÁ × ÎÁÓÔÏÑÝÅÅ ×ÒÅÍÑ ÏÔ×ÅÞÁÅÔ ÚÁ
254 ×ÓÅ ÔÅËÕÝÉÅ É ÂÕÄÕÝÉÅ ÒÁÚÒÁÂÏÔËÉ PostgreSQL.
255
256 á×ÔÏÒÁÍÉ PostgreSQL 1.01 ÂÙÌÉ Andrew Yu É Jolly Chen. íÎÏÇÉÅ ×ÎÅÓÌÉ
257 Ó×ÏÊ ×ËÌÁÄ × ÐÏÒÔÉÒÏ×ÁÎÉÅ, ÔÅÓÔÉÒÏ×ÁÎÉÅ, ÏÔÌÁÄËÕ É ÕÌÕÞÛÅÎÉÅ ËÏÄÁ.
258 ïÒÉÇÉÎÁÌØÎÙÊ ËÏÄ Postgres, ÏÔ ËÏÔÏÒÏÇÏ ÐÒÏÉÚÏÛÅÌ PostgreSQL, ÂÙÌ
259 ÓÏÚÄÁΠÕÓÉÌÉÑÍÉ ÓÔÕÄÅÎÔÏ×, ÁÓÐÉÒÁÎÔÏ× É ÐÅÒÓÏÎÁÌÁ, ÒÁÂÏÔÁÀÝÅÇÏ ÐÏÄ
260 ÒÕËÏ×ÏÄÓÔ×ÏÍ ÐÒÏÆÅÓÓÏÒÁ Michael Stonebraker × University of
261 California, Berkeley.
262
263 ïÒÉÇÉÎÁÌØÎÏÅ ÎÁÚ×ÁÎÉÅ ðï × Berkeley ÂÙÌÏ Postgres. ëÏÇÄÁ × 1995 ÇÏÄÕ
264 ÂÙÌÁ ÄÏÂÁ×ÌÅÎÁ ÆÕÎËÃÉÏÎÁÌØÎÏÓÔØ SQL, ÎÁÚ×ÁÎÉÅ ÉÚÍÅÎÉÌÏÓØ ÎÁ
265 Postgres95. ÷ ËÏÎÃÅ 1996 ÇÏÄÁ ÏÎÏ ÅÝÅ ÒÁÚ ÉÚÍÅÎÉÌÏÓØ É ÔÅÐÅÒØ ÜÔÏ
266 PostgreSQL.
267
268 PostgreSQL ÒÁÂÏÔÁÅÔ ÎÁ Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
269 É ÂÏÌØÛÉÎÓÔ×Å ÄÒÕÇÉÈ ÒÁÚÎÏ×ÉÄÎÏÓÔÅÊ Unix.
270
271 %description -l tr
272 PostgreSQL, POSTGRES'den türemiþ bir veri tabaný yönetim sistemidir
273 (DBMS). Güçlü veri modeli ve zengin POSTGRES veri tiplerini
274 desteklerken SQL'in geniþletilmiþ bir altkümesi yerine PostQuel
275 sorgulama dilini koyar.
276
277 %description -l uk
278 PostgreSQL - ÓÉÓÔÅÍÁ ËÅÒÕ×ÁÎÎÑ ÂÁÚÁÍÉ ÄÁÎÉÈ (ÒÁΦ۠צÄÏÍÁ ÑË Postgres,
279 ÐÏԦ͠ÑË Postgres95).
280
281 PostgreSQL - ÃÅ ÒÏÚÛÉÒÅÎÁ ×ÅÒӦѠÓÉÓÔÅÍÉ ËÅÒÕ×ÁÎÎÑ ÂÁÚÁÍÉ ÄÁÎÉÈ
282 POSTGRES, ÄÏÓ̦ÄÎÉÃØËÏÇÏ ÐÒÏÔÏÔÉÐÕ DBMS ÎÁÓÔÕÐÎϧ ÇÅÎÅÒÁæ§.
283 úÂÅÒ¦ÇÁÀÞÉ ÐÏÔÕÖÎÕ ÍÏÄÅÌØ ÄÁÎÉÈ ÔÁ ÂÁÇÁÔÉÊ ÎÁ¦ҠÔÉЦנÄÁÎÉÈ POSTGRES,
284 ×ÏÎÁ ÚÁͦÎÀ¤ ÍÏ×Õ ÚÁÐÉԦנPostQuel ÒÏÚÛÉÒÅÎÉÍ ÎÁÂÏÒÏÍ SQL. PostgreSQL
285 ÂÅÚËÏÛÔÏ×ÎÁ ÔÁ ÐÏÓÔÁ×ÌѤÔØÓÑ Õ ×ÉÇÌÑĦ ÐÏ×ÎÏÇÏ ËÏÍÐÌÅËÔÕ ×ÉȦÄÎÉÈ
286 ÔÅËÓÔ¦×.
287
288 PostgreSQL ÒÏÚÒÏÂÌѤÔØÓÑ ËÏÍÁÎÄÏÀ Internet-ÐÒÏÇÒÁͦÓÔ¦×, ÕÞÁÓÎÉ˦×
289 ÓÐÉÓËÕ ÒÏÚÓÉÌËÉ, ÐÒÉÓ×ÑÞÅÎÏÇÏ ÒÏÚÒÏÂæ PostgreSQL. îÁÒÁÚ¦
290 ËÏÏÒÄÉÎÁÔÏÒÏÍ ¤ Marc G. Fournier (scrappy@postgreSQL.org). ãÑ ËÏÍÁÎÄÁ
291 צÄÐÏצÄÁ¤ ÚÁ ×Ó¦ ÐÏÔÏÞΦ ÔÁ ÍÁÊÂÕÔΦ ÒÏÚÒÏÂËÉ PostgreSQL.
292
293 á×ÔÏÒÁÍÉ PostgreSQL 1.01 ÂÕÌÉ Andrew Yu ÔÁ Jolly Chen. âÁÇÁÔÏ ÌÀÄÅÊ
294 ×ÎÅÓÌÉ Óצʠ×ÎÅÓÏË × ÐÏÒÔÕ×ÁÎÎÑ, ÔÅÓÔÕ×ÁÎÎÑ, ×¦ÄÌÁÄËÕ ÔÁ ÐÏËÒÁÝÅÎÎÑ
295 ËÏÄÕ. ïÒÉǦÎÁÌØÎÉÊ ËÏÄ Postgres, ×¦Ä ÑËÏÇÏ ÐÏÈÏÄÉÔØ PostgreSQL, ÂÕ×
296 ÓÔ×ÏÒÅÎÉÊ ÚÕÓÉÌÌÑÍÉ ÓÔÕÄÅÎÔ¦×, ÁÓЦÒÁÎԦנÔÁ ÐÅÒÓÏÎÁÌÕ, ÑËÉÊ ÐÒÁÃÀ×Á×
297 ЦĠËÅÒ¦×ÎÉÃÔ×ÏÍ ÐÒÏÆÅÓÏÒÁ Michael Stonebraker × University of
298 California, Berkeley.
299
300 ïÒÉǦÎÁÌØÎÁ ÎÁÚ×Á ÐÒÏÇÒÁÍÉ × Berkeley ÂÕÌÁ Postgres. ëÏÌÉ × 1995 ÒÏæ
301 ÂÕÌÏ ÄÏÄÁÎÏ ÆÕÎËæÏÎÁÌØΦÓÔØ SQL, ÎÁÚ×Á ÚͦÎÉÌÁÓÑ ÎÁ Postgres95. ÷
302 ˦Îæ 1996 ÒÏËÕ ×ÏÎÁ ÝÅ ÒÁÚ ÚͦÎÉÌÁÓØ ¦ ÚÁÒÁÚ ÃÅ PostgreSQL.
303
304 PostgreSQL ÐÒÁÃÀ¤ ÎÁ Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD
305 ÔÁ Â¦ÌØÛÏÓÔ¦ ¦ÎÛÉÈ Ò¦ÚÎÏ×ÉĦנUnix.
306
307 %package devel
308 Summary:        PostgreSQL development header files and libraries
309 Summary(de):    PostgreSQL-Entwicklungs-Header-Dateien und Libraries
310 Summary(es):    Archivos de inclusión y bibliotecas PostgreSQL
311 Summary(fr):    En-têtes et bibliothèques de développement PostgreSQL
312 Summary(pl):    PostgreSQL - pliki nag³ówkowe i biblioteki
313 Summary(pt_BR): Arquivos de inclusão e bibliotecas para desenvolvimento com o PostgreSQL
314 Summary(ru):    PostgreSQL - ÈÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ ÒÁÚÒÁÂÏÔÞÉËÁ
315 Summary(tr):    PostgreSQL baþlýk dosyalarý ve kitaplýklar
316 Summary(uk):    PostgreSQL - ÈÅÄÅÒÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÐÒÏÇÒÁͦÓÔÁ
317 Group:          Development/Libraries
318 Requires:       %{name}-libs = %{version}
319
320 %description devel
321 This package contains header files and libraries required to compile
322 applications that are talking directly to the PostgreSQL backend
323 server.
324
325 %description devel -l de
326 Dieses Paket enthält die Header-Dateien und Libraries, die zum
327 Kompilieren von Applikationen notwendig sind, die direkt mit dem
328 PostgreSQL-Backend-Server kommunizieren.
329
330 %description devel -l es
331 Este paquete contiene archivos de inclusión y bibliotecas requeridas
332 para compilación de aplicativos que se comunican directamente con el
333 servidor backend PostgreSQL.
334
335 %description devel -l fr
336 Ce package contient les fichiers d'en-tête et les bibliothéques
337 nécessaires pour compiler des applications ayant des échanges directs
338 avec le serveur du backend PostgreSQL.
339
340 %description devel -l pl
341 Pakiet zawiera nag³ówki oraz biblioteki wymagane do kompilacji
342 aplikacji ³±cz±cych siê bezpo¶rednio z serwerem PostgreSQL.
343
344 %description devel -l pt_BR
345 Este pacote contém arquivos de inclusão e bibliotecas requeridas para
346 compilação de aplicativos que se comunicam diretamente com o servidor
347 backend PostgreSQL.
348
349 %description devel -l ru
350 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÈÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÓÂÏÒËÉ
351 ÐÒÉÌÏÖÅÎÉÊ, ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ ×ÚÁÉÍÏÄÅÊÓÔ×ÕÀÝÉÈ Ó ÓÅÒ×ÅÒÏÍ PostgreSQL.
352
353 %description devel -l tr
354 Bu paket, PostgreSQL sunucusuyla konuþacak yazýlýmlar geliþtirmek için
355 gereken baþlýk dosyalarýný ve kitaplýklarý içerir.
356
357 %description devel -l uk
358 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÈÅÄÅÒÉ ÔÁ Â¦Â̦ÏÔÅËÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ
359 ÐÒÏÇÒÁÍ, Ñ˦ ÂÅÚÐÏÓÅÒÅÄÎØÏ ×ÚÁ¤ÍÏĦÀÔØ Ú ÓÅÒ×ÅÒÏÍ PostgreSQL.
360
361 %package backend-devel
362 Summary:        PostgreSQL backend development header files
363 Summary(pl):    PostgreSQL - pliki nag³ówkowe dla backendu
364 Group:          Development/Libraries
365 Requires:       %{name}-libs = %{version}
366
367 %description backend-devel
368 This package contains header files required to compile functions that
369 could be loaded directly by backend
370
371 %description backend-devel -l pl
372 Pakiet zawiera nag³ówki wymagane do kompilacji funkcji ktore moga byc
373 bezposrednio ladowane przez beckend serwera PostgreSQL.
374
375 %package clients
376 Summary:        Clients needed to access a PostgreSQL server
377 Summary(es):    Clientes necesarios para acceder al servidor PostgreSQL
378 Summary(pl):    Klienci wymagani do dostêpu do serwera PostgreSQL
379 Summary(pt_BR): Clientes necessários para acessar o servidor PostgreSQL
380 Summary(ru):    ëÌÉÅÎÔÓËÉÅ ÐÒÏÇÒÁÍÍÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÄÏÓÔÕÐÁ Ë ÓÅÒ×ÅÒÕ PostgreSQL
381 Summary(uk):    ë̦¤ÎÔÓØ˦ ÐÒÏÇÒÁÍÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ ÓÅÒ×ÅÒÁ PostgreSQL
382 Group:          Applications/Databases
383 Requires:       %{name}-libs = %{version}
384
385 %description clients
386 This package includes only the clients needed to access an PostgreSQL
387 server. The server is included in the main package. If all you need is
388 to connect to another PostgreSQL server, the this is the only package
389 you need to install. Clients include several command-line utilities
390 you can use to manage your databases on a remote PostgreSQL server.
391
392 %description clients -l es
393 Este paquete incluye solamente los clientes necesarios para acceder un
394 servidor PostgreSQL. El servidor está en el paquete principal.
395
396 %description clients -l pl
397 Pakiet zawiera programy klienckie potrzebne dla dostêpu do serwera
398 PostgreSQL oraz narzêdzia do zarz±dzania bazami dzia³aj±ce z linii
399 poleceñ. Serwer znajduje siê w g³ównym pakiecie.
400
401 %description clients -l pt_BR
402 Este pacote inclui somente os clientes necessários para acessar um
403 servidor PostgreSQL. O servidor está no pacote principal.
404
405 %description clients -l ru
406 üÔÏÔ ÐÁËÅÔ ×ËÌÀÞÁÅÔ ÔÏÌØËÏ ËÌÉÅÎÔÓËÉÅ ÐÒÏÇÒÁÍÍÙ É ÂÉÂÌÉÏÔÅËÉ,
407 ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÄÏÓÔÕÐÁ Ë ÓÅÒ×ÅÒÕ PostgreSQL. óÅÒ×ÅÒ ×ÈÏÄÉÔ × ÇÌÁ×ÎÙÊ
408 ÐÁËÅÔ. åÓÌÉ ×ÁÍ ÎÁÄÏ ÔÏÌØËÏ ÒÁÂÏÔÁÔØ Ó ÄÒÕÇÉÍ ÓÅÒ×ÅÒÏÍ PostgreSQL, ÜÔÏ
409 ÅÄÉÎÓÔ×ÅÎÎÙÊ ÐÁËÅÔ, ËÏÔÏÒÙÊ ×ÁÍ ÎÁÄÏ ÕÓÔÁÎÏ×ÉÔØ.
410
411 ôÅÐÅÒØ ÐÁËÅÔÙ Ó ÂÉÂÌÉÏÔÅËÁÍÉ ÄÌÑ ÒÁÚÎÙÈ ÑÚÙËÏ× ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ (C,
412 C++, PERL É TCL) ÒÁÚÄÅÌÅÎÙ. üÔÏÔ ÐÁËÅÔ ×ËÌÀÞÁÅÔ ÔÏÌØËÏ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ
413 ÑÚÙËÁ C.
414
415 %description clients -l uk
416 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ Ô¦ÌØËÉ Ë̦¤ÎÔÓØ˦ ÐÒÏÇÒÁÍÉ ÔÁ Â¦Â̦ÏÔÅËÉ, ÎÅÏÂȦÄΦ
417 ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ ÓÅÒ×ÅÒÁ PostgreSQL. óÅÒ×ÅҠͦÓÔÉÔØÓÑ × ÇÏÌÏ×ÎÏÍÕ
418 ÐÁËÅÔ¦. ñËÝÏ ×ÁÍ ÐÏÔÒ¦ÂÎÏ ÐÒÁÃÀ×ÁÔÉ Ú ¦ÎÛÉÍ ÓÅÒ×ÅÒÏÍ PostgreSQL, ÃÅ
419 ¤ÄÉÎÉÊ ÐÁËÅÔ, ÑËÉÊ ×ÁÍ ÔÒÅÂÁ ×ÓÔÁÎÏ×ÉÔÉ.
420
421 ôÅÐÅÒ ÐÁËÅÔɠڠ¦Â̦ÏÔÅËÁÍÉ ÄÌÑ Ò¦ÚÎÉÈ ÍÏ× ÐÒÏÇÒÁÍÕ×ÁÎÎÑ (C, C++, PERL
422 ¦ TCL) ÒÏÚĦÌÅΦ. ãÅÊ ÐÁËÅԠͦÓÔÉÔØ Ô¦ÌØËɠ¦Â̦ÏÔÅËÉ ÄÌÑ ÍÏ×É C.
423
424 %package doc
425 Summary:        Documentation for PostgreSQL
426 Summary(pl):    Dodatkowa dokumantacja dla PostgreSQL
427 Group:          Applications/Databases
428
429 %description doc
430 This package includes documentation and HOWTO for programmer, admin
431 etc., in HTML format.
432
433 %description doc -l pl
434 Pakiet ten zawiera dokumentacjê oraz HOWTO m.in. dla programistów,
435 administratorów w formacie HTML.
436
437 %package libs
438 Summary:        PostgreSQL libraries
439 Summary(es):    Biblioteca compartida del PostgreSQL
440 Summary(pl):    Biblioteki dzielone programu PostgreSQL
441 Summary(pt_BR): Biblioteca compartilhada do PostgreSQL
442 Summary(zh_CN): PostgreSQL ¿Í»§ËùÐèÒªµÄ¹²Ïí¿â
443 Group:          Libraries
444
445 %description libs
446 PostgreSQL shared libraries.
447
448 %description libs -l es
449 Este paquete contiene la biblioteca compartida para acceso al
450 PostgreSQL.
451
452 %description libs -l pl
453 Biblioteki dzielone programu PostgreSQL.
454
455 %description libs -l pt_BR
456 Este pacote contém a biblioteca compartilhada para acesso ao
457 PostgreSQL.
458
459 %package ecpg
460 Summary:        Embedded SQL in C interface
461 Summary(pl):    Interfejs wbudowanego SQL-a w jêzyk C
462 Group:          Libraries
463
464 %description ecpg
465 Embedded SQL in C interface.
466
467 %description ecpg -l pl
468 Interfejs wbudowanego SQL-a w jêzyk C.
469
470 %package ecpg-devel
471 Summary:        Embedded SQL in C interface files
472 Summary(pl):    Pliki programistyczne interfejsu wbudowanego SQL-a w jêzyk C
473 Group:          Development/Libraries
474 Requires:       %{name}-devel = %{version}
475
476 %description ecpg-devel
477 Embedded SQL in C interface files.
478
479 %description ecpg-devel -l pl
480 Pliki programistyczne interfejsu wbudowanego SQL-a w jêzyk C.
481
482 %package static
483 Summary:        PostgreSQL static libraries
484 Summary(es):    Bibliotecas estaticas PostgreSQL
485 Summary(pl):    Biblioteki statyczne programu PostgreSQL
486 Summary(pt_BR): Bibliotecas estáticas PostgreSQL
487 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó PostgreSQL
488 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú PostgreSQL
489 Group:          Development/Libraries
490 Requires:       %{name}-devel = %{version}
491
492 %description static
493 PostgreSQL static libraries.
494
495 %description static -l es
496 Este paquete contiene bibliotecas estaticas requerida para compilación
497 de aplicativos que se comunican directamente con el servidor backend
498 PostgreSQL.
499
500 %description static -l pl
501 Biblioteki statyczne programu PostgreSQL.
502
503 %description static -l pt_BR
504 Este pacote contém as bibliotecas estáticas requeridas para compilação
505 de aplicativos que se comunicam diretamente com o servidor backend
506 PostgreSQL.
507
508 %description static -l ru
509 üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ
510 ×ÈÏÄÑÔ × %{name}-devel.
511
512 %description static -l uk
513 ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍɠ¦Â̦ÏÔÅËÁÍÉ, Ñ˦ Â¦ÌØÛ ÎÅ ×ÈÏÄÑÔØ ×
514 %{name}-devel.
515
516 %package tcl
517 Summary:        Tcl interface for PostgreSQL
518 Summary(es):    Bibliotecas y shell Tcl para acceder un servidor PostgreSQL
519 Summary(pl):    Interfejs Tcl dla PostgreSQL
520 Summary(pt_BR): Bibliotecas e shell para programas em Tcl acessarem o servidor PostgreSQL
521 Summary(ru):    âÉÂÌÉÏÔÅËÉ ÄÌÑ ÄÏÓÔÕÐÁ Ë PostgreSQL ÉÚ Tcl
522 Summary(uk):    â¦Â̦ÏÔÅËÉ ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ PostgreSQL Ú Tcl
523 Summary(zh_CN): Ò»¸ö Tcl ¿âºÍ PostgreSQL µÄ PL/Tcl ±à³ÌÓïÑÔ
524 Group:          Development/Languages/Tcl
525 Requires:       %{name}-libs = %{version}
526
527 %description tcl
528 Tcl interface for PostgreSQL.
529
530 %description tcl -l es
531 Bibliotecas y shell Tcl para acceder un servidor PostgreSQL
532
533 %description tcl -l pl
534 Interfejs Tcl dla PostgreSQL.
535
536 %description tcl -l pt_BR
537 Bibliotecas e shell para programas em Tcl acessarem o servidor
538 PostgreSQL.
539
540 %description tcl -l ru
541 libpgtcl - API ÄÌÑ ÄÏÓÔÕÐÁ Ë ÂÁÚÅ ÄÁÎÎÙÈ PostgreSQL ÉÚ ÑÚÙËÁ Tcl.
542
543 %description tcl -l uk
544 libpgtcl - API ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ ÂÁÚÉ ÄÁÎÉÈ PostgreSQL Ú ÍÏ×É Tcl.
545
546 %package tcl-devel
547 Summary:        Development part of Tcl interface for PostgreSQL
548 Summary(pl):    Czê¶æ dla programistów interfejsu Tcl dla PostgreSQL
549 Summary(ru):    èÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔÏË Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ libpgtcl (Tcl ÉÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL)
550 Summary(uk):    èÅÄÅÒÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂÏË Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ libpgtcl (Tcl-¦ÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL)
551 Group:          Development/Languages/Tcl
552 Requires:       %{name}-tcl = %{version}
553 Requires:       %{name}-devel = %{version}
554
555 %description tcl-devel
556 Development part of Tcl interface for PostgreSQL.
557
558 %description tcl-devel -l pl
559 Czê¶æ interfejsu Tcl dla PostgreSQL przeznaczona dla programistów.
560
561 %description tcl-devel -l ru
562 üÔÏ ÐÁËÅÔ ÒÁÚÒÁÂÏÔÞÉËÁ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó libpgtcl. ïΠ×ËÌÀÞÁÅÔ
563 ÈÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ × ÐÒÏÇÒÁÍÍÁÈ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔ
564 ËÏÄ ÉÌÉ API libtcl (Tcl ÉÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL).
565
566 %description tcl-devel -l uk
567 ãÅ ÐÁËÅÔ ÐÒÏÇÒÁͦÓÔÁ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú libpgtcl. ÷¦Î Í¦ÓÔÉÔØ ÈÅÄÅÒÉ
568 ÔÁ Â¦Â̦ÏÔÅËÉ ÄÌÑ ×ÉËÏÒÉÓÔÁÎÎÑ × ÐÒÏÇÒÁÍÁÈ, Ñ˦ ×ÉËÏÒÉÓÔÏ×ÕÀÔØ ËÏÄ ÁÂÏ
569 API libtcl (Tcl-¦ÎÔÅÒÆÅÊÓÕ ÄÌÑ PostgreSQL).
570
571 %package tcl-static
572 Summary:        Static libraries of Tcl interface for PostgreSQL
573 Summary(pl):    Biblioteki statyczne interfejsu Tcl dla PostgreSQL
574 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó libpgtcl
575 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú libpgtcl
576 Group:          Development/Languages/Tcl
577 Requires:       %{name}-tcl-devel = %{version}
578
579 %description tcl-static
580 Static libraries of Tcl interface for PostgreSQL.
581
582 %description tcl-static -l pl
583 Biblioteki statyczne interfejsu Tcl dla PostgreSQL.
584
585 %description tcl-static -l ru
586 üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ
587 ×ÈÏÄÑÔ × postgresql-tcl-devel.
588
589 %description tcl-static -l uk
590 ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍɠ¦Â̦ÏÔÅËÁÍÉ, ÝϠ¦ÌØÛÅ ÎÅ ×ÈÏÄÑÔØ ÄÏ
591 postgresql-tcl-devel.
592
593 %package module-plpgsql
594 Summary:        PL/pgSQL - PostgreSQL procedural language
595 Summary(pl):    PL/pgSQL jêzyk proceduralny bazy danych PostgreSQL
596 Group:          Applications/Databases
597 Requires:       %{name} = %{version}
598
599 %description module-plpgsql
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/pgSQL procedural language for your database you have to
611 run createlang command.
612
613 %description module-plpgsql -l pl
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± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
625 proceduralnego PL/pgSQL dla swojej bazy danych.
626
627 %package module-plperl
628 Summary:        PL/perl - PostgreSQL procedural language
629 Summary(pl):    PL/perl jêzyk proceduralny bazy danych PostgreSQL
630 Group:          Applications/Databases
631 Requires:       %{name} = %{version}
632 %requires_eq    perl-base
633
634 %description module-plperl
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/perl procedural language for your database you have to
646 run createlang command.
647
648 %description module-plperl -l pl
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± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
660 proceduralnego PL/perl dla swojej bazy danych.
661
662 %package module-plpython
663 Summary:        PL/python - PostgreSQL procedural language
664 Summary(pl):    PL/python jêzyk proceduralny bazy danych PostgreSQL
665 Group:          Applications/Databases
666 Requires:       %{name} = %{version}
667 %pyrequires_eq  python
668
669 %description module-plpython
670 From PostgreSQL documentation.
671
672 Postgres supports the definition of procedural languages. In the case
673 of a function or trigger procedure defined in a procedural language,
674 the database has no built-in knowledge about how to interpret the
675 function's source text. Instead, the task is passed to a handler that
676 knows the details of the language. The handler itself is a special
677 programming language function compiled into a shared object and loaded
678 on demand.
679
680 To enable PL/python procedural language for your database you have to
681 run createlang command.
682
683 %description module-plpython -l pl
684 Z dokumentacji PostgreSQL.
685
686 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
687 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
688 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
689 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
690 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
691 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
692 potrzeby.
693
694 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
695 proceduralnego PL/python dla swojej bazy danych.
696
697 %package module-pltcl
698 Summary:        PL/TCL - PostgreSQL procedural language
699 Summary(pl):    PL/TCL - jêzyk proceduralny bazy danych PostgreSQL
700 Group:          Applications/Databases
701 Requires:       %{name} = %{version}
702
703 %description module-pltcl
704 From PostgreSQL documentation.
705
706 Postgres supports the definition of procedural languages. In the case
707 of a function or trigger procedure defined in a procedural language,
708 the database has no built-in knowledge about how to interpret the
709 function's source text. Instead, the task is passed to a handler that
710 knows the details of the language. The handler itself is a special
711 programming language function compiled into a shared object and loaded
712 on demand.
713
714 To enable PL/TCL procedural language for your database you have to run
715 createlang command.
716
717 %description module-pltcl -l pl
718 Z dokumentacji PostgreSQL.
719
720 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
721 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
722 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
723 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
724 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
725 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
726 potrzeby.
727
728 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
729 proceduralnego PL/TCL dla swojej bazy danych.
730
731 %package module-pgcrypto
732 Summary:        Cryptographic functions for PostgreSQL
733 Summary(pl):    Funkcje kryptograficzne dla PostgreSQL
734 Group:          Applications/Databases
735 Requires:       %{name} = %{version}
736
737 %description module-pgcrypto
738 Cryptographic functions for PostgreSQL.
739
740 %description module-pgcrypto -l pl
741 Funkcje kryptograficzne dla PostgreSQL.
742
743 %package module-tsearch2
744 Summary:        Full text extension for PostgreSQL
745 Summary(pl):    Rozszerzenie pe³notekstowe dla PostgreSQL-a
746 Group:          Applications/Databases
747 Requires:       %{name} = %{version}
748
749 %description module-tsearch2
750 Implementation of a new data type tsvector - a searchable data type
751 with indexed access:
752 http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
753
754 %description module-tsearch2 -l pl
755 Implementacja nowego typu danych tsvector - typu danych podlegaj±cego
756 przeszukiwaniu z dostêpem poprzez indeksy:
757 http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
758
759 %prep
760 %setup -q
761 %patch0 -p1
762 %patch1 -p1
763 %patch2 -p0
764 %patch3 -p1
765 %{?with_absolute_dbpaths:%patch4 -p1}
766 %patch5 -p1
767 %patch6 -p1
768 %patch7 -p1
769 %patch8 -p1
770 %patch9 -p1
771 %patch10 -p1
772 %patch11 -p0
773
774 tar xzf doc/man*.tar.gz
775
776 mkdir doc/unpacked
777 tar zxf doc/postgres.tar.gz -C doc/unpacked
778
779 # Erase all CVS dir
780 find contrib -type d -name CVS -exec rm -rf {} \;
781
782 %build
783 rm -f config/libtool.m4
784 install /usr/share/automake/config.* config/
785 %{__aclocal} -I config
786 %{__autoconf}
787 %configure CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS"\
788         %{?with_pgsql_locale:--enable-locale} \
789         %{?with_pgsql_multibyte:--enable-multibyte} \
790         --disable-rpath \
791         --enable-nls \
792         --enable-thread-safety \
793         --enable-integer-datetimes \
794         --enable-depend \
795         --enable-recode \
796         --enable-syslog \
797         --with-pam \
798         --enable-unicode-conversion \
799         --with-CXX \
800         %{?with_tcl:--with-tcl} \
801         %{?with_tcl:--with-tk} \
802         %{?with_perl:--with-perl} \
803         %{?with_python:--with-python} \
804         %{?with_kerberos5:--with-krb5=%{_prefix}} \
805         --with-openssl \
806         --with-x \
807         %{?with_jdbc:--with-java}
808
809 %{__make}
810 %{__make} -C contrib/pg_autovacuum
811 %{__make} -C contrib/pgcrypto
812 %{__make} -C contrib/tsearch2
813 %ifnarch sparc sparcv9 sparc64 alpha ppc
814 %{?with_tests:%{__make} check}
815 %endif
816
817 %install
818 rm -rf $RPM_BUILD_ROOT
819 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig}} \
820         $RPM_BUILD_ROOT{/var/{lib/pgsql,log},%{_pgsqldir}} \
821         $RPM_BUILD_ROOT%{_mandir} \
822         $RPM_BUILD_ROOT/home/services/postgres
823
824 %{__make} install install-all-headers \
825         DESTDIR=$RPM_BUILD_ROOT
826
827 %{?with_perl:%{__make} install -C src/pl/plperl DESTDIR=$RPM_BUILD_ROOT}
828
829 %{__make} -C contrib/pg_autovacuum install \
830         DESTDIR=$RPM_BUILD_ROOT
831
832 %{__make} -C contrib/pgcrypto install \
833         DESTDIR=$RPM_BUILD_ROOT
834
835 %{__make} -C contrib/tsearch2 install \
836         DESTDIR=$RPM_BUILD_ROOT
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 -d howto
844 ( cd howto
845   tar xzf $RPM_SOURCE_DIR/pgsql-Database-HOWTO-html.tar.gz
846 )
847
848 %py_comp $RPM_BUILD_ROOT%{py_libdir}
849 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
850
851 # find locales
852 for f in libpq pg_controldata pg_dump pg_resetxlog pgscripts postgres psql; do
853         %find_lang $f
854 done
855 # merge locales
856 cat pgscripts.lang pg_resetxlog.lang postgres.lang pg_controldata.lang > main.lang
857 cat pg_dump.lang psql.lang > clients.lang
858
859 %clean
860 rm -rf $RPM_BUILD_ROOT
861
862 %pre
863 PG_DB_CLUSTERS=""
864 if [ -f /etc/sysconfig/postgresql ]; then
865         . /etc/sysconfig/postgresql
866         if [ -z "$PG_DB_CLUSTERS" -a -n "$POSTGRES_DATA_DIR" ]; then
867                 PG_DB_CLUSTERS="$POSTGRES_DATA_DIR"
868         fi
869 fi
870 foundold=0
871 for pgdir in $PG_DB_CLUSTERS; do
872         if [ -f $pgdir/PG_VERSION ]; then
873                 if [ `cat $pgdir/PG_VERSION` != '7.4' ]; then
874                         echo "Found database(s) in older, incompatible format in cluster $pgdir."
875                         foundold=1
876                 fi
877         fi
878 done
879 if [ "$foundold" = "1" ]; then
880         echo
881         echo "Dump all data from clusters mentioned above (using pg_dump or pg_dumpall)"
882         echo "and clean (or rename) those directories; then upgrade postgresql and"
883         echo "restore all data (using pg_restore or psql)."
884         echo "Remember to stop the daemon before upgrading!"
885         echo
886         echo "Warning for upgrade from version *before* 7.2."
887         echo "Please note, that postgresql module path changed from"
888         echo "/usr/lib/pgsql/module to /usr/lib/postgresql. Change the path"
889         echo "in dump file before restore."
890         echo
891         echo "Warning for upgrade from version *before* 7.3."
892         echo "Reading following webpage is encouraged:"
893         echo "http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3."
894         exit 1
895 fi
896
897 getgid postgres >/dev/null 2>&1 || /usr/sbin/groupadd -g 88 -r -f postgres
898 if id postgres >/dev/null 2>&1 ; then
899         /usr/sbin/usermod -d /home/services/postgres postgres
900 else
901         /usr/sbin/useradd -M -o -r -u 88 \
902                 -d /home/services/postgres -s /bin/sh -g postgres \
903                 -c "PostgreSQL Server" postgres
904 fi
905
906 %post
907 /sbin/chkconfig --add postgresql
908 if [ -f /var/lock/subsys/postgresql ]; then
909         /etc/rc.d/init.d/postgresql restart >&2 || :
910 else
911         echo "Run \"/etc/rc.d/init.d/postgresql start\" to start postgresql server."
912 fi
913
914 %preun
915 if [ "$1" = "0" ]; then
916         if [ -f /var/lock/subsys/postgresql ]; then
917                 /etc/rc.d/init.d/postgresql stop
918         fi
919         /sbin/chkconfig --del postgresql
920 fi
921
922 %post   libs -p /sbin/ldconfig
923 %postun libs -p /sbin/ldconfig
924
925 %post   ecpg -p /sbin/ldconfig
926 %postun ecpg -p /sbin/ldconfig
927
928 %post   tcl -p /sbin/ldconfig
929 %postun tcl -p /sbin/ldconfig
930
931 %files -f main.lang
932 %defattr(644,root,root,755)
933 %doc contrib/pg_autovacuum/README*
934 %doc doc/FAQ* doc/README* doc/bug.template
935 %doc COPYRIGHT README HISTORY
936 %attr(754,root,root) /etc/rc.d/init.d/*
937 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/*
938
939 %attr(755,root,root) %{_bindir}/clusterdb
940 %attr(755,root,root) %{_bindir}/createdb
941 %attr(755,root,root) %{_bindir}/createlang
942 %attr(755,root,root) %{_bindir}/createuser
943 %attr(755,root,root) %{_bindir}/dropdb
944 %attr(755,root,root) %{_bindir}/droplang
945 %attr(755,root,root) %{_bindir}/dropuser
946 %attr(755,root,root) %{_bindir}/initdb
947 %attr(755,root,root) %{_bindir}/initlocation
948 %attr(755,root,root) %{_bindir}/ipcclean
949 %attr(755,root,root) %{_bindir}/pg_autovacuum
950 %attr(755,root,root) %{_bindir}/pg_controldata
951 %attr(755,root,root) %{_bindir}/pg_ctl
952 %attr(755,root,root) %{_bindir}/pg_encoding
953 %attr(755,root,root) %{_bindir}/pg_resetxlog
954 %attr(755,root,root) %{_bindir}/postgres
955 %attr(755,root,root) %{_bindir}/postmaster
956
957 %attr(755,root,root) %{_pgmoduledir}/ascii*
958 %attr(755,root,root) %{_pgmoduledir}/cyrillic*
959 %attr(755,root,root) %{_pgmoduledir}/euc*
960 %attr(755,root,root) %{_pgmoduledir}/latin*
961 %attr(755,root,root) %{_pgmoduledir}/utf*
962
963 %dir %{_pgsqldir}
964 %dir %{_pgmoduledir}
965 %dir %{_datadir}/postgresql
966 %{_datadir}/postgresql/*.bki
967 %{_datadir}/postgresql/*.sample
968 %{_datadir}/postgresql/*.description
969 %{_datadir}/postgresql/*.sql
970 %{_datadir}/postgresql/*.txt
971
972 %attr(700,postgres,postgres) /home/services/postgres
973 %attr(700,postgres,postgres) %dir /var/lib/pgsql
974 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 size mtime) /var/log/pgsql
975
976 %{_mandir}/man1/clusterdb.1*
977 %{_mandir}/man1/createdb.1*
978 %{_mandir}/man1/createlang.1*
979 %{_mandir}/man1/createuser.1*
980 %{_mandir}/man1/dropdb.1*
981 %{_mandir}/man1/droplang.1*
982 %{_mandir}/man1/dropuser.1*
983 %{_mandir}/man1/initdb.1*
984 %{_mandir}/man1/initlocation.1*
985 %{_mandir}/man1/ipcclean.1*
986 %{_mandir}/man1/pg_controldata.1*
987 %{_mandir}/man1/pg_ctl.1*
988 %{_mandir}/man1/pg_resetxlog.1*
989 %{_mandir}/man1/postgres.1*
990 %{_mandir}/man1/postmaster.1*
991
992 %files doc
993 %defattr(644,root,root,755)
994 %doc doc/unpacked/*
995 %doc howto
996
997 %files libs -f libpq.lang
998 %defattr(644,root,root,755)
999 %attr(755,root,root) %{_libdir}/libpq.so.*.*
1000 %attr(755,root,root) %{_bindir}/pg_id
1001
1002 %files ecpg
1003 %defattr(644,root,root,755)
1004 %attr(755,root,root) %{_bindir}/ecpg
1005 %attr(755,root,root) %{_libdir}/libecpg.so.*.*
1006 %attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
1007 %attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
1008 %{_mandir}/man1/ecpg.1*
1009
1010 %files ecpg-devel
1011 %defattr(644,root,root,755)
1012 %attr(755,root,root) %{_libdir}/libecpg.so
1013 %attr(755,root,root) %{_libdir}/libecpg_compat.so
1014 %attr(755,root,root) %{_libdir}/libpgtypes.so
1015 %{_includedir}/ecpg
1016
1017 %files devel
1018 %defattr(644,root,root,755)
1019 %attr(755,root,root) %{_bindir}/pg_config
1020 %attr(755,root,root) %{_libdir}/libpq.so
1021 %dir %{_includedir}/postgresql
1022 %{_includedir}/libpq-fe.h
1023 %{_includedir}/pg_config.h
1024 %{_includedir}/pg_config_os.h
1025 %{_includedir}/postgres_ext.h
1026 %dir %{_includedir}/postgresql/internal
1027 %{_includedir}/postgresql/internal/c.h
1028 %{_includedir}/postgresql/internal/libpq-int.h
1029 %{_includedir}/postgresql/internal/postgres_fe.h
1030 %{_includedir}/postgresql/internal/pqexpbuffer.h
1031 %{_includedir}/postgresql/internal/lib
1032 %{_includedir}/postgresql/internal/libpq
1033 %{_includedir}/libpq
1034 %{_mandir}/man1/pg_config.1*
1035
1036 %files backend-devel
1037 %defattr(644,root,root,755)
1038 %{_includedir}/postgresql/server
1039
1040 %files static
1041 %defattr(644,root,root,755)
1042 %{_libdir}/libecpg.a
1043 %{_libdir}/libecpg_compat.a
1044 %{_libdir}/libpq.a
1045 %{_libdir}/libpgtypes.a
1046
1047 %files clients -f clients.lang
1048 %defattr(644,root,root,755)
1049 %attr(755,root,root) %{_bindir}/pg_dump
1050 %attr(755,root,root) %{_bindir}/pg_dumpall
1051 %attr(755,root,root) %{_bindir}/pg_restore
1052 %attr(755,root,root) %{_bindir}/psql
1053 %attr(755,root,root) %{_bindir}/vacuumdb
1054
1055 %{_mandir}/man1/pg_dump.1*
1056 %{_mandir}/man1/pg_dumpall.1*
1057 %{_mandir}/man1/pg_restore.1*
1058 %{_mandir}/man1/psql.1*
1059 %{_mandir}/man1/vacuumdb.1*
1060 %{_mandir}/man7/*.7*
1061
1062 %if %{with tcl}
1063 %files tcl
1064 %defattr(644,root,root,755)
1065 %attr(755,root,root) %{_libdir}/libpgtcl.so
1066 %attr(755,root,root) %{_libdir}/libpgtcl.so.*.*
1067 %attr(755,root,root) %{_bindir}/pgtclsh
1068 %attr(755,root,root) %{_bindir}/pgtksh
1069 %{_mandir}/man1/pgtclsh.1*
1070 %{_mandir}/man1/pgtksh.1*
1071
1072 %files tcl-devel
1073 %defattr(644,root,root,755)
1074 %{_includedir}/libpgtcl.h
1075
1076 %files tcl-static
1077 %defattr(644,root,root,755)
1078 %{_libdir}/libpgtcl.a
1079 %endif
1080
1081 %files module-plpgsql
1082 %defattr(644,root,root,755)
1083 %attr(755,root,root) %{_pgmoduledir}/plpgsql.so
1084
1085 %if %{with perl}
1086 %files module-plperl
1087 %defattr(644,root,root,755)
1088 %attr(755,root,root) %{_pgmoduledir}/plperl.so
1089 %endif
1090
1091 %if %{with python}
1092 %files module-plpython
1093 %defattr(644,root,root,755)
1094 %attr(755,root,root) %{_pgmoduledir}/plpython.so
1095 %endif
1096
1097 %if %{with tcl}
1098 %files module-pltcl
1099 %defattr(644,root,root,755)
1100 %attr(755,root,root) %{_bindir}/pltcl_*
1101 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
1102 %endif
1103
1104 %files module-pgcrypto
1105 %defattr(644,root,root,755)
1106 %doc contrib/pgcrypto/README*
1107 %attr(755,root,root) %{_pgmoduledir}/pgcrypto.so
1108 %{_datadir}/%{name}/pgcrypto.sql
1109
1110 %files module-tsearch2
1111 %defattr(644,root,root,755)
1112 %attr(755,root,root) %{_pgmoduledir}/tsearch2.so
1113 %{_datadir}/%{name}/tsearch2.sql
1114 %{_datadir}/%{name}/untsearch2.sql
This page took 0.133765 seconds and 4 git commands to generate.