Accepting request 38684 from server:database:postgresql
checked in (request 38684) OBS-URL: https://build.opensuse.org/request/show/38684 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
0700e24a7c
commit
9851ff5d4e
3
postgresql-8.4.2.tar.bz2
Normal file
3
postgresql-8.4.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb3c5c90396195d76e986f835c2bd0e0dad438f91f4dc2b62048caf6d9869f2
|
||||
size 13600699
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:050c3e8324b453715e819456638fc1561351b33c8011b7cb63db98bbc2061564
|
||||
size 13645257
|
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -15,16 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: postgresql-pl
|
||||
BuildRequires: bison flex gettext-devel
|
||||
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
||||
BuildRequires: bison flex gettext-devel krb5-devel libxml2-devel libxslt-devel
|
||||
BuildRequires: openldap2-devel openssl-devel pam-devel readline-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.3
|
||||
Version: 8.4.2
|
||||
Release: 3
|
||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||
License: BSD3c(or similar)
|
||||
@@ -134,13 +133,11 @@ 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
|
||||
|
@@ -1,23 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -15,15 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: postgresql
|
||||
BuildRequires: bison flex gettext-devel
|
||||
BuildRequires: bison flex gettext-devel krb5-devel libxslt-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.3
|
||||
Version: 8.4.2
|
||||
Release: 3
|
||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||
License: BSD3c(or similar)
|
||||
@@ -45,7 +45,6 @@ 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
|
||||
@@ -165,7 +164,7 @@ which will interact with a PostgreSQL server.
|
||||
%patch1
|
||||
%patch2
|
||||
# apply the following patch only on SLE10
|
||||
%if 0%{?suse_version} == 1010
|
||||
%if %suse_version == 1010
|
||||
%patch3 -p1
|
||||
%endif
|
||||
|
||||
@@ -190,19 +189,17 @@ export CFLAGS="%optflags $SP"
|
||||
--without-tcl \
|
||||
--with-openssl \
|
||||
--with-pam \
|
||||
--with-ldap \
|
||||
%if 0%{?suse_version} > 910
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--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
|
||||
#
|
||||
# Run the regression tests.
|
||||
@@ -216,7 +213,6 @@ make check || {
|
||||
exit 1
|
||||
}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%install
|
||||
make DESTDIR=%buildroot install
|
||||
@@ -237,7 +233,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
|
||||
@@ -371,7 +367,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
|
||||
|
Reference in New Issue
Block a user