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

2007-10-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:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Oct-2007 08:53:39
  Branch: HEAD Handle: 2007102307533900

  Modified files:
openpkg-src/yamlyaml.spec

  Log:
modifying package: yaml-0 20071022 - 20071023

  Summary:
RevisionChanges Path
1.47+2  -2  openpkg-src/yaml/yaml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/yaml/yaml.spec
  
  $ cvs diff -u -r1.46 -r1.47 yaml.spec
  --- openpkg-src/yaml/yaml.spec22 Oct 2007 15:36:12 -  1.46
  +++ openpkg-src/yaml/yaml.spec23 Oct 2007 06:53:39 -  1.47
  @@ -26,7 +26,7 @@
   %define   V_libsyck 20070218
   %define   V_libyaml 0.0.1
   %define   V_perl_yaml   0.66
  -%define   V_perl_yaml_syck  0.98
  +%define   V_perl_yaml_syck  0.99
   %define   V_perl_yaml_tiny  1.16
   %define   V_perl_yaml_appconfig 0.16
   %define   V_perl_yaml_libyaml   0.26
  @@ -46,7 +46,7 @@
   Group:Language
   License:  BSD/Artistic
   Version:  0
  -Release:  20071022
  +Release:  20071023
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-10-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:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Oct-2007 10:03:23
  Branch: HEAD Handle: 2007102309032200

  Added files:
openpkg-src/gcalgcal.spec

  Log:
new package: gcal 3.01 (GNU Calendar Utility)

  Summary:
RevisionChanges Path
1.1 +97 -0  openpkg-src/gcal/gcal.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcal/gcal.spec
  
  $ cvs diff -u -r0 -r1.1 gcal.spec
  --- /dev/null 2007-10-23 10:01:00 +0200
  +++ gcal.spec 2007-10-23 10:03:22 +0200
  @@ -0,0 +1,97 @@
  +##
  +##  gcal.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. http://openpkg.net/
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall http://engelschall.com/
  +##
  +##  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: gcal
  +Summary:  GNU Calendar Utility
  +URL:  http://www.gnu.org/software/gcal/
  +Vendor:   Thomas Esken
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Calendar
  +License:  GPL
  +Version:  3.01
  +Release:  20071023
  +
  +#   list of sources
  +Source0:  ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060823, perl, make
  +PreReq:   OpenPKG, openpkg = 20060823
  +BuildPreReq:  ncurses
  +PreReq:   ncurses
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Gcal is a program for calculating and printing calendars. Gcal
  +displays hybrid and proleptic Julian and Gregorian calendar sheets,
  +respectively for one month, three months, or a whole year. It also
  +displays eternal holiday lists for many countries around the globe,
  +and features a very powerful creation of fixed date liststhat can be
  +used for reminding purposes. Gcal can calculate various astronomical
  +data and times of the Sun and the Moon for pleasure at any location,
  +precisely enough for most civil purposes. Gcal supports some other
  +calendar systems, for example, the Chinese and Japanese calendars,
  +the Hebrew calendar, and the civil Islamic calendar, too.
  +
  +%track
  +prog gcal = {
  +version   = %{version}
  +url   = ftp://ftp.gnu.org/gnu/gcal/
  +regex = gcal-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix} \
  +--disable-nls
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install \
  +prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +LN_S=ln
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-10-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:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Oct-2007 10:03:58
  Branch: HEAD Handle: 2007102309035400

  Modified files:
openpkg-src/cacti   cacti.spec

  Log:
upgrading package: cacti 0.8.6j - 0.8.7

  Summary:
RevisionChanges Path
1.42+2  -2  openpkg-src/cacti/cacti.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cacti/cacti.spec
  
  $ cvs diff -u -r1.41 -r1.42 cacti.spec
  --- openpkg-src/cacti/cacti.spec  26 Jun 2007 06:05:39 -  1.41
  +++ openpkg-src/cacti/cacti.spec  23 Oct 2007 08:03:54 -  1.42
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Monitoring
   License:  GPL
  -Version:  0.8.6j
  -Release:  20070626
  +Version:  0.8.7
  +Release:  20071023
   
   #   list of sources
   Source0:  http://www.cacti.net/downloads/cacti-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/portfwd/ portfwd.patch portfwd.spec

