]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.spec
993e2ae8b49bc12d9f958d6d544f4e4c638bc79c
[packages/postgresql.git] / postgresql.spec
1 #
2 # Conditional build:
3 %bcond_without  tests                   # disable testing
4 %bcond_without  tcl                     # disable Tcl support
5 %bcond_without  kerberos5               # disable kerberos5 support
6 %bcond_without  perl                    # disable Perl support
7 %bcond_without  python                  # disable Python support
8 %bcond_with     bonjour                 # Bonjour/DNS_SD support
9 %bcond_without  ldap                    # disable LDAP support
10 %bcond_without  selinux                 # sepgsql contrib module
11 %bcond_with     systemtap               # systemtap/dtrace probes
12 %bcond_with     absolute_dbpaths        # enable absolute paths to create database
13                                         # (disabled by default because it is a security risk)
14 #
15
16 %define beta %{nil}
17 %define pgsqlversion 9.6
18 %define pgsqlpriority 96
19
20 Summary:        PostgreSQL Data Base Management System
21 Summary(de.UTF-8):      PostgreSQL Datenbankverwaltungssystem
22 Summary(es.UTF-8):      Gestor de Banco de Datos PostgreSQL
23 Summary(fr.UTF-8):      Sysème de gestion de base de données PostgreSQL
24 Summary(pl.UTF-8):      PostgreSQL - system bazodanowy
25 Summary(pt_BR.UTF-8):   Gerenciador de Banco de Dados PostgreSQL
26 Summary(ru.UTF-8):      PostgreSQL - система управления базами данных
27 Summary(tr.UTF-8):      Veri Tabanı Yönetim Sistemi
28 Summary(uk.UTF-8):      PostgreSQL - система керування базами даних
29 Summary(zh_CN.UTF-8):   PostgreSQL 客户端程序和库文件
30 Name:           postgresql-%{pgsqlversion}
31 Version:        %{pgsqlversion}.10
32 Release:        2
33 License:        BSD
34 Group:          Applications/Databases
35 Source0:        http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
36 # Source0-md5:  9a7f465252c0fbe2212566e3c079e062
37 Source1:        postgresql.init
38 Source2:        pgsql-Database-HOWTO-html.tar.gz
39 # Source2-md5:  5b656ddf1db41965761f85204a14398e
40 Source3:        postgresql.sysconfig
41 Patch0:         postgresql-conf.patch
42 Patch1:         postgresql-absolute_dbpaths.patch
43 Patch2:         postgresql-ecpg-includedir.patch
44 Patch3:         per-version-dirs.patch
45 Patch4:         postgresql-disable_horology_test.patch
46 Patch5:         postgresql-heimdal.patch
47 Patch6:         postgresql-link.patch
48 Patch7:         socket-dir-fixes.patch
49 URL:            http://www.postgresql.org/
50 BuildRequires:  autoconf >= 2.69
51 BuildRequires:  automake
52 %{?with_bonjour:BuildRequires:  avahi-compat-libdns_sd-devel}
53 # not needed for releases... but fixes something in snapshot
54 BuildRequires:  bison >= 1.875
55 BuildRequires:  docbook-dtd42-sgml
56 BuildRequires:  docbook-dtd42-xml
57 BuildRequires:  docbook-style-xsl
58 BuildRequires:  flex >= 2.5.31
59 BuildRequires:  gettext-tools
60 BuildRequires:  gnome-doc-tools
61 %{?with_kerberos5:BuildRequires:        heimdal-devel}
62 %{?with_selinux:BuildRequires:  libselinux-devel >= 2.1.10}
63 BuildRequires:  libtool
64 BuildRequires:  libxml2-devel >= 1:2.6.23
65 BuildRequires:  libxslt-devel
66 BuildRequires:  libxslt-progs
67 BuildRequires:  ncurses-devel >= 5.0
68 %{?with_ldap:BuildRequires:     openldap-devel}
69 BuildRequires:  openssl-devel >= 0.9.7d
70 BuildRequires:  ossp-uuid-devel
71 BuildRequires:  pam-devel
72 %{?with_perl:BuildRequires:     perl-devel}
73 %if %{with python}
74 BuildRequires:  python >= 1:2.3
75 BuildRequires:  python-devel >= 1:2.3
76 BuildRequires:  python-modules >= 1:2.3
77 %endif
78 BuildRequires:  readline-devel >= 4.2
79 BuildRequires:  rpmbuild(macros) >= 1.671
80 %{?with_systemtap:BuildRequires:        systemtap-sdt-devel}
81 %{?with_tcl:BuildRequires:      tcl-devel >= 8.4.3}
82 %{?with_tests:BuildRequires:    tzdata}
83 BuildRequires:  zlib-devel
84 Requires(post,preun):   /sbin/chkconfig
85 Requires(pre):  /bin/id
86 Requires(pre):  /usr/bin/getgid
87 Requires(triggerpostun):        /bin/id
88 Requires(triggerpostun):        /usr/sbin/usermod
89 Requires:       %{name}-clients = %{version}-%{release}
90 Requires:       %{name}-dirs = %{version}-%{release}
91 Requires:       postgresql-libs >= %{version}-%{release}
92 Requires:       rc-scripts >= 0.4.3.0
93 Requires:       tzdata
94 Obsoletes:      postgresql
95 Obsoletes:      postgresql-module-plpgsql
96 Obsoletes:      postgresql-module-tsearch2
97 Obsoletes:      postgresql-server
98 Obsoletes:      postgresql-test
99 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
100
101 %define         pgsqldatadir    %{_datadir}/postgresql/%{pgsqlversion}
102 %define         pgsqllibdir     %{_libdir}/postgresql/%{pgsqlversion}
103 %define         moduledir       %{pgsqllibdir}/lib
104 %define         extensiondir    %{pgsqldatadir}/extension
105
106 %define         _ulibdir        /usr/lib
107
108 # omitted contribs:
109 # spi, test_decoding, worker_spi - examples/tests
110 # tsearch2 - old module for compatibility only
111 %define contrib_modules adminpack auth_delay auto_explain bloom btree_gin btree_gist chkpass citext cube dblink dict_int dict_xsyn earthdistance file_fdw fuzzystrmatch hstore %{?with_perl:hstore_plperl} %{?with_python:hstore_plpython} intagg intarray isn lo ltree %{?with_python:ltree_plpython} oid2name pageinspect passwordcheck pg_buffercache pg_freespacemap pg_prewarm pg_standby pg_stat_statements pg_trgm pg_visibility pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} sslinfo tablefunc tcn tsm_system_rows tsm_system_time unaccent uuid-ossp vacuumlo xml2
112
113 %description
114 PostgreSQL Data Base Management System (formerly known as Postgres,
115 then as Postgres95).
116
117 PostgreSQL is an enhancement of the POSTGRES database management
118 system, a next-generation DBMS research prototype. While PostgreSQL
119 retains the powerful data model and rich data types of POSTGRES, it
120 replaces the PostQuel query language with an extended subset of SQL.
121 PostgreSQL is free and the complete source is available.
122
123 PostgreSQL development is being performed by a team of Internet
124 developers who all subscribe to the PostgreSQL development mailing
125 list. The current coordinator is Marc G. Fournier
126 (scrappy@postgreSQL.org). This team is now responsible for all current
127 and future development of PostgreSQL.
128
129 The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
130 others have contributed to the porting, testing, debugging and
131 enhancement of the code. The original Postgres code, from which
132 PostgreSQL is derived, was the effort of many graduate students,
133 undergraduate students, and staff programmers working under the
134 direction of Professor Michael Stonebraker at the University of
135 California, Berkeley.
136
137 The original name of the software at Berkeley was Postgres. When SQL
138 functionality was added in 1995, its name was changed to Postgres95.
139 The name was changed at the end of 1996 to PostgreSQL.
140
141 PostgreSQL runs on Solaris, SunOS, HPUX, AIX, Linux, Irix, FreeBSD,
142 and most flavours of Unix.
143
144 %description -l pl.UTF-8
145 System Zarządzania Bazą Danych PostgreSQL (dawniej znany jako
146 Postgres, następnie jako Postgres95).
147
148 PostgreSQL jest rozszerzeniem systemu zarządzania baz danych POSTGRES,
149 prototypu DBMS następnej generacji. Co prawda PostgreSQL odziedziczył
150 model danych oraz bogaty zbiór różnych typów danych, to jednak język
151 zapytań PostQuel został zastąpiony rozszerzonym SQL-em. PostgreSQL
152 jest wolnym oprogramowaniem i kody źródłowe tego oprogramowania są w
153 pełni dostępne.
154
155 System PostgreSQL jest tworzony przez zespół ludzi, którzy są zapisani
156 na listę dyskusyjną dotyczącą PostgreSQL-a. Obecnym koordynatorem jest
157 Marc G. Fournier (scrappy@postgreSQL.org). Wymieniony wyżej zespół
158 jest odpowiedzialny za aktualny i przyszły rozwój systemu PostgreSQL.
159
160 Autorami PostgreSQL-a 1.01 byli Andrew Yu oraz Jolly Chen. Wielu
161 innych pomagało przenosząc na różne platformy, testując, analizując i
162 rozszerzając kod. Oryginalny kod Postgres-a, na podstawie którego
163 PostgreSQL powstał, był wysiłkiem wielu absolwentów, studentów oraz
164 zespołu programistów, którzy pracowali pod kierunkiem profesora
165 Michaela Stonebrakera z Uniwersytetu Kalifornii w Berkeley.
166
167 Nazwa oryginalna oprogramowania tworzonego w Berkeley brzmiała
168 Postgres. W 1995 roku dodano język zapytań SQL i nazwę zmieniono na
169 Postgres95. W końcu roku 1996 nazwę ostatecznie zmieniono na
170 PostgreSQL.
171
172 PostgreSQL może być uruchomiony pod następującymi systemami: Solaris,
173 SunOS, HPUX, AIX, Linux, Irix, FreeBSD i innymi systemami uniksowymi.
174
175 %package dirs
176 Summary:        Common directories for PostgresSQL %{pgsqlversion}
177 Summary(pl.UTF-8):      Wspólne pliki i katalogi dla PostgreSQL %{pgsqlversion}
178 Group:          Applicataion/Databases
179
180 %description dirs
181 Common directories for PostgresSQL %{pgsqlversion}
182
183 %description dirs -l pl.UTF-8
184 Wspólne pliki i katalogi dla PostgreSQL %{pgsqlversion}
185
186 %package backend-devel
187 Summary:        PostgreSQL backend development header files
188 Summary(pl.UTF-8):      PostgreSQL - pliki nagłówkowe dla backendu
189 Group:          Development/Libraries
190 Requires:       postgresql-devel >= %{version}-%{release}
191 Requires:       postgresql-libs >= %{version}-%{release}
192 Obsoletes:      postgresql-backend-devel
193
194 %description backend-devel
195 This package contains header files required to compile functions that
196 could be loaded directly by backend
197
198 %description backend-devel -l pl.UTF-8
199 Pakiet zawiera nagłówki wymagane do kompilacji funkcji ktore moga byc
200 bezposrednio ladowane przez beckend serwera PostgreSQL.
201
202 %package clients
203 Summary:        Clients needed to access a PostgreSQL server
204 Summary(es.UTF-8):      Clientes necesarios para acceder al servidor PostgreSQL
205 Summary(pl.UTF-8):      Klienci wymagani do dostępu do serwera PostgreSQL
206 Summary(pt_BR.UTF-8):   Clientes necessários para acessar o servidor PostgreSQL
207 Summary(ru.UTF-8):      Клиентские программы, необходимые для доступа к серверу PostgreSQL
208 Summary(uk.UTF-8):      Клієнтські програми, необхідні для доступу до сервера PostgreSQL
209 Group:          Applications/Databases
210 Requires:       alternatives
211 Requires:       %{name}-dirs = %{version}-%{release}
212 Requires:       postgresql-libs >= %{version}-%{release}
213 Obsoletes:      postgresql-clients
214
215 %description clients
216 This package includes only the clients needed to access an PostgreSQL
217 server. The server is included in the main package. If all you need is
218 to connect to another PostgreSQL server, the this is the only package
219 you need to install. Clients include several command-line utilities
220 you can use to manage your databases on a remote PostgreSQL server.
221
222 %description clients -l pl.UTF-8
223 Pakiet zawiera programy klienckie potrzebne dla dostępu do serwera
224 PostgreSQL oraz narzędzia do zarządzania bazami działające z linii
225 poleceń. Serwer znajduje się w głównym pakiecie.
226
227 %package doc
228 Summary:        Documentation for PostgreSQL
229 Summary(pl.UTF-8):      Dodatkowa dokumantacja dla PostgreSQL
230 Group:          Applications/Databases
231 Obsoletes:      postgresql-doc
232
233 %description doc
234 This package includes documentation and HOWTO for programmer, admin
235 etc., in HTML format.
236
237 %description doc -l pl.UTF-8
238 Pakiet ten zawiera dokumentację oraz HOWTO m.in. dla programistów,
239 administratorów w formacie HTML.
240
241 %package ecpg
242 Summary:        Embedded SQL in C interface
243 Summary(pl.UTF-8):      Interfejs wbudowanego SQL-a w język C
244 Group:          Libraries
245 Requires:       %{name}-dirs = %{version}-%{release}
246 Requires:       postgresql-libs >= %{version}-%{release}
247 Requires:       postgresql-ecpg-libs >= %{version}-%{release}
248 Obsoletes:      postgresql-ecpg
249
250 %description ecpg
251 Embedded SQL in C interface.
252
253 %description ecpg -l pl.UTF-8
254 Interfejs wbudowanego SQL-a w język C.
255
256 %package module-plperl
257 Summary:        PL/perl - PostgreSQL procedural language
258 Summary(pl.UTF-8):      PL/perl - język proceduralny bazy danych PostgreSQL
259 Group:          Applications/Databases
260 Requires:       %{name} = %{version}-%{release}
261 Obsoletes:      postgresql-module-plperl
262
263 %description module-plperl
264 From PostgreSQL documentation:
265
266 Postgres supports the definition of procedural languages. In the case
267 of a function or trigger procedure defined in a procedural language,
268 the database has no built-in knowledge about how to interpret the
269 function's source text. Instead, the task is passed to a handler that
270 knows the details of the language. The handler itself is a special
271 programming language function compiled into a shared object and loaded
272 on demand.
273
274 To enable PL/Perl procedural language for your database you have to
275 run createlang command.
276
277 %description module-plperl -l pl.UTF-8
278 Z dokumentacji PostgreSQL:
279
280 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
281 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
282 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
283 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
284 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
285 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
286 potrzeby.
287
288 Za pomocą polecenia createlang można dodać obsługę języka
289 proceduralnego PL/Perl dla swojej bazy danych.
290
291 %package module-plpython
292 Summary:        PL/Python - PostgreSQL procedural language
293 Summary(pl.UTF-8):      PL/Python - język proceduralny bazy danych PostgreSQL
294 Group:          Applications/Databases
295 Requires:       %{name} = %{version}-%{release}
296 %pyrequires_eq  python
297 Obsoletes:      postgresql-module-plpython
298
299 %description module-plpython
300 From PostgreSQL documentation:
301
302 Postgres supports the definition of procedural languages. In the case
303 of a function or trigger procedure defined in a procedural language,
304 the database has no built-in knowledge about how to interpret the
305 function's source text. Instead, the task is passed to a handler that
306 knows the details of the language. The handler itself is a special
307 programming language function compiled into a shared object and loaded
308 on demand.
309
310 To enable PL/Python procedural language for your database you have to
311 run createlang command.
312
313 %description module-plpython -l pl.UTF-8
314 Z dokumentacji PostgreSQL:
315
316 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
317 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
318 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
319 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
320 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
321 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
322 potrzeby.
323
324 Za pomocą polecenia createlang można dodać obsługę języka
325 proceduralnego PL/Python dla swojej bazy danych.
326
327 %package module-pltcl
328 Summary:        PL/Tcl - PostgreSQL procedural language
329 Summary(pl.UTF-8):      PL/Tcl - język proceduralny bazy danych PostgreSQL
330 Group:          Applications/Databases
331 Requires:       %{name} = %{version}-%{release}
332 Requires:       tcl(Pgtcl)
333 Obsoletes:      postgresql-module-pltcl
334
335 %description module-pltcl
336 From PostgreSQL documentation:
337
338 Postgres supports the definition of procedural languages. In the case
339 of a function or trigger procedure defined in a procedural language,
340 the database has no built-in knowledge about how to interpret the
341 function's source text. Instead, the task is passed to a handler that
342 knows the details of the language. The handler itself is a special
343 programming language function compiled into a shared object and loaded
344 on demand.
345
346 To enable PL/Tcl procedural language for your database you have to run
347 createlang command.
348
349 %description module-pltcl -l pl.UTF-8
350 Z dokumentacji PostgreSQL:
351
352 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
353 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
354 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
355 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
356 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
357 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
358 potrzeby.
359
360 Za pomocą polecenia createlang można dodać obsługę języka
361 proceduralnego PL/Tcl dla swojej bazy danych.
362
363 %package module-dblink
364 Summary:        dblink module for PostgreSQL
365 Summary(pl.UTF-8):      Moduł dblink dla PostgreSQL-a
366 Group:          Applications/Databases
367 Requires:       %{name} = %{version}-%{release}
368 Obsoletes:      postgresql-module-dblink
369
370 %description module-dblink
371 dblink module for PostgreSQL provides functions returning results from
372 remote database.
373
374 %description module-dblink -l pl.UTF-8
375 Moduł dblink dla PostgreSQL-a udostępnia funkcje zwracające wyniki ze
376 zdalnej bazy danych.
377
378 %package module-lo
379 Summary:        Large Objects module for PostgreSQL
380 Summary(pl.UTF-8):      Moduł Large Objects dla PostgreSQL-a
381 Group:          Applications/Databases
382 Requires:       %{name} = %{version}-%{release}
383 Obsoletes:      postgresql-module-lo
384
385 %description module-lo
386 Large Objects module for PostgreSQL adds a new data type 'lo', some
387 support functions and a trigger which handles the orphaning problem.
388
389 %description module-lo -l pl.UTF-8
390 Moduł Large Objects dla PostgreSQL-a dodaje nowy typ danych 'lo',
391 kilka funkcji pomocniczych i wyzwalacz rozwiązujący problem
392 osieroconych obiektów.
393
394 %package module-pg_trgm
395 Summary:        Trigram matching for PostgreSQL
396 Summary(pl.UTF-8):      Dopasowanie trigramowe dla PostgreSQL-a
397 Group:          Applications/Databases
398 Requires:       %{name} = %{version}-%{release}
399 Obsoletes:      postgresql-module-pg_trgm
400
401 %description module-pg_trgm
402 This module provides functions and index classes for determining the
403 similarity of text based on trigram matching.
404
405 %description module-pg_trgm -l pl.UTF-8
406 Ten moduł dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
407 w oparciu o dopasowywanie trigramowe (trigram matching).
408
409 %package module-pgcrypto
410 Summary:        Cryptographic functions for PostgreSQL
411 Summary(pl.UTF-8):      Funkcje kryptograficzne dla PostgreSQL-a
412 Group:          Applications/Databases
413 Requires:       %{name} = %{version}-%{release}
414 Obsoletes:      postgresql-module-pgcrypto
415
416 %description module-pgcrypto
417 Cryptographic functions for PostgreSQL.
418
419 %description module-pgcrypto -l pl.UTF-8
420 Funkcje kryptograficzne dla PostgreSQL.
421
422 %package module-sepgsql
423 Summary:        PostgreSQL external security provider using SELinux
424 Summary(pl.UTF-8):      Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa
425 Group:          Applications/Databases
426 Requires:       %{name} = %{version}-%{release}
427 Requires:       libselinux >= 2.1.10
428 Obsoletes:      postgresql-module-sepgsql
429
430 %description module-sepgsql
431 PostgreSQL external security provider using SELinux.
432
433 %description module-sepgsql -l pl.UTF-8
434 Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa.
435
436 %package module-tablefunc
437 Summary:        crosstab functions for PostgreSQL
438 Summary(pl.UTF-8):      Funkcje crosstab dla PostgreSQL-a
439 Group:          Applications/Databases
440 Requires:       %{name} = %{version}-%{release}
441 Obsoletes:      postgresql-module-tablefunc
442
443 %description module-tablefunc
444 crosstab functions for PostgreSQL.
445
446 %description module-tablefunc -l pl.UTF-8
447 Funkcje crosstab dla PostgreSQL-a.
448
449 %package module-xml2
450 Summary:        XML-handling functions for PostgreSQL
451 Summary(pl.UTF-8):      Funkcje do obsługi XML-a dla PostgreSQL-a
452 Group:          Applications/Databases
453 Requires:       %{name} = %{version}-%{release}
454 Requires:       libxml2 >= 1:2.6.23
455 Obsoletes:      postgresql-module-xml2
456
457 %description module-xml2
458 Module with XML functions provides both XPath querying and XSLT
459 functionality. There is also a new table function which allows the
460 straightforward return of multiple XML results.
461
462 %description module-xml2 -l pl.UTF-8
463 Moduł z funkcjami XML zapewniającymi obsługę zapytań XPath oraz
464 funkcjonalność XSLT. Jest także nowa funkcja tabelowa pozwalająca na
465 bezpośrednie zwracanie wielu wyników XML.
466
467 %package contrib
468 Summary:        Miscellaneous PostgreSQL contrib modules
469 Summary(pl.UTF-8):      Różne moduły dołączone do PostgreSQL-a
470 Group:          Applications/Databases
471 Requires:       %{name} = %{version}-%{release}
472 Obsoletes:      postgresql-contrib
473
474 %description contrib
475 Miscellaneous PostgreSQL contrib modules.
476
477 %description contrib -l pl.UTF-8
478 Różne moduły dołączone do PostgreSQL-a.
479
480 %prep
481 %setup -q -n postgresql-%{version}
482 %patch0 -p1
483 %{?with_absolute_dbpaths:%patch1 -p1}
484 %patch2 -p1
485 %patch3 -p1
486 %patch4 -p1
487 %patch5 -p1
488 %patch6 -p1
489 %patch7 -p1
490
491 # force rebuild of bison/flex files
492 find src -name \*.l -o -name \*.y | xargs touch
493
494 # Erase all CVS dirs
495 #find contrib -type d -name CVS -exec rm -rf {} \;
496
497 %build
498 %{__aclocal} -I config
499 %{__autoconf}
500 %{__autoheader}
501 %configure \
502         CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS `uuid-config --cflags`" \
503         --prefix=%{pgsqldatadir} \
504         --bindir=%{pgsqllibdir}/bin \
505         --sbindir=%{pgsqllibdir}/sbin \
506         --includedir=%{_includedir} \
507         --mandir=%{pgsqldatadir}/man \
508         --datadir=%{pgsqldatadir} \
509         --libdir=%{_libdir} \
510         --docdir=%{pgsqldatadir}/doc \
511         --localedir=%{_datadir}/locale \
512         --disable-rpath \
513         --enable-depend \
514         %{?with_systemtap:--enable-dtrace} \
515         --enable-integer-datetimes \
516         --enable-nls \
517         --enable-thread-safety \
518         %{?with_bonjour:--with-bonjour} \
519         %{?with_kerberos5:--with-gssapi} \
520         %{?with_ldap:--with-ldap} \
521         --with-libxml \
522         --with-libxslt \
523         --with-openssl \
524         --with-pam \
525         %{?with_perl:--with-perl} \
526         %{?with_python:--with-python} \
527         %{?with_selinux:--with-selinux} \
528         --with-system-tzdata=%{_datadir}/zoneinfo \
529         --without-systemd \
530         %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
531         --with-uuid=e2fs
532
533 %{__make}
534
535 for mod in %{contrib_modules}; do \
536         flags="%{rpmcflags} %{rpmcppflags} -DNEED_REENTRANT_FUNCS"
537         if [ $mod = "xml2"      ]; then flags="$flags -I/usr/include/libxml2"; fi
538         if [ $mod = "uuid-ossp" ]; then flags="$flags `uuid-config --cflags`"; fi
539         %{__make} -C contrib/$mod CFLAGS="$flags"
540 done
541
542 %{__make} -C src/tutorial \
543         NO_PGXS=1
544
545 %ifnarch sparc sparcv9 sparc64 alpha
546 %{?with_tests:%{__make} -j1 check}
547 %endif
548
549 %install
550 rm -rf $RPM_BUILD_ROOT
551 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig}} \
552         $RPM_BUILD_ROOT/var/{lib/postgresql/%{pgsqlversion},log,run/postgresql} \
553         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \
554         $RPM_BUILD_ROOT%{_mandir}
555
556 install src/tutorial/*.sql $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
557
558 %{__make} install \
559         DESTDIR=$RPM_BUILD_ROOT
560 %{__make} -C doc/src/sgml install-man \
561         DESTDIR=$RPM_BUILD_ROOT
562
563 %if %{with perl}
564 %{__make} install -C src/pl/plperl \
565         DESTDIR=$RPM_BUILD_ROOT
566 %endif
567
568 for mod in %{contrib_modules}; do \
569         %{__make} -C contrib/$mod install \
570                 DESTDIR=$RPM_BUILD_ROOT
571 done
572
573 touch $RPM_BUILD_ROOT/var/log/pgsql
574
575 sed -e 's,@pgsqlbindir@,%{pgsqllibdir}/bin,g; s,@pgsqlversion@,%{pgsqlversion},g;' %{SOURCE1} >$RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql-%{pgsqlversion}
576 sed -e 's,@pgsqlversion@,%{pgsqlversion},g;' %{SOURCE3} >$RPM_BUILD_ROOT/etc/sysconfig/postgresql-%{pgsqlversion}
577
578 install -d howto
579 tar zxf %{SOURCE2} -C howto
580
581 %if %{with python}
582 %py_comp $RPM_BUILD_ROOT%{py_libdir}
583 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
584 %endif
585
586 # find locales
587 for f in libpq5 pgscripts postgres psql initdb ecpg ecpglib6 \
588         plpgsql %{?with_perl:plperl} %{?with_python:plpython} \
589         pg_basebackup pg_config pg_controldata pg_ctl pg_dump pg_resetxlog pg_rewind; do
590         %find_lang $f-%{pgsqlversion}
591 done
592 # merge locales
593 merge_lang() {
594         cat $(for f in $@; do echo ${f}-%{pgsqlversion}.lang ; done)
595 }
596 merge_lang pgscripts postgres plpgsql \
597         pg_basebackup pg_controldata pg_resetxlog pg_rewind > main.lang
598 merge_lang psql initdb \
599         pg_ctl pg_dump > clients.lang
600
601 %if %{with tcl}
602 %find_lang pltcl-%{pgsqlversion}
603 %endif
604
605 %if %{with selinux}
606 %{__mv} $RPM_BUILD_ROOT{%{pgsqldatadir}/contrib,%{extensiondir}}/sepgsql.sql
607 %endif
608
609 cp -p src/pl/plperl/ppport.h $RPM_BUILD_ROOT%{_includedir}/postgresql/%{pgsqlversion}/server/
610
611 # package it...?  nah, why bother.
612 %{__rm} -r $RPM_BUILD_ROOT%{pgsqldatadir}/doc/html
613
614 # remove common files provided by PostgreSQL from master branch
615 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/{ecpg*,libpq*,pg_config*,postgres_ext.h,postgresql/internal}
616 %{__rm} -r $RPM_BUILD_ROOT{%{_libdir}/{libecpg*,libpg*,libpq*,pkgconfig},%{pgsqllibdir}/bin/pg_config,%{pgsqldatadir}/man/man1/pg_config.1*}
617 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/{ecpglib*,libpq*,pg_config*}
618
619 %clean
620 rm -rf $RPM_BUILD_ROOT
621
622 %pre
623 PG_DB_CLUSTERS=""
624 if [ -f /etc/sysconfig/postgresql-%{pgsqlversion} ]; then
625         . /etc/sysconfig/postgresql-%{pgsqlversion}
626         if [ -z "$PG_DB_CLUSTERS" -a -n "$POSTGRES_DATA_DIR" ]; then
627                 PG_DB_CLUSTERS="$POSTGRES_DATA_DIR"
628         fi
629 fi
630 foundold=0
631 for pgdir in $PG_DB_CLUSTERS; do
632         if [ -f $pgdir/PG_VERSION ]; then
633                 if [ $(cat $pgdir/PG_VERSION) != '%{pgsqlversion}' ]; then
634                         echo "Found database(s) in older, incompatible format in cluster $pgdir."
635                         foundold=1
636                 fi
637         fi
638 done
639 if [ "$foundold" = "1" ]; then
640         echo
641         echo "Dump all data from clusters mentioned above (using pg_dump or pg_dumpall)"
642         echo "and clean (or rename) those directories; then upgrade postgresql and"
643         echo "restore all data (using pg_restore or psql)."
644         echo "Remember to stop the daemon before upgrading!"
645         echo
646         echo "Alternatively you can use pg_upgrade for 8.3+ online upgrade with"
647         echo "some restrictions: http://www.postgresql.org/docs/10.0/static/pgupgrade.html"
648         echo
649         exit 1
650 fi
651
652 %post
653 /sbin/chkconfig --add postgresql-%{pgsqlversion}
654 %service postgresql-%{pgsqlversion} restart "postgresql-%{pgsqlversion} server"
655
656 %preun
657 if [ "$1" = "0" ]; then
658         %service postgresql-%{pgsqlversion} stop
659         /sbin/chkconfig --del postgresql-%{pgsqlversion}
660 fi
661
662 %posttrans      clients
663 update-alternatives \
664         --install %{_bindir}/clusterdb clusterdb %{pgsqllibdir}/bin/clusterdb %{pgsqlpriority} \
665         --slave %{_mandir}/man1/clusterdb.1 clusterdb.1 %{pgsqldatadir}/man/man1/clusterdb.1* || :
666 update-alternatives \
667         --install %{_bindir}/createdb createdb %{pgsqllibdir}/bin/createdb %{pgsqlpriority} \
668         --slave %{_mandir}/man1/createdb.1 createdb.1 %{pgsqldatadir}/man/man1/createdb.1* || :
669 update-alternatives \
670         --install %{_bindir}/createuser createuser %{pgsqllibdir}/bin/createuser %{pgsqlpriority} \
671         --slave %{_mandir}/man1/createuser.1 createuser.1 %{pgsqldatadir}/man/man1/createuser.1* || :
672 update-alternatives \
673         --install %{_bindir}/dropdb dropdb %{pgsqllibdir}/bin/dropdb %{pgsqlpriority} \
674         --slave %{_mandir}/man1/dropdb.1 dropdb.1 %{pgsqldatadir}/man/man1/dropdb.1* || :
675 update-alternatives \
676         --install %{_bindir}/dropuser dropuser %{pgsqllibdir}/bin/dropuser %{pgsqlpriority} \
677         --slave %{_mandir}/man1/dropuser.1 dropuser.1 %{pgsqldatadir}/man/man1/dropuser.1* || :
678 update-alternatives \
679         --install %{_bindir}/pg_archivecleanup pg_archivecleanup %{pgsqllibdir}/bin/pg_archivecleanup %{pgsqlpriority} \
680         --slave %{_mandir}/man1/pg_archivecleanup.1 pg_archivecleanup.1 %{pgsqldatadir}/man/man1/pg_archivecleanup.1* || :
681 update-alternatives \
682         --install %{_bindir}/pg_dump pg_dump %{pgsqllibdir}/bin/pg_dump %{pgsqlpriority} \
683         --slave %{_mandir}/man1/pg_dump.1 pg_dump.1 %{pgsqldatadir}/man/man1/pg_dump.1* || :
684 update-alternatives \
685         --install %{_bindir}/pg_dumpall pg_dumpall %{pgsqllibdir}/bin/pg_dumpall %{pgsqlpriority} \
686         --slave %{_mandir}/man1/pg_dumpall.1 pg_dumpall.1 %{pgsqldatadir}/man/man1/pg_dumpall.1* || :
687 update-alternatives \
688         --install %{_bindir}/pg_isready pg_isready %{pgsqllibdir}/bin/pg_isready %{pgsqlpriority} \
689         --slave %{_mandir}/man1/pg_isready.1 pg_isready.1 %{pgsqldatadir}/man/man1/pg_isready.1* || :
690 update-alternatives \
691         --install %{_bindir}/pg_restore pg_restore %{pgsqllibdir}/bin/pg_restore %{pgsqlpriority} \
692         --slave %{_mandir}/man1/pg_restore.1 pg_restore.1 %{pgsqldatadir}/man/man1/pg_restore.1* || :
693 update-alternatives \
694         --install %{_bindir}/psql psql %{pgsqllibdir}/bin/psql %{pgsqlpriority} \
695         --slave %{_mandir}/man1/psql.1 pgsql.1 %{pgsqldatadir}/man/man1/psql.1* || :
696 update-alternatives \
697         --install %{_bindir}/reindexdb reindexdb %{pgsqllibdir}/bin/reindexdb %{pgsqlpriority} \
698         --slave %{_mandir}/man1/reindexdb.1 reindexdb.1 %{pgsqldatadir}/man/man1/reindexdb.1* || :
699 update-alternatives \
700         --install %{_bindir}/vacuumdb vacuumdb %{pgsqllibdir}/bin/vacuumdb %{pgsqlpriority} \
701         --slave %{_mandir}/man1/vacuumdb.1 vacuumdb.1 %{pgsqldatadir}/man/man1/vacuumdb.1* || :
702
703 %postun clients
704 if [ $1 -eq 0 ]; then
705         update-alternatives --remove clusterdb %{pgsqllibdir}/bin/clusterdb || :
706         update-alternatives --remove createdb %{pgsqllibdir}/bin/createdb || :
707         update-alternatives --remove createuser %{pgsqllibdir}/bin/createuser || :
708         update-alternatives --remove dropdb %{pgsqllibdir}/bin/dropdb || :
709         update-alternatives --remove dropuser %{pgsqllibdir}/bin/dropuser || :
710         update-alternatives --remove pg_archivecleanup %{pgsqllibdir}/bin/pg_archivecleanup || :
711         update-alternatives --remove pg_dump %{pgsqllibdir}/bin/pg_dump || :
712         update-alternatives --remove pg_dumpall %{pgsqllibdir}/bin/pg_dumpall || :
713         update-alternatives --remove pg_isready %{pgsqllibdir}/bin/pg_isready || :
714         update-alternatives --remove pg_restore %{pgsqllibdir}/bin/pg_restore || :
715         update-alternatives --remove psql %{pgsqllibdir}/bin/psql || :
716         update-alternatives --remove reindexdb %{pgsqllibdir}/bin/reindexdb || :
717         update-alternatives --remove vacuumdb %{pgsqllibdir}/bin/vacuumdb || :
718 fi
719
720 %files -f main.lang
721 %defattr(644,root,root,755)
722 %doc COPYRIGHT README HISTORY doc/{bug.template,KNOWN_BUGS,MISSING_FEATURES,TODO}
723 %attr(754,root,root) /etc/rc.d/init.d/postgresql-%{pgsqlversion}
724 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postgresql-%{pgsqlversion}
725
726 %attr(755,root,root) %{pgsqllibdir}/bin/initdb
727 %attr(755,root,root) %{pgsqllibdir}/bin/pg_basebackup
728 %attr(755,root,root) %{pgsqllibdir}/bin/pg_controldata
729 %attr(755,root,root) %{pgsqllibdir}/bin/pg_ctl
730 %attr(755,root,root) %{pgsqllibdir}/bin/pg_resetxlog
731 %attr(755,root,root) %{pgsqllibdir}/bin/pg_receivexlog
732 %attr(755,root,root) %{pgsqllibdir}/bin/pg_recvlogical
733 %attr(755,root,root) %{pgsqllibdir}/bin/pg_rewind
734 %attr(755,root,root) %{pgsqllibdir}/bin/pg_test_fsync
735 %attr(755,root,root) %{pgsqllibdir}/bin/pg_test_timing
736 %attr(755,root,root) %{pgsqllibdir}/bin/pg_upgrade
737 %attr(755,root,root) %{pgsqllibdir}/bin/pg_xlogdump
738 %attr(755,root,root) %{pgsqllibdir}/bin/pgbench
739 %attr(755,root,root) %{pgsqllibdir}/bin/postgres
740 %attr(755,root,root) %{pgsqllibdir}/bin/postmaster
741
742 %attr(755,root,root) %{moduledir}/ascii_and_mic.so
743 %attr(755,root,root) %{moduledir}/cyrillic_and_mic.so
744 %attr(755,root,root) %{moduledir}/dict_int.so
745 %attr(755,root,root) %{moduledir}/dict_snowball.so
746 %attr(755,root,root) %{moduledir}/dict_xsyn.so
747 %attr(755,root,root) %{moduledir}/euc*.so
748 %attr(755,root,root) %{moduledir}/latin2_and_win1250.so
749 %attr(755,root,root) %{moduledir}/latin_and_mic.so
750 %attr(755,root,root) %{moduledir}/libpqwalreceiver.so
751 %attr(755,root,root) %{moduledir}/plpgsql.so
752 %attr(755,root,root) %{moduledir}/utf8_and_*.so
753
754 %dir %{extensiondir}
755 %{extensiondir}/plpgsql--*.sql
756 %{extensiondir}/plpgsql.control
757
758 %{pgsqldatadir}/*.bki
759 %{pgsqldatadir}/*.sample
760 %{pgsqldatadir}/*.description
761 %{pgsqldatadir}/*.shdescription
762 %{pgsqldatadir}/*.sql
763 %{pgsqldatadir}/*.txt
764 %{pgsqldatadir}/timezonesets
765 %{pgsqldatadir}/tsearch_data
766
767 %dir %{pgsqldatadir}/contrib
768
769 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 mtime size) /var/log/pgsql
770
771 %{pgsqldatadir}/man/man1/initdb.1*
772 %{pgsqldatadir}/man/man1/pg_basebackup.1*
773 %{pgsqldatadir}/man/man1/pg_controldata.1*
774 %{pgsqldatadir}/man/man1/pg_ctl.1*
775 %{pgsqldatadir}/man/man1/pg_resetxlog.1*
776 %{pgsqldatadir}/man/man1/pg_receivexlog.1*
777 %{pgsqldatadir}/man/man1/pg_recvlogical.1*
778 %{pgsqldatadir}/man/man1/pg_rewind.1*
779 %{pgsqldatadir}/man/man1/pg_test_fsync.1*
780 %{pgsqldatadir}/man/man1/pg_test_timing.1*
781 %{pgsqldatadir}/man/man1/pg_upgrade.1*
782 %{pgsqldatadir}/man/man1/pg_xlogdump.1*
783 %{pgsqldatadir}/man/man1/pgbench.1*
784 %{pgsqldatadir}/man/man1/postgres.1*
785 %{pgsqldatadir}/man/man1/postmaster.1*
786
787 %files dirs
788 %defattr(644,root,root,755)
789 %dir %{pgsqllibdir}
790 %dir %{pgsqllibdir}/bin
791 %dir %{pgsqllibdir}/lib
792 %dir %{pgsqldatadir}
793 %dir %{pgsqldatadir}/man
794 %dir %{pgsqldatadir}/man/man1
795 %dir %{pgsqldatadir}/man/man3
796 %dir %{pgsqldatadir}/man/man7
797 %attr(700,postgres,postgres) %dir /var/lib/postgresql/%{pgsqlversion}
798
799 %files doc
800 %defattr(644,root,root,755)
801 %doc doc/src/sgml/html howto
802 %{_examplesdir}/%{name}-%{version}
803
804 %files ecpg -f ecpg-%{pgsqlversion}.lang
805 %defattr(644,root,root,755)
806 %attr(755,root,root) %{pgsqllibdir}/bin/ecpg
807 %{pgsqldatadir}/man/man1/ecpg.1*
808
809 %files backend-devel
810 %defattr(644,root,root,755)
811 %dir %{_includedir}/postgresql/%{pgsqlversion}
812 %{_includedir}/postgresql/%{pgsqlversion}/server
813 %dir %{moduledir}/pgxs
814 %attr(755,root,root) %{moduledir}/pgxs/config
815 %{moduledir}/pgxs/src
816 %{pgsqldatadir}/man/man3/SPI_*.3*
817
818 %files clients -f clients.lang
819 %defattr(644,root,root,755)
820 %attr(755,root,root) %{pgsqllibdir}/bin/clusterdb
821 %attr(755,root,root) %{pgsqllibdir}/bin/createdb
822 %attr(755,root,root) %{pgsqllibdir}/bin/createlang
823 %attr(755,root,root) %{pgsqllibdir}/bin/createuser
824 %attr(755,root,root) %{pgsqllibdir}/bin/dropdb
825 %attr(755,root,root) %{pgsqllibdir}/bin/droplang
826 %attr(755,root,root) %{pgsqllibdir}/bin/dropuser
827 %attr(755,root,root) %{pgsqllibdir}/bin/pg_archivecleanup
828 %attr(755,root,root) %{pgsqllibdir}/bin/pg_dump
829 %attr(755,root,root) %{pgsqllibdir}/bin/pg_dumpall
830 %attr(755,root,root) %{pgsqllibdir}/bin/pg_isready
831 %attr(755,root,root) %{pgsqllibdir}/bin/pg_restore
832 %attr(755,root,root) %{pgsqllibdir}/bin/psql
833 %attr(755,root,root) %{pgsqllibdir}/bin/reindexdb
834 %attr(755,root,root) %{pgsqllibdir}/bin/vacuumdb
835
836 %{pgsqldatadir}/man/man1/clusterdb.1*
837 %{pgsqldatadir}/man/man1/createdb.1*
838 %{pgsqldatadir}/man/man1/createlang.1*
839 %{pgsqldatadir}/man/man1/createuser.1*
840 %{pgsqldatadir}/man/man1/dropdb.1*
841 %{pgsqldatadir}/man/man1/droplang.1*
842 %{pgsqldatadir}/man/man1/dropuser.1*
843 %{pgsqldatadir}/man/man1/pg_archivecleanup.1*
844 %{pgsqldatadir}/man/man1/pg_dump.1*
845 %{pgsqldatadir}/man/man1/pg_dumpall.1*
846 %{pgsqldatadir}/man/man1/pg_isready.1*
847 %{pgsqldatadir}/man/man1/pg_restore.1*
848 %{pgsqldatadir}/man/man1/psql.1*
849 %{pgsqldatadir}/man/man1/reindexdb.1*
850 %{pgsqldatadir}/man/man1/vacuumdb.1*
851 %{pgsqldatadir}/man/man7/*.7*
852
853 %if %{with perl}
854 %files module-plperl -f plperl-%{pgsqlversion}.lang
855 %defattr(644,root,root,755)
856 %attr(755,root,root) %{moduledir}/plperl.so
857 %{extensiondir}/plperl--*.sql
858 %{extensiondir}/plperl.control
859 %{extensiondir}/plperlu--*.sql
860 %{extensiondir}/plperlu.control
861 %endif
862
863 %if %{with python}
864 %files module-plpython -f plpython-%{pgsqlversion}.lang
865 %defattr(644,root,root,755)
866 %attr(755,root,root) %{moduledir}/plpython2.so
867 %{extensiondir}/plpython*--*.sql
868 %{extensiondir}/plpython*.control
869 %endif
870
871 %if %{with tcl}
872 %files module-pltcl -f pltcl-%{pgsqlversion}.lang
873 %defattr(644,root,root,755)
874 %attr(755,root,root) %{pgsqllibdir}/bin/pltcl_*
875 %attr(755,root,root) %{moduledir}/pltcl.so
876 %{pgsqldatadir}/unknown.pltcl
877 %{extensiondir}/pltcl*--*.sql
878 %{extensiondir}/pltcl*.control
879 %endif
880
881 %files module-dblink
882 %defattr(644,root,root,755)
883 %attr(755,root,root) %{moduledir}/dblink.so
884 %{extensiondir}/dblink--*.sql
885 %{extensiondir}/dblink.control
886 %{pgsqldatadir}/man/man3/dblink*.3*
887
888 %files module-lo
889 %defattr(644,root,root,755)
890 %attr(755,root,root) %{moduledir}/lo.so
891 %{extensiondir}/lo--*.sql
892 %{extensiondir}/lo.control
893
894 %files module-pg_trgm
895 %defattr(644,root,root,755)
896 %attr(755,root,root) %{moduledir}/pg_trgm.so
897 %{extensiondir}/pg_trgm--*.sql
898 %{extensiondir}/pg_trgm.control
899
900 %files module-pgcrypto
901 %defattr(644,root,root,755)
902 %attr(755,root,root) %{moduledir}/pgcrypto.so
903 %{extensiondir}/pgcrypto--*.sql
904 %{extensiondir}/pgcrypto.control
905
906 %if %{with selinux}
907 %files module-sepgsql
908 %defattr(644,root,root,755)
909 %attr(755,root,root) %{moduledir}/sepgsql.so
910 %{extensiondir}/sepgsql.sql
911 %endif
912
913 %files module-tablefunc
914 %defattr(644,root,root,755)
915 %attr(755,root,root) %{moduledir}/tablefunc.so
916 %{extensiondir}/*tablefunc--*.sql
917 %{extensiondir}/*tablefunc.control
918
919 %files module-xml2
920 %defattr(644,root,root,755)
921 %attr(755,root,root) %{moduledir}/pgxml.so
922 %{extensiondir}/xml2--*.sql
923 %{extensiondir}/xml2.control
924
925 %files contrib
926 %defattr(644,root,root,755)
927 %doc contrib/README
928 %attr(755,root,root) %{pgsqllibdir}/bin/oid2name
929 %attr(755,root,root) %{pgsqllibdir}/bin/pg_standby
930 %attr(755,root,root) %{pgsqllibdir}/bin/vacuumlo
931 %attr(755,root,root) %{moduledir}/_int.so
932 %attr(755,root,root) %{moduledir}/adminpack.so
933 %attr(755,root,root) %{moduledir}/auth_delay.so
934 %attr(755,root,root) %{moduledir}/auto_explain.so
935 %attr(755,root,root) %{moduledir}/bloom.so
936 %attr(755,root,root) %{moduledir}/btree_gin.so
937 %attr(755,root,root) %{moduledir}/btree_gist.so
938 %attr(755,root,root) %{moduledir}/chkpass.so
939 %attr(755,root,root) %{moduledir}/citext.so
940 %attr(755,root,root) %{moduledir}/cube.so
941 %attr(755,root,root) %{moduledir}/earthdistance.so
942 %attr(755,root,root) %{moduledir}/file_fdw.so
943 %attr(755,root,root) %{moduledir}/fuzzystrmatch.so
944 %attr(755,root,root) %{moduledir}/hstore.so
945 %attr(755,root,root) %{moduledir}/isn.so
946 %attr(755,root,root) %{moduledir}/ltree.so
947 %attr(755,root,root) %{moduledir}/pageinspect.so
948 %attr(755,root,root) %{moduledir}/passwordcheck.so
949 %attr(755,root,root) %{moduledir}/pg_buffercache.so
950 %attr(755,root,root) %{moduledir}/pg_freespacemap.so
951 %attr(755,root,root) %{moduledir}/pg_prewarm.so
952 %attr(755,root,root) %{moduledir}/pg_stat_statements.so
953 %attr(755,root,root) %{moduledir}/pg_visibility.so
954 %attr(755,root,root) %{moduledir}/pgrowlocks.so
955 %attr(755,root,root) %{moduledir}/pgstattuple.so
956 %attr(755,root,root) %{moduledir}/postgres_fdw.so
957 %attr(755,root,root) %{moduledir}/seg.so
958 %attr(755,root,root) %{moduledir}/sslinfo.so
959 %attr(755,root,root) %{moduledir}/tcn.so
960 %attr(755,root,root) %{moduledir}/tsm_system_rows.so
961 %attr(755,root,root) %{moduledir}/tsm_system_time.so
962 %attr(755,root,root) %{moduledir}/unaccent.so
963 %attr(755,root,root) %{moduledir}/uuid-ossp.so
964 %{extensiondir}/adminpack--*.sql
965 %{extensiondir}/adminpack.control
966 %{extensiondir}/bloom--*.sql
967 %{extensiondir}/bloom.control
968 %{extensiondir}/btree_gin--*.sql
969 %{extensiondir}/btree_gin.control
970 %{extensiondir}/btree_gist--*.sql
971 %{extensiondir}/btree_gist.control
972 %{extensiondir}/chkpass--*.sql
973 %{extensiondir}/chkpass.control
974 %{extensiondir}/citext--*.sql
975 %{extensiondir}/citext.control
976 %{extensiondir}/cube--*.sql
977 %{extensiondir}/cube.control
978 %{extensiondir}/dict_int--*.sql
979 %{extensiondir}/dict_int.control
980 %{extensiondir}/dict_xsyn--*.sql
981 %{extensiondir}/dict_xsyn.control
982 %{extensiondir}/earthdistance--*.sql
983 %{extensiondir}/earthdistance.control
984 %{extensiondir}/file_fdw--*.sql
985 %{extensiondir}/file_fdw.control
986 %{extensiondir}/fuzzystrmatch--*.sql
987 %{extensiondir}/fuzzystrmatch.control
988 %{extensiondir}/hstore--*.sql
989 %{extensiondir}/hstore.control
990 %{extensiondir}/intarray--*.sql
991 %{extensiondir}/intarray.control
992 %{extensiondir}/intagg--*.sql
993 %{extensiondir}/intagg.control
994 %{extensiondir}/isn--*.sql
995 %{extensiondir}/isn.control
996 %{extensiondir}/ltree--*.sql
997 %{extensiondir}/ltree.control
998 %{extensiondir}/pageinspect--*.sql
999 %{extensiondir}/pageinspect.control
1000 %{extensiondir}/pg_buffercache--*.sql
1001 %{extensiondir}/pg_buffercache.control
1002 %{extensiondir}/pg_freespacemap--*.sql
1003 %{extensiondir}/pg_freespacemap.control
1004 %{extensiondir}/pg_prewarm--*.sql
1005 %{extensiondir}/pg_prewarm.control
1006 %{extensiondir}/pg_stat_statements--*.sql
1007 %{extensiondir}/pg_stat_statements.control
1008 %{extensiondir}/pg_visibility--*.sql
1009 %{extensiondir}/pg_visibility.control
1010 %{extensiondir}/pgrowlocks--*.sql
1011 %{extensiondir}/pgrowlocks.control
1012 %{extensiondir}/pgstattuple--*.sql
1013 %{extensiondir}/pgstattuple.control
1014 %{extensiondir}/postgres_fdw--*.sql
1015 %{extensiondir}/postgres_fdw.control
1016 %{extensiondir}/seg--*.sql
1017 %{extensiondir}/seg.control
1018 %{extensiondir}/sslinfo--*.sql
1019 %{extensiondir}/sslinfo.control
1020 %{extensiondir}/tcn--*.sql
1021 %{extensiondir}/tcn.control
1022 %{extensiondir}/tsm_system_rows--*.sql
1023 %{extensiondir}/tsm_system_rows.control
1024 %{extensiondir}/tsm_system_time--*.sql
1025 %{extensiondir}/tsm_system_time.control
1026 %{extensiondir}/unaccent--*.sql
1027 %{extensiondir}/unaccent.control
1028 %{extensiondir}/uuid-ossp--*.sql
1029 %{extensiondir}/uuid-ossp.control
1030 %if %{with perl}
1031 %attr(755,root,root) %{moduledir}/hstore_plperl.so
1032 %{extensiondir}/hstore_plperl--*.sql
1033 %{extensiondir}/hstore_plperl.control
1034 %{extensiondir}/hstore_plperlu--*.sql
1035 %{extensiondir}/hstore_plperlu.control
1036 %endif
1037 %if %{with python}
1038 %attr(755,root,root) %{moduledir}/hstore_plpython2.so
1039 %attr(755,root,root) %{moduledir}/ltree_plpython2.so
1040 %{extensiondir}/hstore_plpythonu--*.sql
1041 %{extensiondir}/hstore_plpythonu.control
1042 %{extensiondir}/hstore_plpython2u--*.sql
1043 %{extensiondir}/hstore_plpython2u.control
1044 %{extensiondir}/hstore_plpython3u--*.sql
1045 %{extensiondir}/hstore_plpython3u.control
1046 %{extensiondir}/ltree_plpythonu--*.sql
1047 %{extensiondir}/ltree_plpythonu.control
1048 %{extensiondir}/ltree_plpython2u--*.sql
1049 %{extensiondir}/ltree_plpython2u.control
1050 %{extensiondir}/ltree_plpython3u--*.sql
1051 %{extensiondir}/ltree_plpython3u.control
1052 %endif
1053 %{pgsqldatadir}/man/man1/oid2name.1*
1054 %{pgsqldatadir}/man/man1/pg_standby.1*
1055 %{pgsqldatadir}/man/man1/vacuumlo.1*