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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src, openpkg-web         Date:   21-Dec-2002 20:34:06
  Branch: HEAD                             Handle: 2002122119340501

  Modified files:
    openpkg-src/xdelta      xdelta.spec
    openpkg-web             news.txt

  Log:
    remove shared objects; modernize configure flags

  Summary:
    Revision    Changes     Path
    1.23        +6  -5      openpkg-src/xdelta/xdelta.spec
    1.2350      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/xdelta/xdelta.spec
  ============================================================
  $ cvs diff -u -r1.22 -r1.23 xdelta.spec
  --- openpkg-src/xdelta/xdelta.spec    20 Dec 2002 19:34:03 -0000      1.22
  +++ openpkg-src/xdelta/xdelta.spec    21 Dec 2002 19:34:06 -0000      1.23
  @@ -33,7 +33,7 @@
   Group:        SCM
   License:      GPL
   Version:      1.1.3
  -Release:      20020820
  +Release:      20021221
   
   #   list of sources
   Source0:      http://download.sourceforge.net/xdelta/xdelta-%{version}.tar.gz
  @@ -58,11 +58,12 @@
   
   %build
       CC="%{l_cc}" \
  -    CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
  -    CPPFLAGS="-I%{l_prefix}/include" \
  -    LDFLAGS="-L%{l_prefix}/lib" \
  +    CFLAGS="%{l_cflags -O} %{l_cppflags}" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    LDFLAGS="%{l_ldflags}" \
       ./configure \
  -        --prefix=%{l_prefix}
  +        --prefix=%{l_prefix} \
  +        --disable-shared
       %{l_make} %{l_mflags -O}
   
   %install
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.2349 -r1.2350 news.txt
  --- openpkg-web/news.txt      21 Dec 2002 08:37:40 -0000      1.2349
  +++ openpkg-web/news.txt      21 Dec 2002 19:34:05 -0000      1.2350
  @@ -1,3 +1,4 @@
  +21-Dec-2002: Upgraded package: P<xdelta-1.1.3-20021221>
   21-Dec-2002: Upgraded package: P<perl-www-20021221-20021221>
   20-Dec-2002: Upgraded package: P<iozone-3.151-20021220>
   20-Dec-2002: Upgraded package: P<prngd-0.9.27-20021220>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to