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:   27-Jan-2008 09:32:17
  Branch: HEAD                             Handle: 2008012708321600

  Modified files:
    openpkg-src/wget        wget.spec

  Log:
    upgrading package: wget 1.10.2 -> 1.11

  Summary:
    Revision    Changes     Path
    1.50        +6  -8      openpkg-src/wget/wget.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/wget/wget.spec
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 wget.spec
  --- openpkg-src/wget/wget.spec        1 Jan 2008 15:07:04 -0000       1.49
  +++ openpkg-src/wget/wget.spec        27 Jan 2008 08:32:16 -0000      1.50
  @@ -23,7 +23,7 @@
   
   #   package information
   Name:         wget
  -Summary:      Batch Client for HTTP and FTP protocol
  +Summary:      Batch Client for HTTP and FTP Protocol
   URL:          http://wget.dotsrc.org/
   Vendor:       Free Software Foundation
   Packager:     OpenPKG Foundation e.V.
  @@ -31,8 +31,8 @@
   Class:        BASE
   Group:        Web
   License:      GPL
  -Version:      1.10.2
  -Release:      20080101
  +Version:      1.11
  +Release:      20080127
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ -76,6 +76,8 @@
       MAKEINFO="%{l_prefix}/bin/makeinfo" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --infodir=%{l_prefix}/info \
  +        --mandir=%{l_prefix}/man \
           --sysconfdir=%{l_prefix}/etc/wget \
           --with-ssl=%{l_prefix} \
           --disable-nls
  @@ -83,12 +85,8 @@
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_shtool} subst \
  -        -e "s;^\\(prefix[    ]*=[    
]*\\)%{l_prefix}.*$;\\1$RPM_BUILD_ROOT%{l_prefix};" \
  -        -e "s;^\\(sysconfdir[        ]*=[    
]*\\)%{l_prefix}.*$;\\1$RPM_BUILD_ROOT%{l_prefix}/etc/wget;" \
  -        Makefile */Makefile
       %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/wget
  -    %{l_make} %{l_mflags} install
  +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to