auto-import postgresql-7.2.1-5 from postgresql-7.2.1-5.src.rpm
This commit is contained in:
parent
9571e5dc1b
commit
492b6648d6
@ -49,7 +49,7 @@ Version: 7.2.1
|
|||||||
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
|
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
|
||||||
# -- only test releases or full releases should be.
|
# -- only test releases or full releases should be.
|
||||||
|
|
||||||
Release: 4
|
Release: 5
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
|
||||||
@ -73,6 +73,7 @@ BuildPrereq: perl
|
|||||||
BuildPrereq: readline-devel >= 4.0
|
BuildPrereq: readline-devel >= 4.0
|
||||||
BuildPrereq: zlib-devel >= 1.0.4
|
BuildPrereq: zlib-devel >= 1.0.4
|
||||||
BuildPrereq: patch >= 2.5.4
|
BuildPrereq: patch >= 2.5.4
|
||||||
|
Url: http://www.postgresql.org/
|
||||||
Requires: postgresql-libs = %{version}
|
Requires: postgresql-libs = %{version}
|
||||||
%if %ssl
|
%if %ssl
|
||||||
BuildPrereq: openssl-devel
|
BuildPrereq: openssl-devel
|
||||||
@ -83,16 +84,17 @@ BuildPrereq: krb5-devel
|
|||||||
%if %nls
|
%if %nls
|
||||||
BuildPrereq: gettext >= 0.10.36
|
BuildPrereq: gettext >= 0.10.36
|
||||||
%endif
|
%endif
|
||||||
Url: http://www.postgresql.org/
|
|
||||||
Obsoletes: postgresql-clients
|
Obsoletes: postgresql-clients
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
# Obsolete the packages we are not building...
|
# Obsolete the packages we are not building...
|
||||||
%if ! %{plperl}
|
%if ! %{plperl}
|
||||||
Obsoletes: postgresql-plperl
|
Obsoletes: postgresql-plperl
|
||||||
%endif
|
%endif
|
||||||
|
%if %{tcl}
|
||||||
|
Buildrequires: tcl
|
||||||
|
%endif
|
||||||
%if ! %{tcl}
|
%if ! %{tcl}
|
||||||
Obsoletes: postgresql-tcl
|
Obsoletes: postgresql-tcl
|
||||||
Buildrequires: tcl
|
|
||||||
%endif
|
%endif
|
||||||
%if ! %{tkpkg}
|
%if ! %{tkpkg}
|
||||||
Obsoletes: postgresql-tk
|
Obsoletes: postgresql-tk
|
||||||
@ -103,9 +105,11 @@ Obsoletes: postgresql-odbc
|
|||||||
%if ! %{perl}
|
%if ! %{perl}
|
||||||
Obsoletes: postgresql-perl
|
Obsoletes: postgresql-perl
|
||||||
%endif
|
%endif
|
||||||
|
%if %{python}
|
||||||
|
BuildRequires: python-devel
|
||||||
|
%endif
|
||||||
%if ! %{python}
|
%if ! %{python}
|
||||||
Obsoletes: postgresql-python
|
Obsoletes: postgresql-python
|
||||||
BuildRequires: python-devel
|
|
||||||
%endif
|
%endif
|
||||||
%if ! %{jdbc}
|
%if ! %{jdbc}
|
||||||
Obsoletes: postgresql-jdbc
|
Obsoletes: postgresql-jdbc
|
||||||
@ -113,7 +117,7 @@ Obsoletes: postgresql-jdbc
|
|||||||
%if ! %{test}
|
%if ! %{test}
|
||||||
Obsoletes: postgresql-test
|
Obsoletes: postgresql-test
|
||||||
%endif
|
%endif
|
||||||
%if ! %{pam}
|
%if %{pam}
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -938,6 +942,11 @@ rm -f perlfiles.list
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.2.1-5
|
||||||
|
- Fix conditional build dependencies... it required tcl
|
||||||
|
and python-devel only when you didn't build the modules,
|
||||||
|
not if you needed them
|
||||||
|
|
||||||
* Wed Apr 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.2.1-4
|
* Wed Apr 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.2.1-4
|
||||||
- Fix pgcrypto (#63073)
|
- Fix pgcrypto (#63073)
|
||||||
- Remove postgresql-dump. Dump before upgrade, as we've documented many times
|
- Remove postgresql-dump. Dump before upgrade, as we've documented many times
|
||||||
|
Loading…
Reference in New Issue
Block a user