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:
commit
baffcea058
@ -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
3
postgresql-8.4.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:050c3e8324b453715e819456638fc1561351b33c8011b7cb63db98bbc2061564
|
||||||
|
size 13645257
|
@ -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
|
Tue Feb 9 14:11:37 CET 2010 - max@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,13 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: postgresql-pl
|
Name: postgresql-pl
|
||||||
BuildRequires: bison flex gettext-devel krb5-devel libxml2-devel libxslt-devel
|
BuildRequires: bison flex gettext-devel
|
||||||
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel
|
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
%if 0%{?suse_version} > 910
|
||||||
|
BuildRequires: krb5-devel libxslt-devel
|
||||||
|
%endif
|
||||||
BuildRequires: python-devel tcl-devel
|
BuildRequires: python-devel tcl-devel
|
||||||
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
|
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
|
||||||
Version: 8.4.2
|
Version: 8.4.3
|
||||||
Release: 3
|
Release: 1
|
||||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
@ -133,11 +136,13 @@ export CFLAGS="%optflags $SP"
|
|||||||
--with-tclconfig=%_libdir \
|
--with-tclconfig=%_libdir \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-pam \
|
--with-pam \
|
||||||
|
--with-ldap \
|
||||||
|
%if 0%{?suse_version} > 910
|
||||||
--with-krb5 \
|
--with-krb5 \
|
||||||
--with-gssapi \
|
--with-gssapi \
|
||||||
--with-ldap \
|
|
||||||
--with-libxml \
|
--with-libxml \
|
||||||
--with-libxslt \
|
--with-libxslt \
|
||||||
|
%endif
|
||||||
--with-system-tzdata=/usr/share/zoneinfo
|
--with-system-tzdata=/usr/share/zoneinfo
|
||||||
# fmgroids.h is needed for plperl
|
# fmgroids.h is needed for plperl
|
||||||
make -C src/backend ../../src/include/utils/fmgroids.h
|
make -C src/backend ../../src/include/utils/fmgroids.h
|
||||||
|
@ -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
|
Tue Feb 9 14:42:29 CET 2010 - max@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,16 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: postgresql
|
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: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
%if 0%{?suse_version} > 910
|
||||||
|
BuildRequires: krb5-devel libxslt-devel
|
||||||
|
%endif
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
Version: 8.4.2
|
Version: 8.4.3
|
||||||
Release: 3
|
Release: 1
|
||||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
@ -45,6 +47,7 @@ PreReq: postgresql-libs = %pg_minor_version
|
|||||||
Url: http://www.postgresql.org/
|
Url: http://www.postgresql.org/
|
||||||
Provides: postgresql = %pg_minor_version
|
Provides: postgresql = %pg_minor_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: timezone
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PostgreSQL is an advanced object-relational database management system
|
PostgreSQL is an advanced object-relational database management system
|
||||||
@ -164,7 +167,7 @@ which will interact with a PostgreSQL server.
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
# apply the following patch only on SLE10
|
# apply the following patch only on SLE10
|
||||||
%if %suse_version == 1010
|
%if 0%{?suse_version} == 1010
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -189,16 +192,19 @@ export CFLAGS="%optflags $SP"
|
|||||||
--without-tcl \
|
--without-tcl \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-pam \
|
--with-pam \
|
||||||
--with-krb5 \
|
|
||||||
--with-gssapi \
|
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
|
%if 0%{?suse_version} > 910
|
||||||
|
--with-gssapi \
|
||||||
--with-libxml \
|
--with-libxml \
|
||||||
--with-libxslt \
|
--with-libxslt \
|
||||||
|
--with-krb5 \
|
||||||
|
%endif
|
||||||
--with-system-tzdata=/usr/share/zoneinfo
|
--with-system-tzdata=/usr/share/zoneinfo
|
||||||
make %{?jobs:-j%jobs} all
|
make %{?jobs:-j%jobs} all
|
||||||
make %{?jobs:-j%jobs} -C contrib all
|
make %{?jobs:-j%jobs} -C contrib all
|
||||||
#
|
#
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
|
%if 0%{?suse_version} > 910
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#
|
#
|
||||||
@ -213,6 +219,7 @@ make check || {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%buildroot install
|
make DESTDIR=%buildroot install
|
||||||
@ -233,7 +240,7 @@ do
|
|||||||
done
|
done
|
||||||
install -m 755 %{SOURCE9} %buildroot/etc/init.d/postgresql
|
install -m 755 %{SOURCE9} %buildroot/etc/init.d/postgresql
|
||||||
install -m 644 %{SOURCE8} %buildroot/var/adm/fillup-templates/sysconfig.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
|
install -m 644 %SOURCE16 %buildroot/etc/sysconfig/SuSEfirewall2.d/services/postgresql
|
||||||
%endif
|
%endif
|
||||||
ln -s ../../etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql
|
ln -s ../../etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql
|
||||||
@ -367,7 +374,7 @@ rm -f %my_provides
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config /etc/init.d/postgresql
|
%config /etc/init.d/postgresql
|
||||||
%config /var/adm/fillup-templates/sysconfig.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
|
%config /etc/sysconfig/SuSEfirewall2.d/services/postgresql
|
||||||
%endif
|
%endif
|
||||||
%_sbindir/rcpostgresql
|
%_sbindir/rcpostgresql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user