|
@@ -22,13 +22,13 @@ Summary: PostgreSQL client programs and libraries.
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
Name: postgresql
|
|
Name: postgresql
|
|
Version: %{pgver}.5
|
|
Version: %{pgver}.5
|
|
-
|
|
+Release: 2%{?_dist_release}
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
-
|
|
+#
|
|
# Official PostgreSQL Development Group RPMS have a PGDG after the release number.
|
|
# Official PostgreSQL Development Group RPMS have a PGDG after the release number.
|
|
# Integer releases are stable -- 0.1.x releases are Pre-releases, and x.y are
|
|
# Integer releases are stable -- 0.1.x releases are Pre-releases, and x.y are
|
|
# test releases.
|
|
# test releases.
|
|
-
|
|
+#
|
|
# Pre-releases are those that are built from CVS snapshots or pre-release
|
|
# Pre-releases are those that are built from CVS snapshots or pre-release
|
|
# tarballs from postgresql.org. Official beta releases are not
|
|
# tarballs from postgresql.org. Official beta releases are not
|
|
# considered pre-releases, nor are release candidates, as their beta or
|
|
# considered pre-releases, nor are release candidates, as their beta or
|
|
@@ -36,14 +36,13 @@ Version: %{pgver}.5
|
|
# releases' versions do not change -- the pre-release tarball of 7.0.3, for
|
|
# releases' versions do not change -- the pre-release tarball of 7.0.3, for
|
|
# example, has the same tarball version as the final official release of 7.0.3:
|
|
# example, has the same tarball version as the final official release of 7.0.3:
|
|
# but the tarball is different.
|
|
# but the tarball is different.
|
|
-
|
|
+#
|
|
# Test releases are where PostgreSQL itself is not in beta, but certain parts of
|
|
# Test releases are where PostgreSQL itself is not in beta, but certain parts of
|
|
# the RPM packaging (such as the spec file, the initscript, etc) are in beta.
|
|
# the RPM packaging (such as the spec file, the initscript, etc) are in beta.
|
|
-
|
|
+#
|
|
# 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: 1%{?_dist_release}
|
|
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Databases
|
|
Group: Applications/Databases
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
@@ -317,8 +316,6 @@ system, including regression tests and benchmarks.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n postgresql-%{version}
|
|
%setup -q -n postgresql-%{version}
|
|
-# %patch2 -p1 -b .nls
|
|
|
|
-# %patch3 -p1 -b .ecpg
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -737,6 +734,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 13 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.5-2
|
|
|
|
+- rebuilt with openssl-1.0.0c
|
|
|
|
+
|
|
* Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
|
|
* Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
|
|
- updated postgresql to 8.4.5
|
|
- updated postgresql to 8.4.5
|
|
|
|
|