View | Details | Raw Unified | Return to bug 15877
Collapse All | Expand All

(-)a/postgresql8.3.spec (-1 / +7 lines)
Lines 15-21 Link Here
15
15
16
Name: %prog_name%postgresql_major.%postgresql_minor
16
Name: %prog_name%postgresql_major.%postgresql_minor
17
Version: %postgresql_major.%postgresql_minor.%postgresql_subminor
17
Version: %postgresql_major.%postgresql_minor.%postgresql_subminor
18
Release: alt%postgresql_altrel
18
Release: alt%postgresql_altrel.eter1
19
19
20
%define PGSQL pgsql
20
%define PGSQL pgsql
21
%define ROOT %_localstatedir/%PGSQL-root
21
%define ROOT %_localstatedir/%PGSQL-root
Lines 65-70 Conflicts: %{prog_name}8.0 Link Here
65
Conflicts: %{prog_name}8.1
65
Conflicts: %{prog_name}8.1
66
Conflicts: %{prog_name}8.2
66
Conflicts: %{prog_name}8.2
67
67
68
BuildRequires: libkrb5-devel
68
# Automatically added by buildreq on Fri Mar 28 2008
69
# Automatically added by buildreq on Fri Mar 28 2008
69
BuildRequires: OpenSP alt-entities ccache docbook-style-dsssl flex libpam-devel libreadline-devel libssl-devel perl-SGMLSpm perl-devel python-devel tcl-devel zlib-devel
70
BuildRequires: OpenSP alt-entities ccache docbook-style-dsssl flex libpam-devel libreadline-devel libssl-devel perl-SGMLSpm perl-devel python-devel tcl-devel zlib-devel
70
71
Lines 277-282 autoconf-2.5 Link Here
277
	--sysconfdir=%_sysconfdir/%PGSQL \
278
	--sysconfdir=%_sysconfdir/%PGSQL \
278
	--datadir=%_datadir/%PGSQL \
279
	--datadir=%_datadir/%PGSQL \
279
	--localstatedir=%_localstatedir \
280
	--localstatedir=%_localstatedir \
281
	--with-includes=%_includedir/krb5 \
280
	--enable-hba \
282
	--enable-hba \
281
	--enable-recode \
283
	--enable-recode \
282
	--enable-multibyte \
284
	--enable-multibyte \
Lines 286-291 autoconf-2.5 Link Here
286
	--with-openssl \
288
	--with-openssl \
287
	--with-CXX \
289
	--with-CXX \
288
	--with-perl \
290
	--with-perl \
291
	--with-gssapi \
289
	--with-x \
292
	--with-x \
290
	--enable-odbc \
293
	--enable-odbc \
291
	--with-tcl --with-tclconfig=%_libdir \
294
	--with-tcl --with-tclconfig=%_libdir \
Lines 665-670 fi Link Here
665
%_libdir/%PGSQL/plpython.so
668
%_libdir/%PGSQL/plpython.so
666
669
667
%changelog
670
%changelog
671
* Mon Jun 02 2008 Dmitry M. Maslennikov <rlz at etersoft.ru> 8.3.1-alt4.eter1
672
- Build with GSSAPI
673
668
* Tue May 13 2008 Michael Bochkaryov <misha@altlinux.ru> 8.3.1-alt4
674
* Tue May 13 2008 Michael Bochkaryov <misha@altlinux.ru> 8.3.1-alt4
669
- fixed tsearch_data directory packaging bug
675
- fixed tsearch_data directory packaging bug
670
676

Return to bug 15877