2007-10-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:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Oct-2007 10:05:14
  Branch: HEAD Handle: 2007102309051301

  Modified files:
openpkg-src/portfwd portfwd.patch portfwd.spec

  Log:
upgrading package: portfwd 0.28 - 0.29

  Summary:
RevisionChanges Path
1.5 +9  -26 openpkg-src/portfwd/portfwd.patch
1.58+2  -2  openpkg-src/portfwd/portfwd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/portfwd/portfwd.patch
  
  $ cvs diff -u -r1.4 -r1.5 portfwd.patch
  --- openpkg-src/portfwd/portfwd.patch 26 Sep 2005 15:03:58 -  1.4
  +++ openpkg-src/portfwd/portfwd.patch 23 Oct 2007 08:05:13 -  1.5
  @@ -1,6 +1,6 @@
   Index: getopt/getopt.c
   --- getopt/getopt.c.orig 2002-09-07 04:27:51 +0200
  -+++ getopt/getopt.c  2005-09-26 17:01:03 +0200
   getopt/getopt.c  2007-10-23 08:55:09 +0200
   @@ -40,6 +40,7 @@
#endif

  @@ -11,7 +11,7 @@
   actually compiling the library itself.  This code is part of the GNU C
   Index: src/Makefile.in
   --- src/Makefile.in.orig 2005-05-30 04:13:28 +0200
  -+++ src/Makefile.in  2005-09-26 17:02:12 +0200
   src/Makefile.in  2007-10-23 08:55:09 +0200
   @@ -73,7 +73,7 @@
VERSION = @VERSION@
YACC = @YACC@
  @@ -23,7 +23,7 @@

   Index: src/director.cc
   --- src/director.cc.orig 2005-05-30 04:13:28 +0200
  -+++ src/director.cc  2005-09-26 17:01:03 +0200
   src/director.cc  2007-10-23 08:55:09 +0200
   @@ -195,7 +195,7 @@
  address.len = 0;
  address.addr = (char *) malloc(address_buf_size * sizeof(char *));
  @@ -44,7 +44,7 @@

   Index: src/portfwd.cc
   --- src/portfwd.cc.orig  2005-05-30 04:13:28 +0200
  -+++ src/portfwd.cc   2005-09-26 17:01:03 +0200
   src/portfwd.cc   2007-10-23 08:55:09 +0200
   @@ -37,6 +37,8 @@

int on_the_fly_dns = 0;
  @@ -117,7 +117,7 @@
  exit(1);
   Index: src/portfwd.h
   --- src/portfwd.h.orig   2005-05-30 04:13:28 +0200
  -+++ src/portfwd.h2005-09-26 17:01:03 +0200
   src/portfwd.h2007-10-23 08:55:09 +0200
   @@ -18,6 +18,7 @@

extern int on_the_fly_dns;
  @@ -126,26 +126,9 @@

#endif /* PORTFWD_H */

  -Index: src/proto_map.cc
   src/proto_map.cc.orig2004-01-28 20:14:10 +0100
  -+++ src/proto_map.cc 2005-09-26 17:01:03 +0200
  -@@ -16,11 +16,11 @@
  -   map_list   = map_l;
  -   fragile= 0; /* false */
  - 
  --  ftp_actv   = (int) actv;
  -+  ftp_actv   = (actv != NULL);
  -   if (ftp_actv)
  - actv_ip = *actv;
  - 
  --  ftp_pasv   = (int) pasv;
  -+  ftp_pasv   = (pasv != NULL);
  -   if (ftp_pasv)
  - pasv_ip = *pasv;
  - 
   Index: src/util.cc
   --- src/util.cc.orig 2005-05-30 04:13:28 +0200
  -+++ src/util.cc  2005-09-26 17:01:03 +0200
   src/util.cc  2007-10-23 08:55:09 +0200
   @@ -118,7 +118,7 @@
  return 0;
}
  @@ -178,7 +161,7 @@
 */
   Index: src/util.h
   --- src/util.h.orig  2005-05-30 04:13:28 +0200
  -+++ src/util.h   2005-09-26 17:01:03 +0200
   src/util.h   2007-10-23 08:55:09 +0200
   @@ -28,7 +28,7 @@

