[CVS] OpenPKG: openpkg-src/xplanet/ xplanet.spec openpkg-web/ news.txt

2004-01-24 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 openpkg-web  Date:   24-Jan-2004 22:34:39
  Branch: HEAD Handle: 2004012421343702

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

  Log:
try to fix building

  Summary:
RevisionChanges Path
1.15+2  -2  openpkg-src/xplanet/xplanet.spec
1.8230  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs diff -u -r1.14 -r1.15 xplanet.spec
  --- openpkg-src/xplanet/xplanet.spec  23 Jan 2004 13:16:00 -  1.14
  +++ openpkg-src/xplanet/xplanet.spec  24 Jan 2004 21:34:39 -  1.15
  @@ -33,7 +33,7 @@
   Group:XWindow
   License:  GPL
   Version:  0.94
  -Release:  20031023
  +Release:  20040124
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  @@ -69,7 +69,7 @@
   CXX=%{l_cxx} \
   CFLAGS=%{l_cflags -O} \
   CXXFLAGS=%{l_cxxflags -O} -Wno-deprecated \
  -CPPFLAGS=%{l_cppflags tiff} \
  +CPPFLAGS=-I. %{l_cppflags tiff} \
   LDFLAGS=%{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.8229 -r1.8230 news.txt
  --- openpkg-web/news.txt  24 Jan 2004 21:33:15 -  1.8229
  +++ openpkg-web/news.txt  24 Jan 2004 21:34:37 -  1.8230
  @@ -1,3 +1,4 @@
  +24-Jan-2004: Upgraded package: Pxplanet-0.94-20040124
   24-Jan-2004: Upgraded package: Pxmlrpcpp-0.7-20040124
   24-Jan-2004: Upgraded package: Punarj-2.65-20040124
   24-Jan-2004: Upgraded package: Ptomcat4-adapter-4.1.29-20040124
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xplanet/ xplanet.spec openpkg-web/ news.txt

2003-10-23 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 openpkg-web  Date:   23-Oct-2003 21:57:49
  Branch: HEAD Handle: 2003102320574702

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

  Log:
Fix TIFF support and provide earth.jpg map file.

Hints by: Matthias Kurz

  Summary:
RevisionChanges Path
1.13+10 -9  openpkg-src/xplanet/xplanet.spec
1.7133  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs diff -u -r1.12 -r1.13 xplanet.spec
  --- openpkg-src/xplanet/xplanet.spec  15 Jul 2003 16:11:54 -  1.12
  +++ openpkg-src/xplanet/xplanet.spec  23 Oct 2003 19:57:49 -  1.13
  @@ -33,18 +33,19 @@
   Group:XWindow
   License:  GPL
   Version:  0.94
  -Release:  20030715
  +Release:  20031023
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  +Source1:  http://www.zewall.com/globe/earthmap2k.jpg
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20030708, X11, gcc
   PreReq:   OpenPKG, openpkg = 20030708, X11
  -BuildPreReq:  freetype, jpeg, png, tiff
  -PreReq:   freetype, jpeg, png, tiff
  +BuildPreReq:  freetype, jpeg, png, tiff, zlib
  +PreReq:   freetype, jpeg, png, tiff, zlib
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -54,17 +55,14 @@
   rectangular projections can be shown. The other planets and some
   satellites may also be displayed.
   
  -One can retrieve suitable maps e.g. at ...
  -o http://www.radcyberzine.com/xglobe/
  -o http://www.vterrain.org/Imagery/whole_earth.html
  -o http://gw.marketingden.com/planets/planets.html
  -Take a look at the xplanet home page for more details.
  -
   %prep
   %setup -q
   %{l_shtool} subst \
   -e 's;ctime(\(current_time.tv_sec\));ctime((time_t *) \1);' \
   xplanetbg.cc
  +%{l_shtool} subst \
  +-e 's;-ltiff -lm;-ltiff -ljpeg -lz -lm;' \
  +configure
   
   %build
   CC=%{l_cc} \
  @@ -97,6 +95,9 @@
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags}  install prefix=$RPM_BUILD_ROOT%{l_prefix}
  +%{l_shtool} install -c -m 644 \
  +%{SOURCE earthmap2k.jpg} \
  +$RPM_BUILD_ROOT%{l_prefix}/share/xplanet/images/earth.jpg
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/tkxplanet
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/tzcoord.pl
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/tkxplanet.1
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7132 -r1.7133 news.txt
  --- openpkg-web/news.txt  23 Oct 2003 19:35:26 -  1.7132
  +++ openpkg-web/news.txt  23 Oct 2003 19:57:47 -  1.7133
  @@ -1,3 +1,4 @@
  +23-Oct-2003: Upgraded package: Pxplanet-0.94-20031023
   23-Oct-2003: Upgraded package: Pblender-2.28c-20031023
   23-Oct-2003: Upgraded package: Pxterm-1.80-20031023
   23-Oct-2003: Upgraded package: Pbsdiff-4.1-20031023
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xplanet/ xplanet.spec openpkg-web/ news.txt

