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:   19-Nov-2006 20:28:40
  Branch: HEAD                             Handle: 2006111919284000

  Modified files:
    openpkg-src/mpfr        mpfr.spec

  Log:
    apply all available vendor patches

  Summary:
    Revision    Changes     Path
    1.10        +32 -5      openpkg-src/mpfr/mpfr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpfr/mpfr.spec
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 mpfr.spec
  --- openpkg-src/mpfr/mpfr.spec        13 Oct 2006 17:30:17 -0000      1.9
  +++ openpkg-src/mpfr/mpfr.spec        19 Nov 2006 19:28:40 -0000      1.10
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_base  2.2.0
  +%define       V_patch 16
  +
   #   package information
   Name:         mpfr
   Summary:      Multiple-Precision Floating-Point Library
  @@ -32,11 +36,27 @@
   Class:        PLUS
   Group:        Algorithm
   License:      LGPL
  -Version:      2.2.0
  -Release:      20061013
  +Version:      %{V_base}.%{V_patch}
  +Release:      20061119
   
   #   list of sources
  -Source0:      http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.gz
  +Source0:      http://www.mpfr.org/mpfr-current/mpfr-%{V_base}.tar.gz
  +Patch1:       http://www.mpfr.org/mpfr-current/patch01
  +Patch2:       http://www.mpfr.org/mpfr-current/patch02
  +Patch3:       http://www.mpfr.org/mpfr-current/patch03
  +Patch4:       http://www.mpfr.org/mpfr-current/patch04
  +Patch5:       http://www.mpfr.org/mpfr-current/patch05
  +Patch6:       http://www.mpfr.org/mpfr-current/patch06
  +Patch7:       http://www.mpfr.org/mpfr-current/patch07
  +Patch8:       http://www.mpfr.org/mpfr-current/patch08
  +Patch9:       http://www.mpfr.org/mpfr-current/patch09
  +Patch10:      http://www.mpfr.org/mpfr-current/patch10
  +Patch11:      http://www.mpfr.org/mpfr-current/patch11
  +Patch12:      http://www.mpfr.org/mpfr-current/patch12
  +Patch13:      http://www.mpfr.org/mpfr-current/patch13
  +Patch14:      http://www.mpfr.org/mpfr-current/patch14
  +Patch15:      http://www.mpfr.org/mpfr-current/patch15
  +Patch16:      http://www.mpfr.org/mpfr-current/patch16
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -60,13 +80,19 @@
   
   %track
       prog mpfr = {
  -        version   = %{version}
  +        version   = %{V_base}
           url       = http://www.mpfr.org/mpfr-current/
           regex     = mpfr-(__VER__)\.tar\.gz
       }
  +    prog mpfr:patches = {
  +        version   = %{V_patch}
  +        url       = http://www.mpfr.org/mpfr-current/
  +        regex     = patch(\d\d+)
  +    }
   
   %prep
  -    %setup -q
  +    %setup -q -n mpfr-%{V_base}
  +    %patch -p1 -P 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
   
   %build
       CC="%{l_cc}" \
  @@ -75,6 +101,7 @@
       LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --infodir=%{l_prefix}/info \
           --with-gmp=%{l_prefix}
       %{l_make} %{l_mflags -O}
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to