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

2006-10-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-Oct-2006 14:16:32
  Branch: HEAD Handle: 2006102713163100

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
MFE: fix download URL

  Summary:
RevisionChanges Path
1.12+2  -2  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.11 -r1.12 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec24 Oct 2006 07:30:46 -  
1.11
  +++ openpkg-src/giftcurs/giftcurs.spec27 Oct 2006 12:16:31 -  
1.12
  @@ -33,10 +33,10 @@
   Group:P2P
   License:  GPL
   Version:  0.6.2
  -Release:  20061024
  +Release:  20061027
   
   #   list of sources
  -Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  +Source0:  
http://download.savannah.nongnu.org/releases/giftcurs/giFTcurs-%{version}.tar.gz
   Patch0:   giftcurs.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-24 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:   24-Oct-2006 09:30:46
  Branch: HEAD Handle: 2006102408304600

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
fix building under Linux and Solaris where librt is required for glib2
(actually a glib2 problems, but we apply the workaround here for a
quick fix anyway)

  Summary:
RevisionChanges Path
1.11+6  -1  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.10 -r1.11 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec13 Oct 2006 17:28:20 -  
1.10
  +++ openpkg-src/giftcurs/giftcurs.spec24 Oct 2006 07:30:46 -  
1.11
  @@ -33,7 +33,7 @@
   Group:P2P
   License:  GPL
   Version:  0.6.2
  -Release:  20061013
  +Release:  20061024
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  @@ -66,10 +66,15 @@
   %patch -p0
   
   %build
  +libs=""
  +case "%{l_platform -t}" in
  +*-linux* | *-sunos* ) libs="-lrt" ;;
  +esac
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
   CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
  +LIBS="$libs" \
   ./configure \
   --prefix=%{l_prefix} \
   --with-ncurses=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:14:24
  Branch: HEAD Handle: 2005101420142400

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
fix building under FreeBSD/amd64 and similar different platforms

  Summary:
RevisionChanges Path
1.7 +4  -2  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.6 -r1.7 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec24 Mar 2005 11:18:55 -  
1.6
  +++ openpkg-src/giftcurs/giftcurs.spec14 Oct 2005 19:14:24 -  
1.7
  @@ -33,10 +33,11 @@
   Group:Network
   License:  GPL
   Version:  0.6.2
  -Release:  20040705
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  +Patch0:   giftcurs.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,11 +63,12 @@
   
   %prep
   %setup -q -n giFTcurs-%{version}
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="%{l_cppflags ncurses}" \
  +CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2004-07-05 Thread Ralf S. Engelschall
  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:   05-Jul-2004 13:24:04
  Branch: HEAD Handle: 2004070512240400

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.3 -r1.4 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec1 Jul 2004 17:55:30 -   1.3
  +++ openpkg-src/giftcurs/giftcurs.spec5 Jul 2004 11:24:04 -   1.4
  @@ -34,7 +34,7 @@
   Group:Network
   License:  GPL
   Version:  0.6.2
  -Release:  20040701
  +Release:  20040705
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig, gcc
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  ncurses, glib2
   PreReq:   ncurses, glib2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-07-01 Thread Ralf S. Engelschall
  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:   01-Jul-2004 19:55:31
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
bless for PLUS class

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.2 -r1.3 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec21 May 2004 13:07:49 -  1.2
  +++ openpkg-src/giftcurs/giftcurs.spec1 Jul 2004 17:55:30 -   1.3
  @@ -30,11 +30,11 @@
   Vendor:   G. Weinholt & C. Häggström
   Packager: The OpenPKG Project
   Distribution: OpenPKG
  -Class:EVAL
  +Class:PLUS
   Group:Network
   License:  GPL
   Version:  0.6.2
  -Release:  20040521
  +Release:  20040701
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-05-21 Thread Ralf S. Engelschall
  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:   21-May-2004 15:07:50
  Branch: HEAD Handle: 2004052114074900

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
requires glib2 and not glib

  Summary:
RevisionChanges Path
1.2 +3  -3  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.1 -r1.2 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec20 May 2004 08:49:42 -  1.1
  +++ openpkg-src/giftcurs/giftcurs.spec21 May 2004 13:07:49 -  1.2
  @@ -34,7 +34,7 @@
   Group:Network
   License:  GPL
   Version:  0.6.2
  -Release:  20040520
  +Release:  20040521
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  @@ -44,8 +44,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130
  -BuildPreReq:  ncurses, glib
  -PreReq:   ncurses, glib
  +BuildPreReq:  ncurses, glib2
  +PreReq:   ncurses, glib2
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-05-20 Thread Ralf S. Engelschall
  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:   20-May-2004 10:49:43
  Branch: HEAD Handle: 2004052009494200

  Added files:
openpkg-src/giftcursgiftcurs.spec

  Log:
new package: giftcurs 0.6.2 (Text-Mode Frontend for giFT Internet File
Sharing)

  Summary:
RevisionChanges Path
1.1 +90 -0  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r0 -r1.1 giftcurs.spec
  --- /dev/null 2004-05-20 10:49:42.0 +0200
  +++ giftcurs.spec 2004-05-20 10:49:43.0 +0200
  @@ -0,0 +1,90 @@
  +##
  +##  giftcurs.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2004 The OpenPKG Project 
  +##  Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2004 Cable & Wireless 
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name: giftcurs
  +Summary:  Text-Mode Frontend for giFT Internet File Sharing
  +URL:  http://www.nongnu.org/giftcurs/
  +Vendor:   G. Weinholt & C. Häggström
  +Packager: The OpenPKG Project
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Network
  +License:  GPL
  +Version:  0.6.2
  +Release:  20040520
  +
  +#   list of sources
  +Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
  +PreReq:   OpenPKG, openpkg >= 20040130
  +BuildPreReq:  ncurses, glib
  +PreReq:   ncurses, glib
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +giFTcurs is a text-mode Curses frontend for the giFT Internet File
  +Sharing server platform providing access to various Peer-to-Peer
  +(P2P) networks.
  +
  +%track
  +prog giftcurs = {
  +version   = %{version}
  +url   = http://www.nongnu.org/giftcurs/
  +regex = giFTcurs-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -n giFTcurs-%{version}
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +CPPFLAGS="%{l_cppflags ncurses}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--with-ncurses=%{l_prefix} \
  +--without-libiconv-prefix \
  +--without-libintl-prefix \
  +--disable-nls
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS="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}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]