1 Summary: Valgrind Memory Debugger
7 URL: http
://www.valgrind.org
/
8 Group: Development
/Debuggers
9 Packager: Julian Seward
<jseward@acm.org
>
10 Source: @PACKAGE@
-@VERSION@.tar.bz2
12 Buildroot: %{_tmppath}/%{name}-root
16 Valgrind is an award
-winning instrumentation framework
for building dynamic
17 analysis tools. There are Valgrind tools that can automatically detect many
18 memory management and threading bugs
, and profile your programs
in detail. You
19 can also use Valgrind to build new tools. Valgrind runs on the following
20 platforms
: x86
/Linux
, AMD64
/Linux
, PPC32
/Linux
, PPC64
/Linux
, x86
/MacOSX
,
24 %setup -n @PACKAGE@
-@VERSION@
31 make install DESTDIR
=$RPM_BUILD_ROOT
35 mv $RPM_BUILD_ROOT
%{_datadir}/doc
/valgrind
/* docs.installed
/
39 %doc AUTHORS COPYING FAQ.txt NEWS NEWS.old README
*
40 %doc docs.installed
/html
/*.html docs.installed
/html
/images
/*.png
42 %{_includedir}/valgrind
44 %{_libdir}/pkgconfig
/*
51 [ "$RPM_BUILD_ROOT"
!= "
/"
] && rm -rf $
{RPM_BUILD_ROOT
}