OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   29-Mar-2008 09:59:32
  Branch: HEAD                             Handle: 2008032908593200

  Modified files:
    openpkg-src/postgresql83
                            postgresql83.spec

  Log:
    fix building

  Summary:
    Revision    Changes     Path
    1.15        +7  -7      openpkg-src/postgresql83/postgresql83.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql83/postgresql83.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 postgresql83.spec
  --- openpkg-src/postgresql83/postgresql83.spec        29 Mar 2008 08:55:47 
-0000      1.14
  +++ openpkg-src/postgresql83/postgresql83.spec        29 Mar 2008 08:59:32 
-0000      1.15
  @@ -184,7 +184,7 @@
       %setup -q -n postgresql-%{V_postgresql_dist}
       %patch -p0
   %if "%{with_cxx}" == "yes"
  -    %setup -q -T -D -a 1
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 1
       case "%{l_platform -t}" in
           *-sunos* )
               %{l_shtool} subst \
  @@ -205,24 +205,24 @@
           libpqxx-%{V_libpqxx}/configure
   %endif
   %if "%{with_perl}" == "yes"
  -    %setup -q -T -D -a 2
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 2
   %endif
   %if "%{with_odbc}" == "yes"
  -    %setup -q -T -D -a 3
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 3
   %endif
   %if "%{with_slony1}" == "yes"
  -    %setup -q -T -D -a 4
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 4
   %endif
   %if "%{with_pgcluster}" == "yes"
  -    %setup -q -T -D -a 5
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 5
       sed -e '/^diff.*libpq\.rc/,/^diff/d' pgcluster-*-patch |\
       %{l_patch} -p1
   %endif
   %if "%{with_mysqlcompat}" == "yes"
  -    %setup -q -T -D -a 6
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 6
   %endif
   %if "%{with_jdbc}" == "yes"
  -    %setup -q -T -D -a 7
  +    %setup -q -n postgresql-%{V_postgresql_dist} -T -D -a 7
   %endif
   
       #   adjust source tree
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to