2003-07-15 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   15-Jul-2003 18:11:55
  Branch: HEAD Handle: 2003071517115202

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

  Log:
fix C++ typechecking

  Summary:
RevisionChanges Path
1.12+4  -1  openpkg-src/xplanet/xplanet.spec
1.5578  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs diff -u -r1.11 -r1.12 xplanet.spec
  --- openpkg-src/xplanet/xplanet.spec  8 Jul 2003 14:43:26 -   1.11
  +++ openpkg-src/xplanet/xplanet.spec  15 Jul 2003 16:11:54 -  1.12
  @@ -33,7 +33,7 @@
   Group:XWindow
   License:  GPL
   Version:  0.94
  -Release:  20030708
  +Release:  20030715
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  @@ -62,6 +62,9 @@
   
   %prep
   %setup -q
  +%{l_shtool} subst \
  +-e 's;ctime(\(current_time.tv_sec\));ctime((time_t *) \1);' \
  +xplanetbg.cc
   
   %build
   CC=%{l_cc} \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5577 -r1.5578 news.txt
  --- openpkg-web/news.txt  15 Jul 2003 16:05:01 -  1.5577
  +++ openpkg-web/news.txt  15 Jul 2003 16:11:52 -  1.5578
  @@ -1,3 +1,4 @@
  +15-Jul-2003: Upgraded package: Pxplanet-0.94-20030715
   15-Jul-2003: Upgraded package: Ptightvnc-1.2.8-20030715
   15-Jul-2003: Upgraded package: Plibtool-1.5-20030715
   15-Jul-2003: Upgraded package: Pnetpbm-10.11.10-20030715
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xplanet/ xplanet.spec openpkg-web/ news.txt

2003-07-07 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   07-Jul-2003 13:25:38
  Branch: HEAD Handle: 2003070712253701

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

  Log:
add libraries to PreReq

  Summary:
RevisionChanges Path
1.9 +4  -2  openpkg-src/xplanet/xplanet.spec
1.5366  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs diff -u -r1.8 -r1.9 xplanet.spec
  --- openpkg-src/xplanet/xplanet.spec  3 Jan 2003 10:55:46 -   1.8
  +++ openpkg-src/xplanet/xplanet.spec  7 Jul 2003 11:25:38 -   1.9
  @@ -33,7 +33,7 @@
   Group:XWindow
   License:  GPL
   Version:  0.94
  -Release:  20021204
  +Release:  20030707
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  @@ -41,8 +41,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20021204, X11, gcc, freetype, jpeg, png, tiff
  +BuildPreReq:  OpenPKG, openpkg = 20021204, X11, gcc
   PreReq:   OpenPKG, openpkg = 20021204, X11
  +BuildPreReq:  freetype, jpeg, png, tiff
  +PreReq:   freetype, jpeg, png, tiff
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5365 -r1.5366 news.txt
  --- openpkg-web/news.txt  7 Jul 2003 11:24:55 -   1.5365
  +++ openpkg-web/news.txt  7 Jul 2003 11:25:37 -   1.5366
  @@ -1,3 +1,4 @@
  +07-Jul-2003: Upgraded package: Pxplanet-0.94-20030707
   07-Jul-2003: Upgraded package: Pstyx-1.5-20030707
   07-Jul-2003: Upgraded package: Pstunnel-4.04-20030707
   07-Jul-2003: Upgraded package: Pwget-1.8.2-20030707
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2002-12-02 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Dec-2002 11:23:11
  Branch: HEAD Handle: 2002120210231000

  Added files:
openpkg-src/xplanet xplanet.spec

  Log:
New package: xplanet

  Summary:
RevisionChanges Path
1.1 +106 -0 openpkg-src/xplanet/xplanet.spec
  

  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs update -p -r1.1 xplanet.spec
  ##
  ##  xplanet.spec -- OpenPKG RPM Specification
  ##  Copyright (c) 2000-2002 Cable  Wireless Deutschland GmbH
  ##  Copyright (c) 2000-2002 The OpenPKG Project http://www.openpkg.org/
  ##  Copyright (c) 2000-2002 Ralf S. Engelschall [EMAIL PROTECTED]
  ##
  ##  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: xplanet
  Summary:  Planetary image render program
  URL:  http://xplanet.sourceforge.net/
  Vendor:   Hari Nair
  Packager: The OpenPKG Project
  Distribution: OpenPKG [JUNK]
  Group:XWindow
  License:  GPL
  Version:  0.94
  Release:  20021202
  
  #   list of sources
  Source0:  
