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-Sep-2008 08:10:34
  Branch: HEAD                             Handle: 2008092307103300

  Modified files:
    openpkg-src/texinfo     texinfo.spec

  Log:
    upgrading package: texinfo 4.13 -> 4.13a

  Summary:
    Revision    Changes     Path
    1.58        +9  -5      openpkg-src/texinfo/texinfo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/texinfo/texinfo.spec
  ============================================================================
  $ cvs diff -u -r1.57 -r1.58 texinfo.spec
  --- openpkg-src/texinfo/texinfo.spec  21 Sep 2008 14:07:29 -0000      1.57
  +++ openpkg-src/texinfo/texinfo.spec  23 Sep 2008 06:10:33 -0000      1.58
  @@ -21,6 +21,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_tarball 4.13a
  +%define       V_subdir  4.13
  +
   #   package information
   Name:         texinfo
   Summary:      GNU Documentation System
  @@ -31,11 +35,11 @@
   Class:        BASE
   Group:        Typesetting
   License:      GPL
  -Version:      4.13
  -Release:      20080921
  +Version:      %{V_tarball}
  +Release:      20080923
   
   #   list of sources
  -Source0:      ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
  +Source0:      ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{V_tarball}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -55,13 +59,13 @@
   
   %track
       prog texinfo = {
  -        version   = %{version}
  +        version   = %{V_tarball}
           url       = ftp://ftp.gnu.org/gnu/texinfo/
           regex     = texinfo-(__VER__)\.tar\.(bz2|gz)
       }
   
   %prep
  -    %setup -q
  +    %setup -q -n texinfo-%{V_subdir}
       chmod a+x build-aux/install-sh
   
   %build
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to