aboutsummaryrefslogtreecommitdiff
path: root/valgrind.spec
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugenis@google.com>2011-03-05 12:15:46 +0300
committerEvgeniy Stepanov <eugenis@google.com>2011-03-05 12:15:46 +0300
commite739ac0589b4fb43561f801c4faba8c1b89f8680 (patch)
treedbde6bad47fb905175105244334a14cbac3489b1 /valgrind.spec
parent51fd3af534d0909f8aa76182f98cb275b5635511 (diff)
downloadvalgrind-e739ac0589b4fb43561f801c4faba8c1b89f8680.tar.gz
Move external/valgrind to external/valgrind/main.
Change-Id: I4f88dd5730d1e5b3ecb58cc77ce3454ad0218857
Diffstat (limited to 'valgrind.spec')
-rw-r--r--valgrind.spec51
1 files changed, 0 insertions, 51 deletions
diff --git a/valgrind.spec b/valgrind.spec
deleted file mode 100644
index 2cda5826c..000000000
--- a/valgrind.spec
+++ /dev/null
@@ -1,51 +0,0 @@
-Summary: Valgrind Memory Debugger
-Name: valgrind
-Version: 3.6.1
-Release: 1
-Epoch: 1
-License: GPL
-URL: http://www.valgrind.org/
-Group: Development/Debuggers
-Packager: Julian Seward <jseward@acm.org>
-Source: valgrind-3.6.1.tar.bz2
-
-Buildroot: %{_tmppath}/%{name}-root
-
-%description
-
-Valgrind is an award-winning instrumentation framework for building dynamic
-analysis tools. There are Valgrind tools that can automatically detect many
-memory management and threading bugs, and profile your programs in detail. You
-can also use Valgrind to build new tools. Valgrind runs on the following
-platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
-AMD64/MacOSX.
-
-%prep
-%setup -n valgrind-3.6.1
-
-%build
-%configure
-make
-
-%install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%makeinstall
-mkdir docs.installed
-mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed/
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING FAQ.txt NEWS README*
-%doc docs.installed/html/*.html docs.installed/html/images/*.png
-%{_bindir}/*
-%{_includedir}/valgrind
-%{_libdir}/valgrind
-%{_libdir}/pkgconfig/*
-
-%doc
-%defattr(-,root,root)
-%{_mandir}/*/*
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf ${RPM_BUILD_ROOT}