summaryrefslogtreecommitdiff
path: root/valgrind.spec.in
diff options
context:
space:
mode:
authorfitzhardinge <fitzhardinge@a5019735-40e9-0310-863c-91ae7b9d1cf9>2003-12-16 02:05:15 +0000
committerfitzhardinge <fitzhardinge@a5019735-40e9-0310-863c-91ae7b9d1cf9>2003-12-16 02:05:15 +0000
commit98abfc7bb7798c4ac4580f7e0bc7171de94a0255 (patch)
tree84ecb8c15ddcd3a93dce23bf4a9953e3c09c70d6 /valgrind.spec.in
parenta77284795ea7ed3b745ff82a1ecd619413446c3e (diff)
This jumbo-checkin is the Full Virtualization checkin. This eliminates
Valgrind's dependency on the dynamic linker for getting started, and instead takes things into its own hands. This checkin doesn't add much in the way of new functionality, but it is the basis for all future work on Valgrind. It allows us much more flexibility in implementation, and well as increasing the reliability of Valgrind by protecting it more from its clients. This patch requires some changes to tools to update them to the changes in the tool API, but they are straightforward. See the posting "Heads up: Full Virtualization" on valgrind-developers for a more complete description of this change and its effects on you. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2118 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'valgrind.spec.in')
-rw-r--r--valgrind.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/valgrind.spec.in b/valgrind.spec.in
index 91f2307a..f0ccaa3a 100644
--- a/valgrind.spec.in
+++ b/valgrind.spec.in
@@ -41,8 +41,10 @@ make install prefix=$RPM_BUILD_ROOT/usr
/usr/include/valgrind/vg_skin.h
/usr/bin/valgrind
/usr/bin/cg_annotate
+/usr/lib/valgrind
/usr/lib/valgrind/*
/usr/bin/valgrind-listener
+/usr/lib/pkgconfig/valgrind.pc
%doc
/usr/share/doc/valgrind/*