]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.spec
- rel. 0.2 to rebuild with fixed doc 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.2
31 Release:        0.2
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:  54a03da34c8520635957f833a4a077ee
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}-python-configdir.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}-%{release}
72 PreReq:         %{name}-libs = %{version}-%{release}
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}-%{release}
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}-%{release}
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}-%{release}
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 Requires:       %{name}-libs = %{version}-%{release}
464
465 %description ecpg
466 Embedded SQL in C interface.
467
468 %description ecpg -l pl
469 Interfejs wbudowanego SQL-a w jêzyk C.
470
471 %package ecpg-devel
472 Summary:        Embedded SQL in C interface files
473 Summary(pl):    Pliki programistyczne interfejsu wbudowanego SQL-a w jêzyk C
474 Group:          Development/Libraries
475 Requires:       %{name}-devel = %{version}-%{release}
476 Requires:       %{name}-ecpg = %{version}-%{release}
477
478 %description ecpg-devel
479 Embedded SQL in C interface files.
480
481 %description ecpg-devel -l pl
482 Pliki programistyczne interfejsu wbudowanego SQL-a w jêzyk C.
483
484 %package static
485 Summary:        PostgreSQL static libraries
486 Summary(es):    Bibliotecas estaticas PostgreSQL
487 Summary(pl):    Biblioteki statyczne programu PostgreSQL
488 Summary(pt_BR): Bibliotecas estáticas PostgreSQL
489 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó PostgreSQL
490 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú PostgreSQL
491 Group:          Development/Libraries
492 Requires:       %{name}-devel = %{version}-%{release}
493
494 %description static
495 PostgreSQL static libraries.
496
497 %description static -l es
498 Este paquete contiene bibliotecas estaticas requerida para compilación
499 de aplicativos que se comunican directamente con el servidor backend
500 PostgreSQL.
501
502 %description static -l pl
503 Biblioteki statyczne programu PostgreSQL.
504
505 %description static -l pt_BR
506 Este pacote contém as bibliotecas estáticas requeridas para compilação
507 de aplicativos que se comunicam diretamente com o servidor backend
508 PostgreSQL.
509
510 %description static -l ru
511 üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ
512 ×ÈÏÄÑÔ × %{name}-devel.
513
514 %description static -l uk
515 ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍɠ¦Â̦ÏÔÅËÁÍÉ, Ñ˦ Â¦ÌØÛ ÎÅ ×ÈÏÄÑÔØ ×
516 %{name}-devel.
517
518 %package tcl
519 Summary:        Tcl interface for PostgreSQL
520 Summary(es):    Bibliotecas y shell Tcl para acceder un servidor PostgreSQL
521 Summary(pl):    Interfejs Tcl dla PostgreSQL
522 Summary(pt_BR): Bibliotecas e shell para programas em Tcl acessarem o servidor PostgreSQL
523 Summary(ru):    âÉÂÌÉÏÔÅËÉ ÄÌÑ ÄÏÓÔÕÐÁ Ë PostgreSQL ÉÚ Tcl
524 Summary(uk):    â¦Â̦ÏÔÅËÉ ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ PostgreSQL Ú Tcl
525 Summary(zh_CN): Ò»¸ö Tcl ¿âºÍ PostgreSQL µÄ PL/Tcl ±à³ÌÓïÑÔ
526 Group:          Development/Languages/Tcl
527 Requires:       %{name}-libs = %{version}-%{release}
528
529 %description tcl
530 Tcl interface for PostgreSQL.
531
532 %description tcl -l es
533 Bibliotecas y shell Tcl para acceder un servidor PostgreSQL
534
535 %description tcl -l pl
536 Interfejs Tcl dla PostgreSQL.
537
538 %description tcl -l pt_BR
539 Bibliotecas e shell para programas em Tcl acessarem o servidor
540 PostgreSQL.
541
542 %description tcl -l ru
543 libpgtcl - API ÄÌÑ ÄÏÓÔÕÐÁ Ë ÂÁÚÅ ÄÁÎÎÙÈ PostgreSQL ÉÚ ÑÚÙËÁ Tcl.
544
545 %description tcl -l uk
546 libpgtcl - API ÄÌÑ ÄÏÓÔÕÐÕ ÄÏ ÂÁÚÉ ÄÁÎÉÈ PostgreSQL Ú ÍÏ×É Tcl.
547
548 %package tcl-devel
549 Summary:        Development part of Tcl interface for PostgreSQL
550 Summary(pl):    Czê¶æ dla programistów interfejsu Tcl dla PostgreSQL
551 Summary(ru):    èÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔÏË Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ libpgtcl (Tcl ÉÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL)
552 Summary(uk):    èÅÄÅÒÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂÏË Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ libpgtcl (Tcl-¦ÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL)
553 Group:          Development/Languages/Tcl
554 Requires:       %{name}-tcl = %{version}-%{release}
555 Requires:       %{name}-devel = %{version}-%{release}
556
557 %description tcl-devel
558 Development part of Tcl interface for PostgreSQL.
559
560 %description tcl-devel -l pl
561 Czê¶æ interfejsu Tcl dla PostgreSQL przeznaczona dla programistów.
562
563 %description tcl-devel -l ru
564 üÔÏ ÐÁËÅÔ ÒÁÚÒÁÂÏÔÞÉËÁ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó libpgtcl. ïΠ×ËÌÀÞÁÅÔ
565 ÈÅÄÅÒÙ É ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ × ÐÒÏÇÒÁÍÍÁÈ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔ
566 ËÏÄ ÉÌÉ API libtcl (Tcl ÉÎÔÅÒÆÅÊÓ ÄÌÑ PostgreSQL).
567
568 %description tcl-devel -l uk
569 ãÅ ÐÁËÅÔ ÐÒÏÇÒÁͦÓÔÁ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú libpgtcl. ÷¦Î Í¦ÓÔÉÔØ ÈÅÄÅÒÉ
570 ÔÁ Â¦Â̦ÏÔÅËÉ ÄÌÑ ×ÉËÏÒÉÓÔÁÎÎÑ × ÐÒÏÇÒÁÍÁÈ, Ñ˦ ×ÉËÏÒÉÓÔÏ×ÕÀÔØ ËÏÄ ÁÂÏ
571 API libtcl (Tcl-¦ÎÔÅÒÆÅÊÓÕ ÄÌÑ PostgreSQL).
572
573 %package tcl-static
574 Summary:        Static libraries of Tcl interface for PostgreSQL
575 Summary(pl):    Biblioteki statyczne interfejsu Tcl dla PostgreSQL
576 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ Ó libpgtcl
577 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÐÒÏÇÒÁÍÕ×ÁÎÎÑ Ú libpgtcl
578 Group:          Development/Languages/Tcl
579 Requires:       %{name}-tcl-devel = %{version}-%{release}
580
581 %description tcl-static
582 Static libraries of Tcl interface for PostgreSQL.
583
584 %description tcl-static -l pl
585 Biblioteki statyczne interfejsu Tcl dla PostgreSQL.
586
587 %description tcl-static -l ru
588 üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ
589 ×ÈÏÄÑÔ × postgresql-tcl-devel.
590
591 %description tcl-static -l uk
592 ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍɠ¦Â̦ÏÔÅËÁÍÉ, ÝϠ¦ÌØÛÅ ÎÅ ×ÈÏÄÑÔØ ÄÏ
593 postgresql-tcl-devel.
594
595 %package module-plpgsql
596 Summary:        PL/pgSQL - PostgreSQL procedural language
597 Summary(pl):    PL/pgSQL jêzyk proceduralny bazy danych PostgreSQL
598 Group:          Applications/Databases
599 Requires:       %{name} = %{version}-%{release}
600
601 %description module-plpgsql
602 From PostgreSQL documentation.
603
604 Postgres supports the definition of procedural languages. In the case
605 of a function or trigger procedure defined in a procedural language,
606 the database has no built-in knowledge about how to interpret the
607 function's source text. Instead, the task is passed to a handler that
608 knows the details of the language. The handler itself is a special
609 programming language function compiled into a shared object and loaded
610 on demand.
611
612 To enable PL/pgSQL procedural language for your database you have to
613 run createlang command.
614
615 %description module-plpgsql -l pl
616 Z dokumentacji PostgreSQL.
617
618 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
619 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
620 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
621 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
622 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
623 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
624 potrzeby.
625
626 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
627 proceduralnego PL/pgSQL dla swojej bazy danych.
628
629 %package module-plperl
630 Summary:        PL/perl - PostgreSQL procedural language
631 Summary(pl):    PL/perl jêzyk proceduralny bazy danych PostgreSQL
632 Group:          Applications/Databases
633 Requires:       %{name} = %{version}-%{release}
634 %requires_eq    perl-base
635
636 %description module-plperl
637 From PostgreSQL documentation.
638
639 Postgres supports the definition of procedural languages. In the case
640 of a function or trigger procedure defined in a procedural language,
641 the database has no built-in knowledge about how to interpret the
642 function's source text. Instead, the task is passed to a handler that
643 knows the details of the language. The handler itself is a special
644 programming language function compiled into a shared object and loaded
645 on demand.
646
647 To enable PL/perl procedural language for your database you have to
648 run createlang command.
649
650 %description module-plperl -l pl
651 Z dokumentacji PostgreSQL.
652
653 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
654 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
655 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
656 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
657 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
658 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
659 potrzeby.
660
661 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
662 proceduralnego PL/perl dla swojej bazy danych.
663
664 %package module-plpython
665 Summary:        PL/python - PostgreSQL procedural language
666 Summary(pl):    PL/python jêzyk proceduralny bazy danych PostgreSQL
667 Group:          Applications/Databases
668 Requires:       %{name} = %{version}-%{release}
669 %pyrequires_eq  python
670
671 %description module-plpython
672 From PostgreSQL documentation.
673
674 Postgres supports the definition of procedural languages. In the case
675 of a function or trigger procedure defined in a procedural language,
676 the database has no built-in knowledge about how to interpret the
677 function's source text. Instead, the task is passed to a handler that
678 knows the details of the language. The handler itself is a special
679 programming language function compiled into a shared object and loaded
680 on demand.
681
682 To enable PL/python procedural language for your database you have to
683 run createlang command.
684
685 %description module-plpython -l pl
686 Z dokumentacji PostgreSQL.
687
688 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
689 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
690 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
691 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
692 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
693 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
694 potrzeby.
695
696 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
697 proceduralnego PL/python dla swojej bazy danych.
698
699 %package module-pltcl
700 Summary:        PL/TCL - PostgreSQL procedural language
701 Summary(pl):    PL/TCL - jêzyk proceduralny bazy danych PostgreSQL
702 Group:          Applications/Databases
703 Requires:       %{name} = %{version}-%{release}
704
705 %description module-pltcl
706 From PostgreSQL documentation.
707
708 Postgres supports the definition of procedural languages. In the case
709 of a function or trigger procedure defined in a procedural language,
710 the database has no built-in knowledge about how to interpret the
711 function's source text. Instead, the task is passed to a handler that
712 knows the details of the language. The handler itself is a special
713 programming language function compiled into a shared object and loaded
714 on demand.
715
716 To enable PL/TCL procedural language for your database you have to run
717 createlang command.
718
719 %description module-pltcl -l pl
720 Z dokumentacji PostgreSQL.
721
722 Postgres ma wsparcie dla jêzyków proceduralnych. W przypadku, kiedy
723 programista zdefiniuje procedurê wyzwalacza lub funkcjê w jêzyku
724 proceduralnym, baza danych nie ma pojêcia jak interpretowaæ tego typu
725 funkcjê. Funkcja lub procedura ta jest przekazywana do interpretera,
726 który wie jak j± wykonaæ. Interpreter jest odpowiedni±, specjaln±
727 funkcj±, która jest skompilowana w obiekt dzielony i ³adowany w razie
728 potrzeby.
729
730 Za pomoc± komendy createlang mo¿na dodaæ wsparcie dla jêzyka
731 proceduralnego PL/TCL dla swojej bazy danych.
732
733 %package module-pgcrypto
734 Summary:        Cryptographic functions for PostgreSQL
735 Summary(pl):    Funkcje kryptograficzne dla PostgreSQL
736 Group:          Applications/Databases
737 Requires:       %{name} = %{version}-%{release}
738
739 %description module-pgcrypto
740 Cryptographic functions for PostgreSQL.
741
742 %description module-pgcrypto -l pl
743 Funkcje kryptograficzne dla PostgreSQL.
744
745 %package module-tsearch2
746 Summary:        Full text extension for PostgreSQL
747 Summary(pl):    Rozszerzenie pe³notekstowe dla PostgreSQL-a
748 Group:          Applications/Databases
749 Requires:       %{name} = %{version}-%{release}
750
751 %description module-tsearch2
752 Implementation of a new data type tsvector - a searchable data type
753 with indexed access:
754 http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
755
756 %description module-tsearch2 -l pl
757 Implementacja nowego typu danych tsvector - typu danych podlegaj±cego
758 przeszukiwaniu z dostêpem poprzez indeksy:
759 http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
760
761 %prep
762 %setup -q
763 %patch0 -p1
764 %patch1 -p1
765 %patch2 -p0
766 %patch3 -p1
767 %{?with_absolute_dbpaths:%patch4 -p1}
768 %patch5 -p1
769 %patch6 -p1
770 %patch7 -p1
771 %patch8 -p1
772 %patch9 -p1
773 %patch10 -p1
774 %patch11 -p1
775
776 tar xzf doc/man*.tar.gz
777
778 mkdir doc/unpacked
779 tar zxf doc/postgres.tar.gz -C doc/unpacked
780
781 # Erase all CVS dir
782 find contrib -type d -name CVS -exec rm -rf {} \;
783
784 %build
785 rm -f config/libtool.m4
786 install /usr/share/automake/config.* config/
787 %{__aclocal} -I config
788 %{__autoconf}
789 %configure CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS"\
790         %{?with_pgsql_locale:--enable-locale} \
791         %{?with_pgsql_multibyte:--enable-multibyte} \
792         --disable-rpath \
793         --enable-nls \
794         --enable-thread-safety \
795         --enable-integer-datetimes \
796         --enable-depend \
797         --enable-recode \
798         --enable-syslog \
799         --with-pam \
800         --enable-unicode-conversion \
801         --with-CXX \
802         %{?with_tcl:--with-tcl} \
803         %{?with_tcl:--with-tk} \
804         %{?with_perl:--with-perl} \
805         %{?with_python:--with-python} \
806         %{?with_kerberos5:--with-krb5=%{_prefix}} \
807         --with-openssl \
808         --with-x \
809         %{?with_jdbc:--with-java}
810
811 %{__make}
812 %{__make} -C contrib/pg_autovacuum
813 %{__make} -C contrib/pgcrypto
814 %{__make} -C contrib/tsearch2
815 %ifnarch sparc sparcv9 sparc64 alpha ppc
816 %{?with_tests:%{__make} check}
817 %endif
818
819 %install
820 rm -rf $RPM_BUILD_ROOT
821 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig}} \
822         $RPM_BUILD_ROOT{/var/{lib/pgsql,log},%{_pgsqldir}} \
823         $RPM_BUILD_ROOT%{_mandir} \
824         $RPM_BUILD_ROOT/home/services/postgres
825
826 %{__make} install install-all-headers \
827         DESTDIR=$RPM_BUILD_ROOT
828
829 %{?with_perl:%{__make} install -C src/pl/plperl DESTDIR=$RPM_BUILD_ROOT}
830
831 %{__make} -C contrib/pg_autovacuum install \
832         DESTDIR=$RPM_BUILD_ROOT
833
834 %{__make} -C contrib/pgcrypto install \
835         DESTDIR=$RPM_BUILD_ROOT
836
837 %{__make} -C contrib/tsearch2 install \
838         DESTDIR=$RPM_BUILD_ROOT
839
840 touch $RPM_BUILD_ROOT/var/log/pgsql
841
842 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
843 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/postgresql
844
845 install -d howto
846 ( cd howto
847   tar xzf $RPM_SOURCE_DIR/pgsql-Database-HOWTO-html.tar.gz
848 )
849
850 %py_comp $RPM_BUILD_ROOT%{py_libdir}
851 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
852
853 # find locales
854 for f in libpq pg_controldata pg_dump pg_resetxlog pgscripts postgres psql; do
855         %find_lang $f
856 done
857 # merge locales
858 cat pgscripts.lang pg_resetxlog.lang postgres.lang pg_controldata.lang > main.lang
859 cat pg_dump.lang psql.lang > clients.lang
860
861 %clean
862 rm -rf $RPM_BUILD_ROOT
863
864 %pre
865 PG_DB_CLUSTERS=""
866 if [ -f /etc/sysconfig/postgresql ]; then
867         . /etc/sysconfig/postgresql
868         if [ -z "$PG_DB_CLUSTERS" -a -n "$POSTGRES_DATA_DIR" ]; then
869                 PG_DB_CLUSTERS="$POSTGRES_DATA_DIR"
870         fi
871 fi
872 foundold=0
873 for pgdir in $PG_DB_CLUSTERS; do
874         if [ -f $pgdir/PG_VERSION ]; then
875                 if [ `cat $pgdir/PG_VERSION` != '7.4' ]; then
876                         echo "Found database(s) in older, incompatible format in cluster $pgdir."
877                         foundold=1
878                 fi
879         fi
880 done
881 if [ "$foundold" = "1" ]; then
882         echo
883         echo "Dump all data from clusters mentioned above (using pg_dump or pg_dumpall)"
884         echo "and clean (or rename) those directories; then upgrade postgresql and"
885         echo "restore all data (using pg_restore or psql)."
886         echo "Remember to stop the daemon before upgrading!"
887         echo
888         echo "Warning for upgrade from version *before* 7.2."
889         echo "Please note, that postgresql module path changed from"
890         echo "/usr/lib/pgsql/module to /usr/lib/postgresql. Change the path"
891         echo "in dump file before restore."
892         echo
893         echo "Warning for upgrade from version *before* 7.3."
894         echo "Reading following webpage is encouraged:"
895         echo "http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3."
896         exit 1
897 fi
898
899 getgid postgres >/dev/null 2>&1 || /usr/sbin/groupadd -g 88 -r -f postgres
900 if id postgres >/dev/null 2>&1 ; then
901         /usr/sbin/usermod -d /home/services/postgres postgres
902 else
903         /usr/sbin/useradd -M -o -r -u 88 \
904                 -d /home/services/postgres -s /bin/sh -g postgres \
905                 -c "PostgreSQL Server" postgres
906 fi
907
908 %post
909 /sbin/chkconfig --add postgresql
910 if [ -f /var/lock/subsys/postgresql ]; then
911         /etc/rc.d/init.d/postgresql restart >&2 || :
912 else
913         echo "Run \"/etc/rc.d/init.d/postgresql start\" to start postgresql server."
914 fi
915
916 %preun
917 if [ "$1" = "0" ]; then
918         if [ -f /var/lock/subsys/postgresql ]; then
919                 /etc/rc.d/init.d/postgresql stop
920         fi
921         /sbin/chkconfig --del postgresql
922 fi
923
924 %post   libs -p /sbin/ldconfig
925 %postun libs -p /sbin/ldconfig
926
927 %post   ecpg -p /sbin/ldconfig
928 %postun ecpg -p /sbin/ldconfig
929
930 %post   tcl -p /sbin/ldconfig
931 %postun tcl -p /sbin/ldconfig
932
933 %files -f main.lang
934 %defattr(644,root,root,755)
935 %doc contrib/pg_autovacuum/README*
936 %doc doc/FAQ* doc/README* doc/bug.template
937 %doc COPYRIGHT README HISTORY
938 %attr(754,root,root) /etc/rc.d/init.d/*
939 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/*
940
941 %attr(755,root,root) %{_bindir}/clusterdb
942 %attr(755,root,root) %{_bindir}/createdb
943 %attr(755,root,root) %{_bindir}/createlang
944 %attr(755,root,root) %{_bindir}/createuser
945 %attr(755,root,root) %{_bindir}/dropdb
946 %attr(755,root,root) %{_bindir}/droplang
947 %attr(755,root,root) %{_bindir}/dropuser
948 %attr(755,root,root) %{_bindir}/initdb
949 %attr(755,root,root) %{_bindir}/initlocation
950 %attr(755,root,root) %{_bindir}/ipcclean
951 %attr(755,root,root) %{_bindir}/pg_autovacuum
952 %attr(755,root,root) %{_bindir}/pg_controldata
953 %attr(755,root,root) %{_bindir}/pg_ctl
954 %attr(755,root,root) %{_bindir}/pg_encoding
955 %attr(755,root,root) %{_bindir}/pg_resetxlog
956 %attr(755,root,root) %{_bindir}/postgres
957 %attr(755,root,root) %{_bindir}/postmaster
958
959 %attr(755,root,root) %{_pgmoduledir}/ascii*
960 %attr(755,root,root) %{_pgmoduledir}/cyrillic*
961 %attr(755,root,root) %{_pgmoduledir}/euc*
962 %attr(755,root,root) %{_pgmoduledir}/latin*
963 %attr(755,root,root) %{_pgmoduledir}/utf*
964
965 %dir %{_pgsqldir}
966 %dir %{_pgmoduledir}
967 %dir %{_datadir}/postgresql
968 %{_datadir}/postgresql/*.bki
969 %{_datadir}/postgresql/*.sample
970 %{_datadir}/postgresql/*.description
971 %{_datadir}/postgresql/*.sql
972 %{_datadir}/postgresql/*.txt
973
974 %attr(700,postgres,postgres) /home/services/postgres
975 %attr(700,postgres,postgres) %dir /var/lib/pgsql
976 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 size mtime) /var/log/pgsql
977
978 %{_mandir}/man1/clusterdb.1*
979 %{_mandir}/man1/createdb.1*
980 %{_mandir}/man1/createlang.1*
981 %{_mandir}/man1/createuser.1*
982 %{_mandir}/man1/dropdb.1*
983 %{_mandir}/man1/droplang.1*
984 %{_mandir}/man1/dropuser.1*
985 %{_mandir}/man1/initdb.1*
986 %{_mandir}/man1/initlocation.1*
987 %{_mandir}/man1/ipcclean.1*
988 %{_mandir}/man1/pg_controldata.1*
989 %{_mandir}/man1/pg_ctl.1*
990 %{_mandir}/man1/pg_resetxlog.1*
991 %{_mandir}/man1/postgres.1*
992 %{_mandir}/man1/postmaster.1*
993
994 %files doc
995 %defattr(644,root,root,755)
996 %doc doc/unpacked/*
997 %doc doc/src/FAQ
998 %doc howto
999
1000 %files libs -f libpq.lang
1001 %defattr(644,root,root,755)
1002 %attr(755,root,root) %{_libdir}/libpq.so.*.*
1003 %attr(755,root,root) %{_bindir}/pg_id
1004
1005 %files ecpg
1006 %defattr(644,root,root,755)
1007 %attr(755,root,root) %{_bindir}/ecpg
1008 %attr(755,root,root) %{_libdir}/libecpg.so.*.*
1009 %attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
1010 %attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
1011 %{_mandir}/man1/ecpg.1*
1012
1013 %files ecpg-devel
1014 %defattr(644,root,root,755)
1015 %attr(755,root,root) %{_libdir}/libecpg.so
1016 %attr(755,root,root) %{_libdir}/libecpg_compat.so
1017 %attr(755,root,root) %{_libdir}/libpgtypes.so
1018 %{_includedir}/ecpg
1019
1020 %files devel
1021 %defattr(644,root,root,755)
1022 %attr(755,root,root) %{_bindir}/pg_config
1023 %attr(755,root,root) %{_libdir}/libpq.so
1024 %dir %{_includedir}/postgresql
1025 %{_includedir}/libpq-fe.h
1026 %{_includedir}/pg_config.h
1027 %{_includedir}/pg_config_manual.h
1028 %{_includedir}/pg_config_os.h
1029 %{_includedir}/postgres_ext.h
1030 %dir %{_includedir}/postgresql/internal
1031 %{_includedir}/postgresql/internal/c.h
1032 %{_includedir}/postgresql/internal/libpq-int.h
1033 %{_includedir}/postgresql/internal/port.h
1034 %{_includedir}/postgresql/internal/postgres_fe.h
1035 %{_includedir}/postgresql/internal/pqexpbuffer.h
1036 %{_includedir}/postgresql/internal/lib
1037 %{_includedir}/postgresql/internal/libpq
1038 %{_includedir}/libpq
1039 %{_mandir}/man1/pg_config.1*
1040
1041 %files backend-devel
1042 %defattr(644,root,root,755)
1043 %{_includedir}/postgresql/server
1044
1045 %files static
1046 %defattr(644,root,root,755)
1047 %{_libdir}/libecpg.a
1048 %{_libdir}/libecpg_compat.a
1049 %{_libdir}/libpq.a
1050 %{_libdir}/libpgtypes.a
1051
1052 %files clients -f clients.lang
1053 %defattr(644,root,root,755)
1054 %attr(755,root,root) %{_bindir}/pg_dump
1055 %attr(755,root,root) %{_bindir}/pg_dumpall
1056 %attr(755,root,root) %{_bindir}/pg_restore
1057 %attr(755,root,root) %{_bindir}/psql
1058 %attr(755,root,root) %{_bindir}/vacuumdb
1059
1060 %{_mandir}/man1/pg_dump.1*
1061 %{_mandir}/man1/pg_dumpall.1*
1062 %{_mandir}/man1/pg_restore.1*
1063 %{_mandir}/man1/psql.1*
1064 %{_mandir}/man1/vacuumdb.1*
1065 %{_mandir}/man7/*.7*
1066
1067 %if %{with tcl}
1068 %files tcl
1069 %defattr(644,root,root,755)
1070 %attr(755,root,root) %{_libdir}/libpgtcl.so
1071 %attr(755,root,root) %{_libdir}/libpgtcl.so.*.*
1072 %attr(755,root,root) %{_bindir}/pgtclsh
1073 %attr(755,root,root) %{_bindir}/pgtksh
1074 %{_mandir}/man1/pgtclsh.1*
1075 %{_mandir}/man1/pgtksh.1*
1076
1077 %files tcl-devel
1078 %defattr(644,root,root,755)
1079 %{_includedir}/libpgtcl.h
1080
1081 %files tcl-static
1082 %defattr(644,root,root,755)
1083 %{_libdir}/libpgtcl.a
1084 %endif
1085
1086 %files module-plpgsql
1087 %defattr(644,root,root,755)
1088 %attr(755,root,root) %{_pgmoduledir}/plpgsql.so
1089
1090 %if %{with perl}
1091 %files module-plperl
1092 %defattr(644,root,root,755)
1093 %attr(755,root,root) %{_pgmoduledir}/plperl.so
1094 %endif
1095
1096 %if %{with python}
1097 %files module-plpython
1098 %defattr(644,root,root,755)
1099 %attr(755,root,root) %{_pgmoduledir}/plpython.so
1100 %endif
1101
1102 %if %{with tcl}
1103 %files module-pltcl
1104 %defattr(644,root,root,755)
1105 %attr(755,root,root) %{_bindir}/pltcl_*
1106 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
1107 %endif
1108
1109 %files module-pgcrypto
1110 %defattr(644,root,root,755)
1111 %doc contrib/pgcrypto/README*
1112 %attr(755,root,root) %{_pgmoduledir}/pgcrypto.so
1113 %{_datadir}/%{name}/pgcrypto.sql
1114
1115 %files module-tsearch2
1116 %defattr(644,root,root,755)
1117 %attr(755,root,root) %{_pgmoduledir}/tsearch2.so
1118 %{_datadir}/%{name}/tsearch2.sql
1119 %{_datadir}/%{name}/untsearch2.sql
1120 %{_datadir}/%{name}/*.stop
This page took 0.172277 seconds and 3 git commands to generate.