|
|
@@ -43,7 +43,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}
|
|
|
-Release: 20051004
|
|
|
+Release: 20051012
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -136,16 +136,16 @@ AutoReqProv: no
|
|
|
regex = slony1-(\d+\.\d+\.\d+)\.tar\.bz2
|
|
|
}
|
|
|
prog postgresql:pgpool = {
|
|
|
+ comment = "steve: beside the filename also the url hat to be changed to download the current version"
|
|
|
version = %{V_pgpool}
|
|
|
url = http://pgpool.projects.postgresql.org/
|
|
|
regex = pgpool-(__VER__)\.tar\.gz
|
|
|
- comment = "steve: beside the filename also the url hat to be changed to download the current version"
|
|
|
}
|
|
|
prog postgresql:pgcluster = {
|
|
|
+ comment = "steve: beside the filename also the url hat to be changed to download the current version"
|
|
|
version = %{V_pgcluster}
|
|
|
url = http://pgfoundry.org/frs/?group_id=1000072&release_id=168
|
|
|
regex = pgcluster-(__VER__)-patch\.tar\.gz
|
|
|
- comment = "steve: beside the filename also the url hat to be changed to download the current version"
|
|
|
}
|
|
|
|
|
|
%prep
|