]> git.pld-linux.org Git - packages/valgrind.git/blobdiff - valgrind.spec
- handle REP RET
[packages/valgrind.git] / valgrind.spec
index 4873fbc49cfdfb4e4ba4016cb1a9ff36a1a26991..293f069d2b12008796f8ecf3421612515461e5ba 100644 (file)
@@ -2,19 +2,20 @@
 Summary:       An open-source memory debugger for x86-GNU/Linux
 Summary(pl):   Otwarty odpluskwiacz pamiêci dla Linuksa x86
 Name:          valgrind
-Version:       2.1.2
-Release:       2
+Version:       3.0.0
+Release:       1
 License:       GPL
 Group:         Development/Tools
-Source0:       http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2
-# Source0-md5: 585e3ac5f7b86d6cd3e2bed07af732de
-URL:           http://valgrind.kde.org/
-# Needs libc.a
-BuildRequires: glibc-static  
+Source0:       http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: e976a343c61d9505162f595a8aeb09c1
+Patch0:                %{name}-repret.patch
+URL:           http://valgrind.org/
 BuildRequires: autoconf
 BuildRequires: automake
+# Needs libc.a
+BuildRequires: glibc-static
 Conflicts:     valgrind-calltree
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # Valgrind binaries should _never_ be stripped
@@ -42,6 +43,7 @@ profilowanie, dzi
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %{__aclocal}
@@ -65,14 +67,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ACKNOWLEDGEMENTS AUTHORS FAQ.txt NEWS README README_MISSING_SYSCALL_OR_IOCTL TODO
-%doc $RPM_BUILD_ROOT%{_docdir}/valgrind/*.html
+%doc ACKNOWLEDGEMENTS AUTHORS FAQ.txt NEWS README README_MISSING_SYSCALL_OR_IOCTL
+%doc $RPM_BUILD_ROOT%{_docdir}/valgrind/html
+%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.*
+#%{_libdir}/%{name}/*.so.*
 %attr(755,root,root) %{_libdir}/%{name}/hp2ps
 %attr(755,root,root) %{_libdir}/%{name}/stage2
 %{_libdir}/%{name}/*.supp
 %{_includedir}/*
 %{_pkgconfigdir}/*.pc
+%{_mandir}/man1/*.1*
This page took 0.036425 seconds and 4 git commands to generate.