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:   04-Feb-2006 13:06:25
  Branch: HEAD                             Handle: 2006020412062500

  Modified files:
    openpkg-src/docutils    docutils.spec

  Log:
    upgrade class and fix extension of executables

  Summary:
    Revision    Changes     Path
    1.6         +5  -3      openpkg-src/docutils/docutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/docutils/docutils.spec
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 docutils.spec
  --- openpkg-src/docutils/docutils.spec        10 Jan 2006 09:45:58 -0000      
1.5
  +++ openpkg-src/docutils/docutils.spec        4 Feb 2006 12:06:25 -0000       
1.6
  @@ -29,11 +29,11 @@
   Vendor:       David Goodger et al.
   Packager:     OpenPKG
   Distribution: OpenPKG
  -Class:        JUNK
  +Class:        EVAL
   Group:        Text
   License:      PD with exceptions
   Version:      0.4
  -Release:      20060110
  +Release:      20060204
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/docutils/docutils-%{version}.tar.gz
  @@ -63,12 +63,14 @@
       %setup -q
   
   %build
  -    :
   
   %install
       rm -rf $RPM_BUILD_ROOT
       %{l_prefix}/bin/python setup.py install \
           --root=$RPM_BUILD_ROOT
  +    for py in $RPM_BUILD_ROOT%{l_prefix}/bin/*.py; do
  +        mv $py `echo $py | sed -e 's;\.py$;;'`
  +    done
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to