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                      Date:   11-Jun-2003 12:35:39
  Branch: OPENPKG_1_STABLE                 Handle: 2003061111353900

  Modified files:           (Branch: OPENPKG_1_STABLE)
    openpkg-src/gzip        gzip.spec

  Log:
    MFC: all recent changes

  Summary:
    Revision    Changes     Path
    1.25.2.3    +5  -6      openpkg-src/gzip/gzip.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gzip/gzip.spec
  ============================================================================
  $ cvs diff -u -r1.25.2.2 -r1.25.2.3 gzip.spec
  --- openpkg-src/gzip/gzip.spec        10 Jun 2003 15:05:57 -0000      1.25.2.2
  +++ openpkg-src/gzip/gzip.spec        11 Jun 2003 10:35:39 -0000      1.25.2.3
  @@ -33,7 +33,7 @@
   Group:        Compression
   License:      GPL
   Version:      1.3.5
  -Release:      1.20030610
  +Release:      1.20030611
   
   #   list of sources
   Source0:      ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
  @@ -62,20 +62,19 @@
       %patch -p0
   
   %build
  +    echo "ac_cv_path_shell=%{l_bash}" >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix}
       %{l_make} %{l_mflags -O}
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_shtool} subst -v \
  -        -e "s;\\(prefix *= *\\).*;\\1 $RPM_BUILD_ROOT%{l_prefix};" \
  -        Makefile
  -    %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
  +    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
       rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  -    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
  +    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to