[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2009-10-19 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   19-Oct-2009 22:21:45
  Branch: HEAD Handle: 2009101921214500

  Modified files:
openpkg-src/wgetwget.spec

  Log:
remove charset.alias file as it conflicts with libiconv

  Summary:
RevisionChanges Path
1.58+2  -1  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.57 -r1.58 wget.spec
  --- openpkg-src/wget/wget.spec23 Sep 2009 18:45:37 -  1.57
  +++ openpkg-src/wget/wget.spec19 Oct 2009 20:21:45 -  1.58
  @@ -32,7 +32,7 @@
   Group:Web
   License:  GPL
   Version:  1.12
  -Release:  20090923
  +Release:  20091019
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ -89,6 +89,7 @@
   %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/wget
   %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias /dev/null 21 || 
true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2009-09-23 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   23-Sep-2009 20:45:37
  Branch: HEAD Handle: 2009092319453700

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.11.4 - 1.12

  Summary:
RevisionChanges Path
1.57+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.56 -r1.57 wget.spec
  --- openpkg-src/wget/wget.spec3 May 2009 16:41:10 -   1.56
  +++ openpkg-src/wget/wget.spec23 Sep 2009 18:45:37 -  1.57
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.11.4
  -Release:  20090503
  +Version:  1.12
  +Release:  20090923
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2009-05-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-May-2009 18:41:10
  Branch: HEAD Handle: 2009050317411000

  Modified files:
openpkg-src/wgetwget.spec

  Log:
fix building under Solaris (submitted by Christoph Schug)

  Summary:
RevisionChanges Path
1.56+2  -1  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.55 -r1.56 wget.spec
  --- openpkg-src/wget/wget.spec18 Apr 2009 13:18:12 -  1.55
  +++ openpkg-src/wget/wget.spec3 May 2009 16:41:10 -   1.56
  @@ -32,7 +32,7 @@
   Group:Web
   License:  GPL
   Version:  1.11.4
  -Release:  20080630
  +Release:  20090503
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ -73,6 +73,7 @@
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags} \
   LDFLAGS=%{l_ldflags} \
  +GREP=grep \
   MAKEINFO=%{l_prefix}/bin/makeinfo \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2008-06-30 Thread Ralf S. Engelschall
  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:   30-Jun-2008 19:52:01
  Branch: HEAD Handle: 200806301852

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.11.3 - 1.11.4

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.53 -r1.54 wget.spec
  --- openpkg-src/wget/wget.spec29 May 2008 15:16:26 -  1.53
  +++ openpkg-src/wget/wget.spec30 Jun 2008 17:52:00 -  1.54
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.11.3
  -Release:  20080529
  +Version:  1.11.4
  +Release:  20080630
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2008-05-29 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-May-2008 17:16:27
  Branch: HEAD Handle: 2008052916162600

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.11.2 - 1.11.3

  Summary:
RevisionChanges Path
1.53+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.52 -r1.53 wget.spec
  --- openpkg-src/wget/wget.spec1 May 2008 07:35:22 -   1.52
  +++ openpkg-src/wget/wget.spec29 May 2008 15:16:26 -  1.53
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.11.2
  -Release:  20080501
  +Version:  1.11.3
  +Release:  20080529
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2008-05-01 Thread Ralf S. Engelschall
  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:   01-May-2008 09:35:23
  Branch: HEAD Handle: 2008050108352200

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.11.1 - 1.11.2

  Summary:
RevisionChanges Path
1.52+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.51 -r1.52 wget.spec
  --- openpkg-src/wget/wget.spec25 Mar 2008 07:27:41 -  1.51
  +++ openpkg-src/wget/wget.spec1 May 2008 07:35:22 -   1.52
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.11.1
  -Release:  20080325
  +Version:  1.11.2
  +Release:  20080501
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2008-03-25 Thread Ralf S. Engelschall
  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:   25-Mar-2008 08:27:43
  Branch: HEAD Handle: 2008032507274100

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.11 - 1.11.1

  Summary:
RevisionChanges Path
1.51+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.50 -r1.51 wget.spec
  --- openpkg-src/wget/wget.spec27 Jan 2008 08:32:16 -  1.50
  +++ openpkg-src/wget/wget.spec25 Mar 2008 07:27:41 -  1.51
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.11
  -Release:  20080127
  +Version:  1.11.1
  +Release:  20080325
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2008-01-27 Thread Ralf S. Engelschall
  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/wgetwget.spec

  Log:
upgrading package: wget 1.10.2 - 1.11

  Summary:
RevisionChanges 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.spec1 Jan 2008 15:07:04 -   1.49
  +++ openpkg-src/wget/wget.spec27 Jan 2008 08:32:16 -  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 21 || 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


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2005-10-13 Thread Ralf S. Engelschall
  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:   13-Oct-2005 20:06:43
  Branch: HEAD Handle: 2005101319064300

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.10.1 - 1.10.2

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.43 -r1.44 wget.spec
  --- openpkg-src/wget/wget.spec18 Aug 2005 06:56:07 -  1.43
  +++ openpkg-src/wget/wget.spec13 Oct 2005 18:06:43 -  1.44
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.10.1
  -Release:  20050818
  +Version:  1.10.2
  +Release:  20051013
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2005-08-18 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   18-Aug-2005 08:56:07
  Branch: HEAD Handle: 2005081807560700

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.10 - 1.10.1

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.42 -r1.43 wget.spec
  --- openpkg-src/wget/wget.spec25 Jul 2005 15:29:31 -  1.42
  +++ openpkg-src/wget/wget.spec18 Aug 2005 06:56:07 -  1.43
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.10
  -Release:  20050725
  +Version:  1.10.1
  +Release:  20050818
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2005-07-25 Thread Ralf S. Engelschall
  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:   25-Jul-2005 17:29:31
  Branch: HEAD Handle: 2005072516293100

  Modified files:
openpkg-src/wgetwget.spec

  Log:
pass more flags in the hope this blind change fixes AIX build problems

  Summary:
RevisionChanges Path
1.42+3  -1  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.41 -r1.42 wget.spec
  --- openpkg-src/wget/wget.spec10 Jun 2005 07:43:59 -  1.41
  +++ openpkg-src/wget/wget.spec25 Jul 2005 15:29:31 -  1.42
  @@ -33,7 +33,7 @@
   Group:Web
   License:  GPL
   Version:  1.10
  -Release:  20050610
  +Release:  20050725
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ -72,6 +72,8 @@
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
   MAKEINFO=%{l_prefix}/bin/makeinfo \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wget/ wget.spec

2005-06-10 Thread Ralf S. Engelschall
  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:   10-Jun-2005 09:43:59
  Branch: HEAD Handle: 2005061008435900

  Modified files:
openpkg-src/wgetwget.spec

  Log:
upgrading package: wget 1.9.1 - 1.10

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/wget/wget.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wget/wget.spec
  
  $ cvs diff -u -r1.40 -r1.41 wget.spec
  --- openpkg-src/wget/wget.spec24 Mar 2005 11:20:40 -  1.40
  +++ openpkg-src/wget/wget.spec10 Jun 2005 07:43:59 -  1.41
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Web
   License:  GPL
  -Version:  1.9.1
  -Release:  20040207
  +Version:  1.10
  +Release:  20050610
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org