Accepting request 38684 from server:database:postgresql

Copy from server:database:postgresql/postgresql based on submit request 38684 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql?expand=0&rev=20
This commit is contained in:
OBS User autobuild 2010-04-24 15:15:22 +00:00 committed by Git OBS Bridge
commit baffcea058
6 changed files with 56 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adb3c5c90396195d76e986f835c2bd0e0dad438f91f4dc2b62048caf6d9869f2
size 13600699

3
postgresql-8.4.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:050c3e8324b453715e819456638fc1561351b33c8011b7cb63db98bbc2061564
size 13645257

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 11 18:24:28 CET 2010 - max@suse.de
- Disable GSSAPI, XML, kerberos and make check in OBS for SLES9.
-------------------------------------------------------------------
Tue Feb 9 14:11:37 CET 2010 - max@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package postgresql-pl (Version 8.4.2)
# spec file for package postgresql-pl (Version 8.4.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,13 +18,16 @@
Name: postgresql-pl
BuildRequires: bison flex gettext-devel krb5-devel libxml2-devel libxslt-devel
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel
BuildRequires: bison flex gettext-devel
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
BuildRequires: ncurses-devel
%if 0%{?suse_version} > 910
BuildRequires: krb5-devel libxslt-devel
%endif
BuildRequires: python-devel tcl-devel
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
Version: 8.4.2
Release: 3
Version: 8.4.3
Release: 1
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
License: BSD3c(or similar)
Group: Productivity/Databases/Servers
@ -133,11 +136,13 @@ export CFLAGS="%optflags $SP"
--with-tclconfig=%_libdir \
--with-openssl \
--with-pam \
--with-ldap \
%if 0%{?suse_version} > 910
--with-krb5 \
--with-gssapi \
--with-ldap \
--with-libxml \
--with-libxslt \
%endif
--with-system-tzdata=/usr/share/zoneinfo
# fmgroids.h is needed for plperl
make -C src/backend ../../src/include/utils/fmgroids.h

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Apr 17 15:21:18 UTC 2010 - crrodriguez@opensuse.org
- Should Require timezone package
-------------------------------------------------------------------
Tue Mar 16 15:27:42 CET 2010 - max@suse.de
- Security and bugfix release 8.4.3.
-------------------------------------------------------------------
Thu Mar 11 18:23:38 CET 2010 - max@suse.de
- Disable GSSAPI, XML, kerberos and make check in OBS for SLES9.
-------------------------------------------------------------------
Thu Mar 11 17:57:38 CET 2010 - max@suse.de
- Fix build for SLES9
-------------------------------------------------------------------
Tue Feb 9 14:42:29 CET 2010 - max@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package postgresql (Version 8.4.2)
# spec file for package postgresql (Version 8.4.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,16 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: postgresql
BuildRequires: bison flex gettext-devel krb5-devel libxslt-devel
BuildRequires: bison flex gettext-devel
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
BuildRequires: ncurses-devel
%if 0%{?suse_version} > 910
BuildRequires: krb5-devel libxslt-devel
%endif
Summary: Basic Clients and Utilities for PostgreSQL
Version: 8.4.2
Release: 3
Version: 8.4.3
Release: 1
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
License: BSD3c(or similar)
Group: Productivity/Databases/Tools
@ -45,6 +47,7 @@ PreReq: postgresql-libs = %pg_minor_version
Url: http://www.postgresql.org/
Provides: postgresql = %pg_minor_version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: timezone
%description
PostgreSQL is an advanced object-relational database management system
@ -164,7 +167,7 @@ which will interact with a PostgreSQL server.
%patch1
%patch2
# apply the following patch only on SLE10
%if %suse_version == 1010
%if 0%{?suse_version} == 1010
%patch3 -p1
%endif
@ -189,16 +192,19 @@ export CFLAGS="%optflags $SP"
--without-tcl \
--with-openssl \
--with-pam \
--with-krb5 \
--with-gssapi \
--with-ldap \
%if 0%{?suse_version} > 910
--with-gssapi \
--with-libxml \
--with-libxslt \
--with-krb5 \
%endif
--with-system-tzdata=/usr/share/zoneinfo
make %{?jobs:-j%jobs} all
make %{?jobs:-j%jobs} -C contrib all
#
%ifnarch %arm
%if 0%{?suse_version} > 910
%check
#
@ -213,6 +219,7 @@ make check || {
exit 1
}
%endif
%endif
%install
make DESTDIR=%buildroot install
@ -233,7 +240,7 @@ do
done
install -m 755 %{SOURCE9} %buildroot/etc/init.d/postgresql
install -m 644 %{SOURCE8} %buildroot/var/adm/fillup-templates/sysconfig.postgresql
%if 0%suse_version > 1020
%if 0%{?suse_version} > 1020
install -m 644 %SOURCE16 %buildroot/etc/sysconfig/SuSEfirewall2.d/services/postgresql
%endif
ln -s ../../etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql
@ -367,7 +374,7 @@ rm -f %my_provides
%defattr(-,root,root)
%config /etc/init.d/postgresql
%config /var/adm/fillup-templates/sysconfig.postgresql
%if 0%suse_version > 1020
%if 0%{?suse_version} > 1020
%config /etc/sysconfig/SuSEfirewall2.d/services/postgresql
%endif
%_sbindir/rcpostgresql