int cd_root();
  @@ -190,7 +173,7 @@

   Index: src/util.hpp
   --- src/util.hpp.orig2001-05-15 02:25:01 +0200
  -+++ src/util.hpp 2005-09-26 17:01:03 +0200
   src/util.hpp 2007-10-23 08:55:09 +0200
   @@ -15,7 +15,7 @@
{
  sample = new T[size];
  @@ -202,7 +185,7 @@

   Index: src/vector.hpp
   --- src/vector.hpp.orig  2005-06-28 23:46:27 +0200
  -+++ src/vector.hpp   2005-09-26 17:01:03 +0200
   src/vector.hpp   2007-10-23 08:55:09 +0200
   @@ -55,8 +55,6 @@
  T *begin_ptr() const;
  T *past_end_ptr() const;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/portfwd/portfwd.spec
  
  $ cvs diff -u -r1.57 -r1.58 portfwd.spec
  --- openpkg-src/portfwd/portfwd.spec  20 Jul 2007 20:17:58 -  1.57
  +++ openpkg-src/portfwd/portfwd.spec  23 Oct 2007 08:05:14 -  1.58
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Network
   License:  GPL
  -Version:  0.28
  -Release:  20070720
  +Version:  0.29
  +Release:  20071023
   
   #   package options
   %option   with_fsl yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-10-23 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:   23-Oct-2007 15:13:37
  Branch: HEAD Handle: 2007102314133700

  Modified files:
openpkg-src/gnutls  gnutls.spec

  Log:
upgrading package: gnutls 2.0.1 - 2.0.2

  Summary:
RevisionChanges Path
1.94+9  -8  openpkg-src/gnutls/gnutls.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  
  $ cvs diff -u -r1.93 -r1.94 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec21 Sep 2007 05:59:49 -  1.93
  +++ openpkg-src/gnutls/gnutls.spec23 Oct 2007 13:13:37 -  1.94
  @@ -25,21 +25,21 @@
   #   package information
   Name: gnutls
   Summary:  GNU SSL/TLS Library
  -URL:  http://www.gnutls.org/
  -Vendor:   The GnuTLS Project
  +URL:  http://www.gnu.org/software/gnutls/
  +Vendor:   Free Software Foundation
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:PLUS
   Group:SSL
  -License:  GPL
  -Version:  2.0.1
  -Release:  20070921
  +License:  LGPL
  +Version:  2.0.2
  +Release:  20071023
   
   #   package options
   %option   with_cxx   no
   
   #   list of sources
  -Source0:  ftp://ftp.gnutls.org/pub/gnutls/gnutls-%{version}.tar.bz2
  +Source0:  
http://www.gnu.org/software/gnutls/releases/gnutls-%{version}.tar.bz2
   Patch0:   gnutls.patch
   
   #   build information
  @@ -65,8 +65,8 @@
   %track
   prog gnutls = {
   version   = %{version}
  -url   = ftp://ftp.gnutls.org/pub/gnutls/
  -regex = gnutls-(__VER__)\.tar\.bz2
  +url   = http://www.gnu.org/software/gnutls/releases/
  +regex = gnutls-(\d+\.\d*[02468](\.\d+)+)\.tar\.bz2
   }
   
   %prep
  @@ -106,6 +106,7 @@
   %else
   --disable-cxx \
   %endif
  +--disable-guile \
   --disable-nls \
   --disable-shared
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter-greylist/ milter-greylist.spec

2007-10-23 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:   23-Oct-2007 16:57:55
  Branch: HEAD Handle: 2007102315575500

  Modified files:
openpkg-src/milter-greylist
milter-greylist.spec

  Log:
upgrading package: milter-greylist 4.0rc1 - 4.0rc2

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/milter-greylist/milter-greylist.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter-greylist/milter-greylist.spec
  
  $ cvs diff -u -r1.23 -r1.24 milter-greylist.spec
  --- openpkg-src/milter-greylist/milter-greylist.spec  12 Oct 2007 18:08:36 
-  1.23
  +++ openpkg-src/milter-greylist/milter-greylist.spec  23 Oct 2007 14:57:55 
-  1.24
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  BSD
  -Version:  4.0rc1
  -Release:  20071012
  +Version:  4.0rc2
  +Release:  20071023
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-10-23 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:   23-Oct-2007 16:59:40
  Branch: HEAD Handle: 2007102315593900

  Modified files:
openpkg-src/delegatedelegate.spec

  Log:
upgrading package: delegate 9.7.4 - 9.7.5

  Summary:
RevisionChanges Path
1.129   +3  -3  openpkg-src/delegate/delegate.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/delegate/delegate.spec
  
  $ cvs diff -u -r1.128 -r1.129 delegate.spec
  --- openpkg-src/delegate/delegate.spec8 Oct 2007 05:45:46 -   
1.128
  +++ openpkg-src/delegate/delegate.spec23 Oct 2007 14:59:39 -  
1.129
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist   9.7.4
  -%define   V_opkg   9.7.4
  +%define   V_dist   9.7.5
  +%define   V_opkg   9.7.5
   
   #   package information
   Name: delegate
  @@ -37,7 +37,7 @@
   Group:Network
   License:  Freely distributable
   Version:  %{V_opkg}
  -Release:  20071008
  +Release:  20071023
   
   #   list of sources
   Source0:  ftp://ftp:[EMAIL 
PROTECTED]/pub/DeleGate/delegate%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python-db/ python-db.patch python-db.spec

