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