瀏覽代碼

modifying package: postgresql-8.1.5 20061229 -> 20070106

Ralf S. Engelschall 19 年之前
父節點
當前提交
9a4e73c7d7
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      postgresql/postgresql.spec

+ 6 - 3
postgresql/postgresql.spec

@@ -29,8 +29,8 @@
 %define       V_perl            5.8.8
 %define       V_pgperl          2.0.2
 %define       V_psqlodbc        08.02.0200
-%define       V_slony1          1.2.2
-%define       V_slony1_dir      1202
+%define       V_slony1          1.2.5
+%define       V_slony1_dir      1211
 %define       V_pgcluster       1.5.0rc13
 %define       V_pgcluster_dir   1207
 %define       V_mysqlcompat     1.0b3
@@ -47,7 +47,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20061229
+Release:      20070106
 
 #   package options
 %option       with_server       yes
@@ -509,6 +509,9 @@ AutoReqProv:  no
     #   install Slony-1 replication engine
 %if "%{with_slony1}" == "yes"
     ( cd slony1-%{V_slony1}
+      %{l_shtool} subst \
+          -e 's;$(SQL_NAME80);$(SQL_NAME74);g' \
+          src/xxid/Makefile
       %{l_make} %{l_mflags} install \
           DESTDIR=$RPM_BUILD_ROOT \
           pgconfigdir=%{l_prefix}/bin \