|
|
|
|
@ -23,8 +23,9 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package versions |
|
|
|
|
%define V_pgpool 2.6.5 |
|
|
|
|
%define V_download 499 |
|
|
|
|
%define V_pgpool 2.7.0 |
|
|
|
|
%define V_subdir 2.7 |
|
|
|
|
%define V_download 572 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: pgpool |
|
|
|
|
@ -37,7 +38,7 @@ Class: PLUS
|
|
|
|
|
Group: Database |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_pgpool} |
|
|
|
|
Release: 20051111 |
|
|
|
|
Release: 20060103 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://pgfoundry.org/frs/download.php/%{V_download}/pgpool-%{version}.tar.gz |
|
|
|
|
@ -76,7 +77,7 @@ AutoReqProv: no
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q |
|
|
|
|
%setup -q -n pgpool-%{V_subdir} |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# configure program |
|
|
|
|
|