http://switch.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  
  #   build information
  Prefix:   %{l_prefix}
  BuildRoot:%{l_buildroot}
  BuildPreReq:  OpenPKG, openpkg = 20020206, X11, freetype, jpeg, png, tiff
  PreReq:   OpenPKG, openpkg = 20020206, X11
  AutoReq:  no
  AutoReqProv:  no
  
  %description
  Xplanet was inspired by Xearth, which renders an image of the earth into
  the X root window. Azimuthal, Mercator, Mollweide, orthographic, or
  rectangular projections can be shown. The other planets and some
  satellites may also be displayed. 
  
  One can retrieve suitable maps e.g. at ...
  
  o http://www.radcyberzine.com/xglobe/
  o http://www.vterrain.org/Imagery/whole_earth.html
  o http://gw.marketingden.com/planets/planets.html
  
  Take a look at the xplanet home page for more details.
  
  %prep
  %setup -q
  
  %build
  CC=%{l_cc} \
  CFLAGS=%{l_cflags -O} \
  CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/tiff \
  LDFLAGS=-L%{l_prefix}/lib \
  ./configure \
  --prefix=%{l_prefix} \
  --with-x \
  --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
  --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
  --with-freetype \
  --with-jpeg \
  --with-png \
  --with-tiff \
  --without-gif \
  --without-pnm \
  --disable-screensaver \
  --without-animation \
  --without-gl \
  --without-glut
  CFLAGS=%{l_cflags -O} \
  CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/tiff \
  LDFLAGS=-L%{l_prefix}/lib \
  %{l_make} %{l_mflags -O}
  
  %install
  rm -rf $RPM_BUILD_ROOT
  %{l_make} %{l_mflags}  install prefix=$RPM_BUILD_ROOT%{l_prefix}
  rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/tkxplanet
  rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/tzcoord.pl
  rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/tkxplanet.1
  rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/tzcoord.pl.1
  rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/xplanet/markers/locale
  strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || 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 

[CVS] OpenPKG: openpkg-src/xplanet xplanet.spec openpkg-web news.txt

2002-12-02 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-web, openpkg-src Date:   02-Dec-2002 11:39:00
  Branch: HEAD Handle: 2002120210385901

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

  Log:
polish package ;-) (at least require gcc)

  Summary:
RevisionChanges Path
1.2 +12 -11 openpkg-src/xplanet/xplanet.spec
1.2165  +1  -0  openpkg-web/news.txt
  

  Index: openpkg-src/xplanet/xplanet.spec
  
  $ cvs diff -u -r1.1 -r1.2 xplanet.spec
  --- openpkg-src/xplanet/xplanet.spec  2 Dec 2002 10:23:10 -   1.1
  +++ openpkg-src/xplanet/xplanet.spec  2 Dec 2002 10:39:00 -   1.2
  @@ -25,24 +25,24 @@
   
   #   package information
   Name: xplanet
  -Summary:  Planetary image render program
  +Summary:  Planetary Image Render Program
   URL:  http://xplanet.sourceforge.net/
   Vendor:   Hari Nair
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [JUNK]
  +Distribution: OpenPKG [EVAL]
   Group:XWindow
   License:  GPL
   Version:  0.94
   Release:  20021202
   
   #   list of sources
  -Source0:  
http://switch.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
  +Source0:  
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20020206, X11, freetype, jpeg, png, tiff
  -PreReq:   OpenPKG, openpkg = 20020206, X11
  +BuildPreReq:  OpenPKG, openpkg = 20021020, X11, gcc, freetype, jpeg, png, tiff
  +PreReq:   OpenPKG, openpkg = 20021020, X11
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -53,11 +53,9 @@
   satellites may also be displayed. 
   
   One can retrieve suitable maps e.g. at ...
  -
   o http://www.radcyberzine.com/xglobe/
   o http://www.vterrain.org/Imagery/whole_earth.html
   o http://gw.marketingden.com/planets/planets.html
  -
   Take a look at the xplanet home page for more details.
   
   %prep
  @@ -65,9 +63,11 @@
   
   %build
   CC=%{l_cc} \
  +CXX=%{l_cxx} \
   CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/tiff \
  -LDFLAGS=-L%{l_prefix}/lib \
  +CXXFLAGS=%{l_cflags -O} -Wno-deprecated \
  +CPPFLAGS=%{l_cppflags} -I%{l_prefix}/include/tiff \
  +LDFLAGS=%{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
   --with-x \
  @@ -84,8 +84,9 @@
   --without-gl \
   --without-glut
   CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/tiff \
  -LDFLAGS=-L%{l_prefix}/lib \
  +CXXFLAGS=%{l_cflags -O} -Wno-deprecated \
  +CPPFLAGS=%{l_cppflags} -I%{l_prefix}/include/tiff \
  +LDFLAGS=%{l_ldflags} \
   %{l_make} %{l_mflags -O}
   
   %install
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2164 -r1.2165 news.txt
  --- openpkg-web/news.txt  2 Dec 2002 10:24:33 -   1.2164
  +++ openpkg-web/news.txt  2 Dec 2002 10:38:59 -   1.2165
  @@ -1,3 +1,4 @@
  +02-Dec-2002: Upgraded package: Pxplanet-0.94-20021202
   02-Dec-2002: New package: Pxplanet-0.94-20021202
   01-Dec-2002: Upgraded package: Pxv-3.10a-20021201
   01-Dec-2002: Upgraded package: Pmozilla-1.2-20021201
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]