ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/valgrind.spec
(Generate patch)

Comparing COMP/CMSDIST/valgrind.spec (file contents):
Revision 1.8 by elmer, Sun Jan 21 11:13:25 2007 UTC vs.
Revision 1.13 by elmer, Wed Jun 27 12:50:44 2007 UTC

# Line 1 | Line 1
1 < ### RPM external valgrind 3.2.1-cms2
2 < ## BUILDIF case $(uname):$(uname -m) in Linux:i*86 ) true ;; * ) false ;; esac
1 > ### RPM external valgrind 3.2.3-CMS3
2 > ## BUILDIF case $(uname):$(uname -m) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) true ;; * ) false ;; esac
3   %define realversion %(echo %v | cut -d- -f1)
4   Source: http://www.valgrind.org/downloads/%{n}-%{realversion}.tar.bz2
5 + Patch1: valgrind-vg323-p2-global
6 + Patch2: valgrind-vg323-p2-dump
7  
8   %prep
9   %setup -n %n-%realversion
10 + %patch1 -p0
11 + %patch2 -p0
12   # CMS patch for segment sizes:
13   perl -p -i -e 's!VG_N_SEGMENTS 5000!VG_N_SEGMENTS 20000!; s!VG_N_SEGNAMES 1000!VG_N_SEGNAMES 4000!; s!VG_MAX_SEGNAMELEN 1000!VG_MAX_SEGNAMELEN 4000!' coregrind/m_aspacemgr/aspacemgr.c;
14  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines