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

2009-10-18 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:   18-Oct-2009 21:29:51
  Branch: HEAD Handle: 2009101820295000

  Modified files:
openpkg-src/perl-util   perl-util.spec

  Log:
modifying package: perl-util-5.10 20091017 -> 20091018

  Summary:
RevisionChanges Path
1.476   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.475 -r1.476 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  17 Oct 2009 19:01:57 -  
1.475
  +++ openpkg-src/perl-util/perl-util.spec  18 Oct 2009 19:29:50 -  
1.476
  @@ -94,7 +94,7 @@
   %define   V_capitalization   0.03
   %define   V_check_isa0.04
   %define   V_package_constants0.02
  -%define   V_carp_clan6.02
  +%define   V_carp_clan6.03
   
   #   package information
   Name: perl-util
  @@ -107,7 +107,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20091017
  +Release:  20091018
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 21:24:44
  Branch: HEAD Handle: 2009101820244400

  Modified files:
openpkg-src/llnextgen   llnextgen.spec

  Log:
upgrading package: llnextgen 0.5.1 -> 0.5.2

  Summary:
RevisionChanges Path
1.16+2  -2  openpkg-src/llnextgen/llnextgen.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/llnextgen/llnextgen.spec
  
  $ cvs diff -u -r1.15 -r1.16 llnextgen.spec
  --- openpkg-src/llnextgen/llnextgen.spec  18 Apr 2009 13:12:23 -  
1.15
  +++ openpkg-src/llnextgen/llnextgen.spec  18 Oct 2009 19:24:44 -  
1.16
  @@ -31,8 +31,8 @@
   Class:PLUS
   Group:CompilerCompiler
   License:  OSL
  -Version:  0.5.1
  -Release:  20080420
  +Version:  0.5.2
  +Release:  20091018
   
   #   list of sources
   Source0:  
http://os.ghalkes.nl/LLnextgen/releases/LLnextgen-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 Thread Ralf S. Engelschall
   Index: stgit-0.14.3/stg
   --- stgit-0.14.3/stg.orig2006-04-07 23:38:54 +0200
  -+++ stgit-0.14.3/stg 2009-10-12 08:59:30 +0200
   stgit-0.14.3/stg 2009-10-18 10:41:19 +0200
   @@ -26,12 +26,13 @@
# It is assumed that the user installed StGIT using the --prefix= option
prefix, bin = os.path.split(sys.path[0])
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/git/git.spec
  
  $ cvs diff -u -r1.157 -r1.158 git.spec
  --- openpkg-src/git/git.spec  17 Oct 2009 20:48:28 -  1.157
  +++ openpkg-src/git/git.spec  18 Oct 2009 10:00:21 -  1.158
  @@ -40,7 +40,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_git}
  -Release:  20091017
  +Release:  20091018
   
   #   package options
   %option   with_doc yes
  @@ -63,10 +63,20 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, bash, python, perl, gcc, make, 
perl-openpkg
  -PreReq:   OpenPKG, openpkg >= 20040130, bash, python, perl, diffutils, 
rcs
  +BuildPreReq:  OpenPKG, openpkg >= 20040130
  +PreReq:   OpenPKG, openpkg >= 20040130
  +BuildPreReq:  gcc, make, perl-openpkg
  +%if "%{with_doc}" == "yes"
  +BuildPreReq:  asciidoc, xmlto
  +%endif
  +BuildPreReq:  bash, perl, diffutils
  +PreReq:   bash, perl, diffutils
   BuildPreReq:  zlib, openssl, curl, expat, libiconv
   PreReq:   zlib, openssl, curl, expat, libiconv
  +%if "%{with_stgit}" == "yes"
  +BuildPreReq:  python
  +PreReq:   python
  +%endif
   %if "%{with_tig}" == "yes"
   BuildPreReq:  ncurses
   PreReq:   ncurses
  @@ -74,9 +84,6 @@
   %if "%{with_gcutils}" == "yes"
   BuildPreReq:  gzip
   %endif
  -%if "%{with_doc}" == "yes"
  -BuildPreReq:  asciidoc, xmlto
  -%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -155,13 +162,15 @@
 --with-expat=%{l_prefix} \
 --with-iconv=%{l_prefix} \
 --with-zlib=%{l_prefix} \
  -  --with-perl=%{l_prefix}/bin/bash \
  +  --with-bash=%{l_prefix}/bin/bash \
 --with-perl=%{l_prefix}/bin/perl \
 --without-tcltk \
 --disable-pthreads
 %{l_make} %{l_mflags}
   %if "%{with_doc}" == "yes"
  -  ( cd Documentation; %{l_make} %{l_mflags} man ) || exit $?
  +  ( cd Documentation
  +%{l_make} %{l_mflags} man
  +  ) || exit $?
   %endif
   ) || exit $?
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:33:10
  Branch: HEAD Handle: 2009101809330900

  Added files:
openpkg-src/nmapnmap.patch
  Modified files:
openpkg-src/nmapnmap.spec

  Log:
fix location of ndiff.1 file

  Summary:
RevisionChanges Path
1.6 +10 -0  openpkg-src/nmap/nmap.patch
1.101   +5  -3  openpkg-src/nmap/nmap.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  $ cvs diff -u -r0 -r1.6 nmap.patch
  --- /dev/null 2009-10-18 10:33:10 +0200
  +++ nmap.patch2009-10-18 10:33:10 +0200
  @@ -0,0 +1,10 @@
  +Index: ndiff/setup.py
  +--- ndiff/setup.py.orig  2009-06-24 23:35:54 +0200
   ndiff/setup.py   2009-10-18 10:27:48 +0200
  +@@ -29,5 +29,5 @@
  + + "Installing your distribution's python-dev package may 
solve this problem.")
  + 
  + distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"],
  +-data_files = [(u"share/man/man1", [u"docs/ndiff.1"])],
  ++data_files = [(u"man/man1", [u"docs/ndiff.1"])],
  + cmdclass = {"install_egg_info": null_command, "install": 
checked_install})
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.100 -r1.101 nmap.spec
  --- openpkg-src/nmap/nmap.spec17 Jul 2009 21:57:50 -  1.100
  +++ openpkg-src/nmap/nmap.spec18 Oct 2009 08:33:09 -  1.101
  @@ -32,18 +32,19 @@
   Group:Mapping
   License:  GPL
   Version:  5.00
  -Release:  20090717
  +Release:  20091018
   
   #   list of sources
   Source0:  http://nmap.org/dist/nmap-%{version}.tar.bz2
  +Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20050615, make, gcc, gcc::with_cxx = yes, 
bison, flex
   PreReq:   OpenPKG, openpkg >= 20050615
  -BuildPreReq:  libpcap, openssl, getopt, pcre
  -PreReq:   libpcap, openssl, getopt, pcre
  +BuildPreReq:  python, libpcap, openssl, getopt, pcre
  +PreReq:   python, libpcap, openssl, getopt, pcre
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
   configure */configure
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:28:29
  Branch: HEAD Handle: 2009101809282900

  Modified files:
openpkg-src/gdb gdb.spec

  Log:
fix installation

  Summary:
RevisionChanges Path
1.60+4  -4  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.59 -r1.60 gdb.spec
  --- openpkg-src/gdb/gdb.spec  7 Oct 2009 18:30:31 -   1.59
  +++ openpkg-src/gdb/gdb.spec  18 Oct 2009 08:28:29 -  1.60
  @@ -32,7 +32,7 @@
   Group:Debugging
   License:  GPL
   Version:  7.0
  -Release:  20091007
  +Release:  20091018
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ -75,6 +75,8 @@
   LIBS="%{l_ldflags} -liconv" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
  +--infodir=%{l_prefix}/info \
   --without-expat \
   --with-libiconv-prefix=%{l_prefix} \
   --disable-werror \
  @@ -83,9 +85,7 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_make} %{l_mflags} install \
  -prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/include
   rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:28:26
  Branch: HEAD Handle: 2009101809282600

  Modified files:
openpkg-src/ctags   ctags.spec

  Log:
fix installation

  Summary:
RevisionChanges Path
1.16+4  -2  openpkg-src/ctags/ctags.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ctags/ctags.spec
  
  $ cvs diff -u -r1.15 -r1.16 ctags.spec
  --- openpkg-src/ctags/ctags.spec  10 Jul 2009 20:05:01 -  1.15
  +++ openpkg-src/ctags/ctags.spec  18 Oct 2009 08:28:26 -  1.16
  @@ -32,7 +32,7 @@
   Group:Development
   License:  GPL
   Version:  5.8
  -Release:  20090710
  +Release:  20091018
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/ctags/ctags-%{version}.tar.gz
  @@ -74,6 +74,7 @@
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
   --enable-custom-config=%{l_prefix}/etc/ctags/ctags.conf
   %{l_make} %{l_mflags -O}
   
  @@ -81,7 +82,8 @@
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install \
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +mandir=$RPM_BUILD_ROOT%{l_prefix}/man
   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


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

2009-10-18 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:   18-Oct-2009 10:23:51
  Branch: HEAD Handle: 2009101809235000

  Modified files:
openpkg-src/svs svs.spec

  Log:
fix location of manual page

  Summary:
RevisionChanges Path
1.20+3  -2  openpkg-src/svs/svs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/svs/svs.spec
  
  $ cvs diff -u -r1.19 -r1.20 svs.spec
  --- openpkg-src/svs/svs.spec  25 Jun 2009 18:16:25 -  1.19
  +++ openpkg-src/svs/svs.spec  18 Oct 2009 08:23:50 -  1.20
  @@ -32,7 +32,7 @@
   Group:Patching
   License:  MIT-style
   Version:  1.1.0
  -Release:  20090625
  +Release:  20091018
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/tool/svs/svs-%{version}.tar.gz
  @@ -64,7 +64,8 @@
   
   %build
   ./configure \
  ---prefix=%{l_prefix}
  +--prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:23:05
  Branch: HEAD Handle: 2009101809230400

  Modified files:
openpkg-src/qpopper qpopper.spec

  Log:
upgrading package: qpopper 4.0.18 -> 4.0.19

  Summary:
RevisionChanges Path
1.98+2  -2  openpkg-src/qpopper/qpopper.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/qpopper/qpopper.spec
  
  $ cvs diff -u -r1.97 -r1.98 qpopper.spec
  --- openpkg-src/qpopper/qpopper.spec  21 Jul 2009 09:18:40 -  1.97
  +++ openpkg-src/qpopper/qpopper.spec  18 Oct 2009 08:23:04 -  1.98
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Mail
   License:  GPL
  -Version:  4.0.18
  -Release:  20090721
  +Version:  4.0.19
  +Release:  20091018
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:21:38
  Branch: HEAD Handle: 2009101809213700

  Modified files:
openpkg-src/poppler poppler.spec

  Log:
upgrading package: poppler 0.12.0 -> 0.12.1

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/poppler/poppler.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/poppler/poppler.spec
  
  $ cvs diff -u -r1.21 -r1.22 poppler.spec
  --- openpkg-src/poppler/poppler.spec  10 Sep 2009 18:37:02 -  1.21
  +++ openpkg-src/poppler/poppler.spec  18 Oct 2009 08:21:37 -  1.22
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Postscript
   License:  GPL
  -Version:  0.12.0
  -Release:  20090910
  +Version:  0.12.1
  +Release:  20091018
   
   #   list of sources
   Source0:  http://poppler.freedesktop.org/poppler-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-10-18 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:   18-Oct-2009 10:19:48
  Branch: HEAD Handle: 2009101809194700

  Modified files:
openpkg-src/perl-time   perl-time.spec

  Log:
modifying package: perl-time-5.10 20091017 -> 20091018

  Summary:
RevisionChanges Path
1.253   +2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.252 -r1.253 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  17 Oct 2009 19:01:42 -  
1.252
  +++ openpkg-src/perl-time/perl-time.spec  18 Oct 2009 08:19:47 -  
1.253
  @@ -34,7 +34,7 @@
   %define   V_time_tai64  2.11
   %define   V_datetime_locale 0.44
   %define   V_datetime0.4501
  -%define   V_datetime_timezone   0.99
  +%define   V_datetime_timezone   1.00
   %define   V_datetime_businesshours  1.01a
   %define   V_datetime_format_natural 0.79
   %define   V_datetime_format_mail0.3001
  @@ -55,7 +55,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20091017
  +Release:  20091018
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org