]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- cvs snap 20030329
authorwolf <wolf@pld-linux.org>
Sat, 29 Mar 2003 00:17:14 +0000 (00:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mmx support: nvidia drivers are working

Changed files:
    valgrind.spec -> 1.12

valgrind.spec

index a30ed00be4abf0e25155785b1ed09533627d1582..cd6673711987262d2dcc4d027e4b3d13e767c6ea 100644 (file)
@@ -1,12 +1,14 @@
+%define                snap    20030329
 Summary:       An open-source memory debugger for x86-GNU/Linux
 Summary(pl):   Otwarty odpluskwiacz pamiêci dla Linuksa x86
 Name:          valgrind
 Summary:       An open-source memory debugger for x86-GNU/Linux
 Summary(pl):   Otwarty odpluskwiacz pamiêci dla Linuksa x86
 Name:          valgrind
-Version:       1.9.3
-Release:       1
+Version:       1.9.4
+Release:       1.%{snap}.1
 License:       GPL
 ExclusiveArch: %{ix86}
 Group:         Networking/Utilities
 License:       GPL
 ExclusiveArch: %{ix86}
 Group:         Networking/Utilities
-Source0:       http://developer.kde.org/~sewardj/%{name}-%{version}.tar.bz2
+#Source0:      http://developer.kde.org/~sewardj/%{name}-%{version}.tar.bz2
+Source0:       %{name}-%{snap}.tar.bz2
 URL:           http://developer.kde.org/~sewardj/
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://developer.kde.org/~sewardj/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -53,11 +55,15 @@ mo
 - Niektóre nadu¿ycia API POSIX pthreads
 
 %prep
 - Niektóre nadu¿ycia API POSIX pthreads
 
 %prep
-%setup -q
+%setup -q -n %{name}
+
+# pthread_atfork() not found (?)
+echo "main(){}" > corecheck/tests/pth_atfork1.c
 
 %build
 rm -f missing
 %{__aclocal}
 
 %build
 rm -f missing
 %{__aclocal}
+%{__autoheader}
 %{__autoconf}
 %{__automake}
 %configure \
 %{__autoconf}
 %{__automake}
 %configure \
This page took 0.075023 seconds and 4 git commands to generate.