瀏覽代碼

upgrading package: postgresql 7.4.6 -> 8.0.0

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

+ 5 - 5
postgresql/postgresql.spec

@@ -24,7 +24,7 @@
 ##
 
 #   package versions
-%define       V_postgresql      7.4.6
+%define       V_postgresql      8.0.0
 %define       V_libpqpp         4.0
 %define       V_libpqxx         2.4.2
 %define       V_pgperl          2.0.2
@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20050110
+Release:      20050118
 
 #   package options
 %option       with_server   yes
@@ -191,7 +191,7 @@ AutoReqProv:  no
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
         --includedir=%{l_prefix}/include/postgresql \
-        --with-openssl=%{l_prefix} \
+        --with-openssl \
         --with-readline \
         --with-zlib \
 %if "%{with_tcl}" == "yes"
@@ -326,7 +326,7 @@ AutoReqProv:  no
 
     #   perform standard installation procedure
     cp /dev/null register.txt
-    %{l_make} %{l_mflags} install install-all-headers DESTDIR=$RPM_BUILD_ROOT
+    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
 
     #   strip down installation
     rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
@@ -338,7 +338,7 @@ AutoReqProv:  no
     #   namespace adjustments to installation
     for prog in \
         createdb createlang createuser dropdb droplang clusterdb \
-        dropuser initdb initlocation ipcclean vacuumdb; do
+        dropuser initdb ipcclean vacuumdb; do
 %if "%{with_compat}" == "yes"
         cmd="ln"
 %else