2007-10-23 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:   23-Oct-2007 17:51:16
  Branch: HEAD Handle: 2007102316511500

  Modified files:
openpkg-src/python-db   python-db.patch python-db.spec

  Log:
unbreak build of pysqlite; upgrade of psycopg2

  Summary:
RevisionChanges Path
1.12+6  -6  openpkg-src/python-db/python-db.patch
1.33+5  -5  openpkg-src/python-db/python-db.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/python-db/python-db.patch
  
  $ cvs diff -u -r1.11 -r1.12 python-db.patch
  --- openpkg-src/python-db/python-db.patch 17 May 2007 15:53:19 -  
1.11
  +++ openpkg-src/python-db/python-db.patch 23 Oct 2007 15:51:15 -  
1.12
  @@ -1,6 +1,6 @@
  -Index: psycopg2-2.0.6b2/psycopg/config.h
   psycopg2-2.0.6b2/psycopg/config.h.orig   2007-04-11 14:12:37 +0200
  -+++ psycopg2-2.0.6b2/psycopg/config.h2007-05-17 17:50:16 +0200
  +Index: psycopg2-2.0.6/psycopg/config.h
  +--- psycopg2-2.0.6/psycopg/config.h.orig 2007-04-11 14:12:37 +0200
   psycopg2-2.0.6/psycopg/config.h  2007-05-17 17:50:16 +0200
   @@ -115,10 +115,11 @@

#if defined(__FreeBSD__) || (defined(_WIN32)  !defined(__GNUC__)) || 
defined(__sun__)
  @@ -14,9 +14,9 @@
#endif

/* postgresql  7.4 does not have PQfreemem */
  -Index: psycopg2-2.0.6b2/setup.py
   psycopg2-2.0.6b2/setup.py.orig   2007-04-11 17:03:50 +0200
  -+++ psycopg2-2.0.6b2/setup.py2007-05-17 17:51:26 +0200
  +Index: psycopg2-2.0.6/setup.py
  +--- psycopg2-2.0.6/setup.py.orig 2007-04-11 17:03:50 +0200
   psycopg2-2.0.6/setup.py  2007-05-17 17:51:26 +0200
   @@ -191,6 +191,9 @@

self.include_dirs.append(.)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/python-db/python-db.spec
  
  $ cvs diff -u -r1.32 -r1.33 python-db.spec
  --- openpkg-src/python-db/python-db.spec  3 Oct 2007 07:43:31 -   
1.32
  +++ openpkg-src/python-db/python-db.spec  23 Oct 2007 15:51:15 -  
