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.1 by eulisse, Wed Feb 22 09:33:13 2006 UTC vs.
Revision 1.6 by sashby, Fri Nov 3 16:15:33 2006 UTC

# Line 1 | Line 1
1 < ### RPM external valgrind 3.1.0
1 > ### RPM external valgrind 3.2.1
2   ## BUILDIF case $(uname):$(uname -m) in Linux:i*86 ) true ;; * ) false ;; esac
3   Source: http://www.valgrind.org/downloads/%{n}-%{v}.tar.bz2
4 + %build
5 + ./configure --prefix=%i
6 + make %makeprocesses
7 + %install
8 + make install
9 + perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' $(grep -r -e "^#!.*perl.*" %i | cut -d: -f 1)
10 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines