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