From 125e32ada690b6ed19a2a06d0e47888de537cd1e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Aug 12 2005 14:43:08 +0000 Subject: auto-import valgrind-3.0.0-1 on branch devel from valgrind-3.0.0-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e48fbb2..143586e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -valgrind-2.4.0.tar.bz2 +valgrind-3.0.0.tar.bz2 diff --git a/sources b/sources index c3d188b..391bcd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d0bd81d368789946d32d18a468ea0cf valgrind-2.4.0.tar.bz2 +e976a343c61d9505162f595a8aeb09c1 valgrind-3.0.0.tar.bz2 diff --git a/valgrind.spec b/valgrind.spec index 2bb675d..710d693 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -1,21 +1,21 @@ Summary: Tool for finding memory management bugs in programs Name: valgrind -Version: 2.4.0 -Release: 3 +Version: 3.0.0 +Release: 1 Epoch: 1 -Source0: http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2 -Patch1: valgrind-2.4.0-regtest.patch -Patch2: valgrind-2.4.0-valgrind_h.patch -Patch3: valgrind-2.4.0-x86-insn-tests.patch -Patch4: valgrind-2.4.0-glibc24.patch +Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2 +Patch1: valgrind-3.0.0-regtest.patch +Patch2: valgrind-3.0.0-valgrind_h.patch +Patch3: valgrind-3.0.0-amd64-highbase.patch +Patch4: valgrind-3.0.0-matchexec.patch +Patch5: valgrind-3.0.0-biarch-hack.patch License: GPL -URL: http://valgrind.kde.org/ +URL: http://www.valgrind.org/ Group: Development/Debuggers BuildRoot: %{_tmppath}/%{name}-root -ExclusiveArch: %{ix86} - -# Disable internal dependency generator -%define _use_internal_dependency_generator 0 +ExclusiveArch: %{ix86} x86_64 +# Temporarily, valgrind-callgrind has not been ported to valgrind-3.0.0 yet +Obsoletes: valgrind-callgrind # Disable build root strip policy %define __spec_install_post /usr/lib/rpm/brp-compress || : @@ -35,22 +35,17 @@ find/diagnose. %setup -q %patch1 -p1 %patch2 -p1 +%ifarch x86_64 %patch3 -p1 +%endif %patch4 -p1 - -%define __find_provides %{_builddir}/%{name}-%{version}/find-provides -find_provides=`rpm --eval %%{__find_provides}` -echo "$find_provides | grep -v libpthread" > find-provides -chmod +x find-provides - -%define __find_requires %{_builddir}/%{name}-%{version}/find-requires -find_requires=`rpm --eval %%{__find_requires}` -echo "$find_requires | grep -v GLIBC_PRIVATE" > find-requires -chmod +x find-requires +%patch5 -p1 %build %configure +cp -a glibc-2.3.supp glibc-2.4.supp + # Force a specific set of default suppressions echo -n > default.supp for file in glibc-2.3.supp xfree-4.supp ; do @@ -87,16 +82,19 @@ echo ===============END TESTING=============== rm -rf $RPM_BUILD_ROOT %makeinstall +cp -a $RPM_BUILD_ROOT%{_bindir}/valgrind \ + $RPM_BUILD_ROOT%{_libdir}/valgrind/valgrind mkdir docs.installed mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed/ +rm -f docs.installed/*.ps %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc ACKNOWLEDGEMENTS COPYING NEWS README_* TODO -%doc docs.installed/*.html docs.installed/*.gif +%doc ACKNOWLEDGEMENTS COPYING NEWS README_* +%doc docs.installed/html docs.installed/*.pdf %{_bindir}/* %{_includedir}/valgrind %{_libdir}/valgrind @@ -104,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/valgrind* %changelog +* Fri Aug 12 2005 Jakub Jelinek 3.0.0-1 +- upgrade to 3.0.0 + - x86_64 support +- temporarily obsolete valgrind-callgrind, as it has not been + ported yet + * Tue Jul 12 2005 Jakub Jelinek 2.4.0-3 - build some insn tests with -mmmx, -msse or -msse2 (#161572) - handle glibc-2.3.90 the same way as 2.3.[0-5]