소스 검색

modifying package: postgresql8-8.0.0b5 20041209 -> 20041214

Michael Schloh von Bennewitz 21 년 전
부모
커밋
d4a42fb294
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      postgresql8/postgresql8.spec

+ 7 - 7
postgresql8/postgresql8.spec

@@ -44,7 +44,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}b%{V_postgresql_beta}
-Release:      20041209
+Release:      20041214
 
 #   package options
 %option       with_server   yes
@@ -140,20 +140,20 @@ Provides:     postgresql = %{version}
     %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta}
     %patch -p0
 %if "%{with_cxx}" == "yes"
-    %setup -q -T -D -a 1
-    %setup -q -T -D -a 2
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 1
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 2
 %endif
 %if "%{with_perl}" == "yes"
-    %setup -q -T -D -a 3
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 3
 %endif
 %if "%{with_odbc}" == "yes"
-    %setup -q -T -D -a 4
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 4
 %endif
 %if "%{with_slony1}" == "yes"
-    %setup -q -T -D -a 5
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 5
 %endif
 %if "%{with_pgpool}" == "yes"
-    %setup -q -T -D -a 6
+    %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 6
 %endif
 
     #   adjust source tree