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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Jan-2005 17:15:57
  Branch: HEAD                             Handle: 2005011016155600

  Modified files:
    openpkg-src/postgresql  postgresql.spec

  Log:
    copy the correct header files to conform with ISO standard C++

  Summary:
    Revision    Changes     Path
    1.128       +3  -1      openpkg-src/postgresql/postgresql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.127 -r1.128 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    10 Jan 2005 14:32:27 -0000      
1.127
  +++ openpkg-src/postgresql/postgresql.spec    10 Jan 2005 16:15:56 -0000      
1.128
  @@ -391,8 +391,10 @@
         %{l_shtool} mkdir -f -p -m 755 \
             $RPM_BUILD_ROOT%{l_prefix}/include/pqxx
         %{l_shtool} install -c -m 644 \
  -          include/pqxx/*.h \
  +          include/pqxx/* \
             $RPM_BUILD_ROOT%{l_prefix}/include/pqxx/
  +      rm -f $RPM_BUILD_ROOT%{l_prefix}/include/pqxx/Makefile*
  +      rm -f $RPM_BUILD_ROOT%{l_prefix}/include/pqxx/config.h*
         %{l_shtool} install -c -m 644 \
             src/.libs/libpqxx.a \
             $RPM_BUILD_ROOT%{l_prefix}/lib/
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to