Author: wolf Date: Wed Dec 28 20:24:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 3.1.0
---- Files affected: SPECS: valgrind.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/valgrind.spec diff -u SPECS/valgrind.spec:1.50 SPECS/valgrind.spec:1.51 --- SPECS/valgrind.spec:1.50 Fri Oct 7 14:19:52 2005 +++ SPECS/valgrind.spec Wed Dec 28 21:24:14 2005 @@ -1,45 +1,38 @@ # $Revision$, $Date$ -#%define _snap 20040612 -Summary: An open-source memory debugger for x86-GNU/Linux -Summary(pl): Otwarty odpluskwiacz pamięci dla Linuksa x86 +Summary: An open-source memory debugger +Summary(pl): Otwarty odpluskwiacz pamięci Name: valgrind -Version: 3.0.1 +Version: 3.1.0 Release: 1 License: GPL Group: Development/Tools Source0: http://valgrind.org/downloads/%{name}-%{version}.tar.bz2 -# Source0-md5: c29efdb7d1a93440f5644a6769054681 +# Source0-md5: d92156e9172dc6097e56c69ea9c88013 URL: http://valgrind.org/ BuildRequires: autoconf BuildRequires: automake # Needs libc.a BuildRequires: glibc-static Conflicts: valgrind-calltree -ExclusiveArch: %{ix86} %{x8664} +ExclusiveArch: %{ix86} %{x8664} ppc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# Valgrind binaries should _never_ be stripped -%define no_install_post_strip 1 - -# Same name as libpthread -%define _noautoprovfiles %{_libdir}/%{name}/libpthread.so.0 %{_libdir}/%{name}/libpthread.so %{_libdir}/%{name}/valgrind.so %{_libdir}/%{name}/valgrinq.so +%define _noautostrip .*/vgpreload.*\\.so %description -Valgrind is a GPL'd system for debugging and profiling x86-Linux -programs. With the tools that come with Valgrind, you can -automatically detect many memory management and threading bugs, -avoiding hours of frustrating bug-hunting, making your programs more -stable. You can also perform detailed profiling to help speed up your -programs. +Valgrind is a GPL'd system for debugging and profiling Linux programs. +With the tools that come with Valgrind, you can automatically detect +many memory management and threading bugs, avoiding hours of frustrating +bug-hunting, making your programs more stable. You can also perform +detailed profiling to help speed up your programs. %description -l pl Valgrind jest systemem służącym do odpluskwiania i profilowania -programów na Linuksie uruchomionym na procesorach x86. Używając -dostarczanych z nim narzędzi można automatycznie wykrywać wiele -błędów związanych z zarządzaniem pamięcią i wątkowaniem, dzięki -czemu unika się frustrującego polowania na błędy, a także czyni -się programy bardziej stabilnymi. Możliwe jest również dokładne -profilowanie, dzięki któremu programy zaczną szybciej pracować. +programów na Linuksie. Używając dostarczanych z nim narzędzi można +automatycznie wykrywać wiele błędów związanych z zarządzaniem pamięcią i +wątkowaniem, dzięki czemu unika się frustrującego polowania na błędy, a +także czyni się programy bardziej stabilnymi. Możliwe jest również +dokładne profilowanie, dzięki któremu programy zaczną szybciej pracować. %prep %setup -q @@ -71,10 +64,9 @@ %doc $RPM_BUILD_ROOT%{_docdir}/valgrind/valgrind_manual.pdf %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} -%attr(755,root,root) %{_libdir}/%{name}/*.so -#%{_libdir}/%{name}/*.so.* +%dir %{_libdir}/%{name}/*-linux +%attr(755,root,root) %{_libdir}/%{name}/*-linux/* %attr(755,root,root) %{_libdir}/%{name}/hp2ps -%attr(755,root,root) %{_libdir}/%{name}/stage2 %{_libdir}/%{name}/*.supp %{_includedir}/* %{_pkgconfigdir}/*.pc @@ -86,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2005/12/28 20:24:14 wolf +- 3.1.0 + Revision 1.50 2005/10/07 12:19:52 wolf - 3.0.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/valgrind.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
