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:   12-Feb-2004 18:21:46
  Branch: HEAD                             Handle: 2004021217214600

  Modified files:
    openpkg-src/newt        newt.spec

  Log:
    modernize packaging

  Summary:
    Revision    Changes     Path
    1.7         +5  -7      openpkg-src/newt/newt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 newt.spec
  --- openpkg-src/newt/newt.spec        10 Feb 2004 19:16:26 -0000      1.6
  +++ openpkg-src/newt/newt.spec        12 Feb 2004 17:21:46 -0000      1.7
  @@ -38,7 +38,7 @@
   Group:        Terminal
   License:      LGPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20040210
  +Release:      20040212
   
   #   list of sources
   Source0:      
ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/newt-%{V_major}-%{V_minor}.src.rpm
  @@ -48,8 +48,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, slang, popt, gcc
  -PreReq:       OpenPKG, openpkg >= 20040130, slang
  +BuildPreReq:  OpenPKG, openpkg >= 20040212, slang, popt, gcc
  +PreReq:       OpenPKG, openpkg >= 20040212, slang
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -72,10 +72,8 @@
       %setup -q -c -T
       %{l_prefix}/bin/rpm2cpio %{SOURCE0} | cpio -idvmu
       %{l_gzip} -d -c newt-%{V_major}.tar.gz | %{l_tar} xf -
  -    ( cd newt-%{V_major}
  -      %patch -p0
  -      chmod u+r *.orig
  -    ) || exit $?
  +    %patch -p0 -d newt-%{V_major}
  +    chmod u+r newt-%{V_major}/*.orig
   
   %build
       #   determine available terminal library
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to