1.33
  @@ -28,7 +28,7 @@
   %define   V_python 2.5
   %define   V_pysqlite_major 2.3
   %define   V_pysqlite   2.3.5
  -%define   V_psycopg2   2.0.6b2
  +%define   V_psycopg2   2.0.6
   %define   V_dcoracle2  1.2
   %define   V_mysql_python   1.2.2c1
   %define   V_cx_oracle  4.3.3
  @@ -44,7 +44,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_python}
  -Release:  20071003
  +Release:  20071023
   
   #   package options
   %option   with_sqlite yes
  @@ -132,9 +132,9 @@
   %if %{with_sqlite} == yes
   ( cd pysqlite-%{V_pysqlite}
 %{l_shtool} subst \
  -  -e 's;/usr/include;%{l_prefix}/include;' \
  -  -e 's;/usr/lib;%{l_prefix}/lib;' \
  -  setup.cfg
  +  -e 's;^\([ »··]*include_dirs = 
\[\)\([^\]]*\).*$;\1%{l_prefix}/include\2;' \
  +  -e 's;^\([ »··]*library_dirs = 
\[\)\([^\]]*\).*$;\1%{l_prefix}/lib\2;' \
  +  setup.py
 %{l_prefix}/bin/python setup.py build
   ) || exit $?
   %endif
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-xml/ perl-xml.spec

2007-10-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:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Oct-2007 19:52:17
  Branch: HEAD Handle: 2007102318521600

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
add HTML::TableExtract and its dependency modules HTML::Element::XXX

  Summary:
RevisionChanges Path
1.307   +21 -1  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.306 -r1.307 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec29 Sep 2007 10:17:14 -  
1.306
  +++ openpkg-src/perl-xml/perl-xml.spec23 Oct 2007 17:52:16 -  
1.307
  @@ -38,6 +38,8 @@
   %define   V_html_prototype  1.48
   %define   V_html_prototype_useful   0.05
   %define   V_html_selector_xpath 0.02
  +%define   V_html_element_extended   1.17
  +%define   V_html_tableextract   2.10
   %define   V_css 1.07
   %define   V_css_tiny1.14
   %define   V_xml_dom 1.44
  @@ -97,7 +99,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070929
  +Release:  20071023
   
   #   package options
   %option   with_libxmlno
  @@ -177,6 +179,8 @@
   Source58: 
http://www.cpan.org/modules/by-module/HTML/HTML-Selector-XPath-%{V_html_selector_xpath}.tar.gz
   Source59: 
http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-XPath-%{V_html_treebuilder_xpath}.tar.gz
   Source60: 
http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-Select-%{V_html_treebuilder_select}.tar.gz
  +Source61: 
http://www.cpan.org/modules/by-module/HTML/HTML-Element-Extended-%{V_html_element_extended}.tar.gz
  +Source62: 
http://www.cpan.org/modules/by-module/HTML/HTML-TableExtract-%{V_html_tableextract}.tar.gz
   Patch0:   perl-xml.patch
   
   #   build information
  @@ -268,6 +272,8 @@
   - HTML::Selector::XPath (%{V_html_selector_xpath})
   - HTML::TreeBuilder::XPath (%{V_html_treebuilder_xpath})
   - HTML::TreeBuilder::Select (%{V_html_treebuilder_select})
  +- HTML::Element::Extended (%{V_html_element_extended})
  +- HTML::TableExtract (%{V_html_tableextract})
   - CSS (%{V_css})
   - CSS::Tiny (%{V_css_tiny})
   - SVG (%{V_svg})
  @@ -543,6 +549,16 @@
   url   = http://www.cpan.org/modules/by-module/HTML/
   regex = HTML-TreeBuilder-Select-(__VER__)\.tar\.gz
   }
  +prog perl-xml:HTML-Element-Extended = {
  +version   = %{V_html_element_extended}
  +url   = http://www.cpan.org/modules/by-module/HTML/
  +regex = HTML-Element-Extended-(__VER__)\.tar\.gz
  +}
  +prog perl-xml:HTML-TableExtract = {
  +version   = %{V_html_tableextract}
  +url   = http://www.cpan.org/modules/by-module/HTML/
  +regex = HTML-TableExtract-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -606,6 +622,8 @@
   %setup -q -T -D -a 58
   %setup -q -T -D -a 59
   %setup -q -T -D -a 60
  +%setup -q -T -D -a 61
  +%setup -q -T -D -a 62
   %patch -p0
   rm -f HTML-Prototype*/Build.PL
   chmod u+w HTML-Prototype-Useful-*/Makefile.PL*
  @@ -697,6 +715,8 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE58} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE59} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE60} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE61} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE62} configure build install
   
   #   pre-activate the XML::SAX parsers
   eval `%{l_prefix}/bin/perl -V:installvendorlib`
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org