OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   29-Jun-2007 14:25:13
  Branch: HEAD                             Handle: 2007062913251300

  Modified files:
    openpkg-src/expat       expat.spec

  Log:
    fixed %prep section; while being here removed %{V_date} which I don't
    see a reason for (flawed tarball in the past?)

  Summary:
    Revision    Changes     Path
    1.36        +5  -9      openpkg-src/expat/expat.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/expat/expat.spec
  ============================================================================
  $ cvs diff -u -r1.35 -r1.36 expat.spec
  --- openpkg-src/expat/expat.spec      6 Jun 2007 08:28:16 -0000       1.35
  +++ openpkg-src/expat/expat.spec      29 Jun 2007 12:25:13 -0000      1.36
  @@ -22,10 +22,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   package version
  -%define       V_base 2.0.1
  -%define       V_date 2007-06-05
  -
   #   package information
   Name:         expat
   Summary:      XML Parsing Library
  @@ -36,11 +32,11 @@
   Class:        BASE
   Group:        XML
   License:      MIT/X11-style
  -Version:      %{V_base}
  -Release:      20070606
  +Version:      2.0.1
  +Release:      20070629
   
   #   list of sources
  -Source0:      http://switch.dl.sourceforge.net/expat/expat-%{V_base}.tar.gz
  +Source0:      http://switch.dl.sourceforge.net/expat/expat-%{version}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -58,13 +54,13 @@
   
   %track
       prog expat = {
  -        version   = %{V_base}
  +        version   = %{version}
           url       = http://prdownloads.sourceforge.net/expat/
           regex     = expat-(__VER__)\.tar\.gz
       }
   
   %prep
  -    %setup -q -n expat-%{V_date}
  +    %setup -q
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to