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:   06-Jan-2005 10:57:23
  Branch: HEAD                             Handle: 2005010609572200

  Modified files:
    openpkg-src/txt2html    txt2html.spec

  Log:
    upgrading package: txt2html 2.31 -> 2.33

  Summary:
    Revision    Changes     Path
    1.24        +9  -7      openpkg-src/txt2html/txt2html.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/txt2html/txt2html.spec
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 txt2html.spec
  --- openpkg-src/txt2html/txt2html.spec        1 Jan 2005 10:55:29 -0000       
1.23
  +++ openpkg-src/txt2html/txt2html.spec        6 Jan 2005 09:57:22 -0000       
1.24
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        Converter
   License:      GPL/Artistic
  -Version:      2.31
  -Release:      20040923
  +Version:      2.33
  +Release:      20050106
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/txt2html/txt2html-%{version}.tar.gz
  @@ -63,13 +63,15 @@
   
   %build
       %{l_shtool} subst \
  +        -e '/^use MyUpdatePath;/d' \
           -e 's:#!/usr/bin/env perl:#!%{l_prefix}/bin/perl:' \
           -e 's:^\(use strict\):use lib "%{l_prefix}/libexec/txt2html"; \1:' \
  -        txt2html.in
  +        scripts/txt2html.PL
       %{l_shtool} subst \
  +        -e '/^use MyUpdatePath;/d' \
           -e 
's;/usr/local/share/txt2html/txt2html\.dict;%{l_prefix}/share/txt2html/txt2html.dict;'
 \
  -        TextToHTML.in
  -    %{l_prefix}/bin/pod2man txt2html.in >txt2html.1
  +        lib/HTML/TextToHTML.PL
  +    %{l_prefix}/bin/pod2man scripts/txt2html.PL >txt2html.1
   
   %install
       rm -rf $RPM_BUILD_ROOT
  @@ -79,11 +81,11 @@
           $RPM_BUILD_ROOT%{l_prefix}/libexec/txt2html/HTML \
           $RPM_BUILD_ROOT%{l_prefix}/share/txt2html
       %{l_shtool} install -c -m 755 \
  -        txt2html.in $RPM_BUILD_ROOT%{l_prefix}/bin/txt2html
  +        scripts/txt2html.PL $RPM_BUILD_ROOT%{l_prefix}/bin/txt2html
       %{l_shtool} install -c -m 644 \
           txt2html.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
       %{l_shtool} install -c -m 644 \
  -        TextToHTML.in 
$RPM_BUILD_ROOT%{l_prefix}/libexec/txt2html/HTML/TextToHTML.pm
  +        lib/HTML/TextToHTML.PL 
$RPM_BUILD_ROOT%{l_prefix}/libexec/txt2html/HTML/TextToHTML.pm
       %{l_shtool} install -c -m 644 \
           txt2html.dict $RPM_BUILD_ROOT%{l_prefix}/share/txt2html/
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to