debug complete

This commit is contained in:
Steve Grubb 2008-09-04 18:41:59 +00:00
parent 5880ac4eaf
commit 298d6fbd77
1 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@ Patch1: libprelude-0.9.20-libtool.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gnutls-devel, python-devel, ruby, ruby-devel, lua-devel
BuildRequires: swig chrpath valgrind glibc-debuginfo
BuildRequires: swig chrpath valgrind
%description
The Prelude Library is a collection of generic functions providing
@ -108,11 +108,12 @@ chmod -w %{buildroot}%{perl_vendorarch}/auto/Prelude/Prelude.so
# Fix time stamp for both 32 and 64 bit libraries
touch -r ./configure.in %{buildroot}%{_sysconfdir}/prelude/default/*
cd tests
make valgrind
#%check
#make check
# PPC strips ld.so so valgrind can't run
%ifnarch ppc ppc64
%check
make check
%endif
%clean
rm -rf %{buildroot}