]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.spec
- R: common for dirs for postgres user
[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.5
18 %define pgsqlpriority 95
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}.14
32 Release:        3
33 License:        BSD
34 Group:          Applications/Databases
35 Source0:        http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
36 # Source0-md5:  36c51ae03c2cd7606e22b8ba228df304
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 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 pgcrypto pgrowlocks pgstattuple postgres_fdw seg %{?with_selinux:sepgsql} sslinfo tablefunc tcn 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 Requires:       postgresql-common >= %{version}-%{release}
180
181 %description dirs
182 Common directories for PostgresSQL %{pgsqlversion}
183
184 %description dirs -l pl.UTF-8
185 Wspólne pliki i katalogi dla PostgreSQL %{pgsqlversion}
186
187 %package backend-devel
188 Summary:        PostgreSQL backend development header files
189 Summary(pl.UTF-8):      PostgreSQL - pliki nagłówkowe dla backendu
190 Group:          Development/Libraries
191 Requires:       postgresql-devel >= %{version}-%{release}
192 Requires:       postgresql-libs >= %{version}-%{release}
193 Obsoletes:      postgresql-backend-devel
194
195 %description backend-devel
196 This package contains header files required to compile functions that
197 could be loaded directly by backend
198
199 %description backend-devel -l pl.UTF-8
200 Pakiet zawiera nagłówki wymagane do kompilacji funkcji ktore moga byc
201 bezposrednio ladowane przez beckend serwera PostgreSQL.
202
203 %package clients
204 Summary:        Clients needed to access a PostgreSQL server
205 Summary(es.UTF-8):      Clientes necesarios para acceder al servidor PostgreSQL
206 Summary(pl.UTF-8):      Klienci wymagani do dostępu do serwera PostgreSQL
207 Summary(pt_BR.UTF-8):   Clientes necessários para acessar o servidor PostgreSQL
208 Summary(ru.UTF-8):      Клиентские программы, необходимые для доступа к серверу PostgreSQL
209 Summary(uk.UTF-8):      Клієнтські програми, необхідні для доступу до сервера PostgreSQL
210 Group:          Applications/Databases
211 Requires:       alternatives
212 Requires:       %{name}-dirs = %{version}-%{release}
213 Requires:       postgresql-libs >= %{version}-%{release}
214 Obsoletes:      postgresql-clients
215
216 %description clients
217 This package includes only the clients needed to access an PostgreSQL
218 server. The server is included in the main package. If all you need is
219 to connect to another PostgreSQL server, the this is the only package
220 you need to install. Clients include several command-line utilities
221 you can use to manage your databases on a remote PostgreSQL server.
222
223 %description clients -l pl.UTF-8
224 Pakiet zawiera programy klienckie potrzebne dla dostępu do serwera
225 PostgreSQL oraz narzędzia do zarządzania bazami działające z linii
226 poleceń. Serwer znajduje się w głównym pakiecie.
227
228 %package doc
229 Summary:        Documentation for PostgreSQL
230 Summary(pl.UTF-8):      Dodatkowa dokumantacja dla PostgreSQL
231 Group:          Applications/Databases
232 Obsoletes:      postgresql-doc
233
234 %description doc
235 This package includes documentation and HOWTO for programmer, admin
236 etc., in HTML format.
237
238 %description doc -l pl.UTF-8
239 Pakiet ten zawiera dokumentację oraz HOWTO m.in. dla programistów,
240 administratorów w formacie HTML.
241
242 %package ecpg
243 Summary:        Embedded SQL in C interface
244 Summary(pl.UTF-8):      Interfejs wbudowanego SQL-a w język C
245 Group:          Libraries
246 Requires:       %{name}-dirs = %{version}-%{release}
247 Requires:       postgresql-libs >= %{version}-%{release}
248 Requires:       postgresql-ecpg-libs >= %{version}-%{release}
249 Obsoletes:      postgresql-ecpg
250
251 %description ecpg
252 Embedded SQL in C interface.
253
254 %description ecpg -l pl.UTF-8
255 Interfejs wbudowanego SQL-a w język C.
256
257 %package module-plperl
258 Summary:        PL/perl - PostgreSQL procedural language
259 Summary(pl.UTF-8):      PL/perl - język proceduralny bazy danych PostgreSQL
260 Group:          Applications/Databases
261 Requires:       %{name} = %{version}-%{release}
262 Obsoletes:      postgresql-module-plperl
263
264 %description module-plperl
265 From PostgreSQL documentation:
266
267 Postgres supports the definition of procedural languages. In the case
268 of a function or trigger procedure defined in a procedural language,
269 the database has no built-in knowledge about how to interpret the
270 function's source text. Instead, the task is passed to a handler that
271 knows the details of the language. The handler itself is a special
272 programming language function compiled into a shared object and loaded
273 on demand.
274
275 To enable PL/Perl procedural language for your database you have to
276 run createlang command.
277
278 %description module-plperl -l pl.UTF-8
279 Z dokumentacji PostgreSQL:
280
281 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
282 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
283 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
284 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
285 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
286 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
287 potrzeby.
288
289 Za pomocą polecenia createlang można dodać obsługę języka
290 proceduralnego PL/Perl dla swojej bazy danych.
291
292 %package module-plpython
293 Summary:        PL/Python - PostgreSQL procedural language
294 Summary(pl.UTF-8):      PL/Python - język proceduralny bazy danych PostgreSQL
295 Group:          Applications/Databases
296 Requires:       %{name} = %{version}-%{release}
297 %pyrequires_eq  python
298 Obsoletes:      postgresql-module-plpython
299
300 %description module-plpython
301 From PostgreSQL documentation:
302
303 Postgres supports the definition of procedural languages. In the case
304 of a function or trigger procedure defined in a procedural language,
305 the database has no built-in knowledge about how to interpret the
306 function's source text. Instead, the task is passed to a handler that
307 knows the details of the language. The handler itself is a special
308 programming language function compiled into a shared object and loaded
309 on demand.
310
311 To enable PL/Python procedural language for your database you have to
312 run createlang command.
313
314 %description module-plpython -l pl.UTF-8
315 Z dokumentacji PostgreSQL:
316
317 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
318 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
319 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
320 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
321 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
322 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
323 potrzeby.
324
325 Za pomocą polecenia createlang można dodać obsługę języka
326 proceduralnego PL/Python dla swojej bazy danych.
327
328 %package module-pltcl
329 Summary:        PL/Tcl - PostgreSQL procedural language
330 Summary(pl.UTF-8):      PL/Tcl - język proceduralny bazy danych PostgreSQL
331 Group:          Applications/Databases
332 Requires:       %{name} = %{version}-%{release}
333 Requires:       tcl(Pgtcl)
334 Obsoletes:      postgresql-module-pltcl
335
336 %description module-pltcl
337 From PostgreSQL documentation:
338
339 Postgres supports the definition of procedural languages. In the case
340 of a function or trigger procedure defined in a procedural language,
341 the database has no built-in knowledge about how to interpret the
342 function's source text. Instead, the task is passed to a handler that
343 knows the details of the language. The handler itself is a special
344 programming language function compiled into a shared object and loaded
345 on demand.
346
347 To enable PL/Tcl procedural language for your database you have to run
348 createlang command.
349
350 %description module-pltcl -l pl.UTF-8
351 Z dokumentacji PostgreSQL:
352
353 Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
354 programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
355 proceduralnym, baza danych nie ma pojęcia jak interpretować tego typu
356 funkcję. Funkcja lub procedura ta jest przekazywana do interpretera,
357 który wie jak ją wykonać. Interpreter jest odpowiednią, specjalną
358 funkcją, która jest skompilowana w obiekt dzielony i ładowany w razie
359 potrzeby.
360
361 Za pomocą polecenia createlang można dodać obsługę języka
362 proceduralnego PL/Tcl dla swojej bazy danych.
363
364 %package module-dblink
365 Summary:        dblink module for PostgreSQL
366 Summary(pl.UTF-8):      Moduł dblink dla PostgreSQL-a
367 Group:          Applications/Databases
368 Requires:       %{name} = %{version}-%{release}
369 Obsoletes:      postgresql-module-dblink
370
371 %description module-dblink
372 dblink module for PostgreSQL provides functions returning results from
373 remote database.
374
375 %description module-dblink -l pl.UTF-8
376 Moduł dblink dla PostgreSQL-a udostępnia funkcje zwracające wyniki ze
377 zdalnej bazy danych.
378
379 %package module-lo
380 Summary:        Large Objects module for PostgreSQL
381 Summary(pl.UTF-8):      Moduł Large Objects dla PostgreSQL-a
382 Group:          Applications/Databases
383 Requires:       %{name} = %{version}-%{release}
384 Obsoletes:      postgresql-module-lo
385
386 %description module-lo
387 Large Objects module for PostgreSQL adds a new data type 'lo', some
388 support functions and a trigger which handles the orphaning problem.
389
390 %description module-lo -l pl.UTF-8
391 Moduł Large Objects dla PostgreSQL-a dodaje nowy typ danych 'lo',
392 kilka funkcji pomocniczych i wyzwalacz rozwiązujący problem
393 osieroconych obiektów.
394
395 %package module-pg_trgm
396 Summary:        Trigram matching for PostgreSQL
397 Summary(pl.UTF-8):      Dopasowanie trigramowe dla PostgreSQL-a
398 Group:          Applications/Databases
399 Requires:       %{name} = %{version}-%{release}
400 Obsoletes:      postgresql-module-pg_trgm
401
402 %description module-pg_trgm
403 This module provides functions and index classes for determining the
404 similarity of text based on trigram matching.
405
406 %description module-pg_trgm -l pl.UTF-8
407 Ten moduł dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
408 w oparciu o dopasowywanie trigramowe (trigram matching).
409
410 %package module-pgcrypto
411 Summary:        Cryptographic functions for PostgreSQL
412 Summary(pl.UTF-8):      Funkcje kryptograficzne dla PostgreSQL-a
413 Group:          Applications/Databases
414 Requires:       %{name} = %{version}-%{release}
415 Obsoletes:      postgresql-module-pgcrypto
416
417 %description module-pgcrypto
418 Cryptographic functions for PostgreSQL.
419
420 %description module-pgcrypto -l pl.UTF-8
421 Funkcje kryptograficzne dla PostgreSQL.
422
423 %package module-sepgsql
424 Summary:        PostgreSQL external security provider using SELinux
425 Summary(pl.UTF-8):      Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa
426 Group:          Applications/Databases
427 Requires:       %{name} = %{version}-%{release}
428 Requires:       libselinux >= 2.1.10
429 Obsoletes:      postgresql-module-sepgsql
430
431 %description module-sepgsql
432 PostgreSQL external security provider using SELinux.
433
434 %description module-sepgsql -l pl.UTF-8
435 Zewnętrzny moduł bezpieczeństwa PostgreSQL-a wykorzystujący SELinuksa.
436
437 %package module-tablefunc
438 Summary:        crosstab functions for PostgreSQL
439 Summary(pl.UTF-8):      Funkcje crosstab dla PostgreSQL-a
440 Group:          Applications/Databases
441 Requires:       %{name} = %{version}-%{release}
442 Obsoletes:      postgresql-module-tablefunc
443
444 %description module-tablefunc
445 crosstab functions for PostgreSQL.
446
447 %description module-tablefunc -l pl.UTF-8
448 Funkcje crosstab dla PostgreSQL-a.
449
450 %package module-xml2
451 Summary:        XML-handling functions for PostgreSQL
452 Summary(pl.UTF-8):      Funkcje do obsługi XML-a dla PostgreSQL-a
453 Group:          Applications/Databases
454 Requires:       %{name} = %{version}-%{release}
455 Requires:       libxml2 >= 1:2.6.23
456 Obsoletes:      postgresql-module-xml2
457
458 %description module-xml2
459 Module with XML functions provides both XPath querying and XSLT
460 functionality. There is also a new table function which allows the
461 straightforward return of multiple XML results.
462
463 %description module-xml2 -l pl.UTF-8
464 Moduł z funkcjami XML zapewniającymi obsługę zapytań XPath oraz
465 funkcjonalność XSLT. Jest także nowa funkcja tabelowa pozwalająca na
466 bezpośrednie zwracanie wielu wyników XML.
467
468 %package contrib
469 Summary:        Miscellaneous PostgreSQL contrib modules
470 Summary(pl.UTF-8):      Różne moduły dołączone do PostgreSQL-a
471 Group:          Applications/Databases
472 Requires:       %{name} = %{version}-%{release}
473 Obsoletes:      postgresql-contrib
474
475 %description contrib
476 Miscellaneous PostgreSQL contrib modules.
477
478 %description contrib -l pl.UTF-8
479 Różne moduły dołączone do PostgreSQL-a.
480
481 %prep
482 %setup -q -n postgresql-%{version}
483 %patch0 -p1
484 %{?with_absolute_dbpaths:%patch1 -p1}
485 %patch2 -p1
486 %patch3 -p1
487 %patch4 -p1
488 %patch5 -p1
489 %patch6 -p1
490 %patch7 -p1
491
492 # force rebuild of bison/flex files
493 find src -name \*.l -o -name \*.y | xargs touch
494
495 # Erase all CVS dirs
496 #find contrib -type d -name CVS -exec rm -rf {} \;
497
498 %build
499 %{__aclocal} -I config
500 %{__autoconf}
501 %{__autoheader}
502 %configure \
503         CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS `uuid-config --cflags`" \
504         --prefix=%{pgsqldatadir} \
505         --bindir=%{pgsqllibdir}/bin \
506         --sbindir=%{pgsqllibdir}/sbin \
507         --includedir=%{_includedir} \
508         --mandir=%{pgsqldatadir}/man \
509         --datadir=%{pgsqldatadir} \
510         --libdir=%{_libdir} \
511         --docdir=%{pgsqldatadir}/doc \
512         --localedir=%{_datadir}/locale \
513         --disable-rpath \
514         --enable-depend \
515         %{?with_systemtap:--enable-dtrace} \
516         --enable-integer-datetimes \
517         --enable-nls \
518         --enable-thread-safety \
519         %{?with_bonjour:--with-bonjour} \
520         %{?with_kerberos5:--with-gssapi} \
521         %{?with_ldap:--with-ldap} \
522         --with-libxml \
523         --with-libxslt \
524         --with-openssl \
525         --with-pam \
526         %{?with_perl:--with-perl} \
527         %{?with_python:--with-python} \
528         %{?with_selinux:--with-selinux} \
529         --with-system-tzdata=%{_datadir}/zoneinfo \
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}/btree_gin.so
936 %attr(755,root,root) %{moduledir}/btree_gist.so
937 %attr(755,root,root) %{moduledir}/chkpass.so
938 %attr(755,root,root) %{moduledir}/citext.so
939 %attr(755,root,root) %{moduledir}/cube.so
940 %attr(755,root,root) %{moduledir}/earthdistance.so
941 %attr(755,root,root) %{moduledir}/file_fdw.so
942 %attr(755,root,root) %{moduledir}/fuzzystrmatch.so
943 %attr(755,root,root) %{moduledir}/hstore.so
944 %attr(755,root,root) %{moduledir}/isn.so
945 %attr(755,root,root) %{moduledir}/ltree.so
946 %attr(755,root,root) %{moduledir}/pageinspect.so
947 %attr(755,root,root) %{moduledir}/passwordcheck.so
948 %attr(755,root,root) %{moduledir}/pg_buffercache.so
949 %attr(755,root,root) %{moduledir}/pg_freespacemap.so
950 %attr(755,root,root) %{moduledir}/pg_prewarm.so
951 %attr(755,root,root) %{moduledir}/pg_stat_statements.so
952 %attr(755,root,root) %{moduledir}/pgrowlocks.so
953 %attr(755,root,root) %{moduledir}/pgstattuple.so
954 %attr(755,root,root) %{moduledir}/postgres_fdw.so
955 %attr(755,root,root) %{moduledir}/seg.so
956 %attr(755,root,root) %{moduledir}/sslinfo.so
957 %attr(755,root,root) %{moduledir}/tcn.so
958 %attr(755,root,root) %{moduledir}/unaccent.so
959 %attr(755,root,root) %{moduledir}/uuid-ossp.so
960 %{extensiondir}/adminpack--*.sql
961 %{extensiondir}/adminpack.control
962 %{extensiondir}/btree_gin--*.sql
963 %{extensiondir}/btree_gin.control
964 %{extensiondir}/btree_gist--*.sql
965 %{extensiondir}/btree_gist.control
966 %{extensiondir}/chkpass--*.sql
967 %{extensiondir}/chkpass.control
968 %{extensiondir}/citext--*.sql
969 %{extensiondir}/citext.control
970 %{extensiondir}/cube--*.sql
971 %{extensiondir}/cube.control
972 %{extensiondir}/dict_int--*.sql
973 %{extensiondir}/dict_int.control
974 %{extensiondir}/dict_xsyn--*.sql
975 %{extensiondir}/dict_xsyn.control
976 %{extensiondir}/earthdistance--*.sql
977 %{extensiondir}/earthdistance.control
978 %{extensiondir}/file_fdw--*.sql
979 %{extensiondir}/file_fdw.control
980 %{extensiondir}/fuzzystrmatch--*.sql
981 %{extensiondir}/fuzzystrmatch.control
982 %{extensiondir}/hstore--*.sql
983 %{extensiondir}/hstore.control
984 %{extensiondir}/intarray--*.sql
985 %{extensiondir}/intarray.control
986 %{extensiondir}/intagg--*.sql
987 %{extensiondir}/intagg.control
988 %{extensiondir}/isn--*.sql
989 %{extensiondir}/isn.control
990 %{extensiondir}/ltree--*.sql
991 %{extensiondir}/ltree.control
992 %{extensiondir}/pageinspect--*.sql
993 %{extensiondir}/pageinspect.control
994 %{extensiondir}/pg_buffercache--*.sql
995 %{extensiondir}/pg_buffercache.control
996 %{extensiondir}/pg_freespacemap--*.sql
997 %{extensiondir}/pg_freespacemap.control
998 %{extensiondir}/pg_prewarm--*.sql
999 %{extensiondir}/pg_prewarm.control
1000 %{extensiondir}/pg_stat_statements--*.sql
1001 %{extensiondir}/pg_stat_statements.control
1002 %{extensiondir}/pgrowlocks--*.sql
1003 %{extensiondir}/pgrowlocks.control
1004 %{extensiondir}/pgstattuple--*.sql
1005 %{extensiondir}/pgstattuple.control
1006 %{extensiondir}/postgres_fdw--*.sql
1007 %{extensiondir}/postgres_fdw.control
1008 %{extensiondir}/seg--*.sql
1009 %{extensiondir}/seg.control
1010 %{extensiondir}/sslinfo--*.sql
1011 %{extensiondir}/sslinfo.control
1012 %{extensiondir}/tcn--*.sql
1013 %{extensiondir}/tcn.control
1014 %{extensiondir}/unaccent--*.sql
1015 %{extensiondir}/unaccent.control
1016 %{extensiondir}/uuid-ossp--*.sql
1017 %{extensiondir}/uuid-ossp.control
1018 %if %{with perl}
1019 %attr(755,root,root) %{moduledir}/hstore_plperl.so
1020 %{extensiondir}/hstore_plperl--*.sql
1021 %{extensiondir}/hstore_plperl.control
1022 %{extensiondir}/hstore_plperlu--*.sql
1023 %{extensiondir}/hstore_plperlu.control
1024 %endif
1025 %if %{with python}
1026 %attr(755,root,root) %{moduledir}/hstore_plpython2.so
1027 %attr(755,root,root) %{moduledir}/ltree_plpython2.so
1028 %{extensiondir}/hstore_plpythonu--*.sql
1029 %{extensiondir}/hstore_plpythonu.control
1030 %{extensiondir}/hstore_plpython2u--*.sql
1031 %{extensiondir}/hstore_plpython2u.control
1032 %{extensiondir}/hstore_plpython3u--*.sql
1033 %{extensiondir}/hstore_plpython3u.control
1034 %{extensiondir}/ltree_plpythonu--*.sql
1035 %{extensiondir}/ltree_plpythonu.control
1036 %{extensiondir}/ltree_plpython2u--*.sql
1037 %{extensiondir}/ltree_plpython2u.control
1038 %{extensiondir}/ltree_plpython3u--*.sql
1039 %{extensiondir}/ltree_plpython3u.control
1040 %endif
1041 %{pgsqldatadir}/man/man1/oid2name.1*
1042 %{pgsqldatadir}/man/man1/pg_standby.1*
1043 %{pgsqldatadir}/man/man1/vacuumlo.1*