]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- _noautoprovfiles for valgrind modules; rel 3 valgrind-1_0_0-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Aug 2002 10:45:24 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    valgrind.spec -> 1.6

valgrind.spec

index 402a02040b7d4b362f68eced2b875b12f2fe5d15..cf77b0072d49a43a4d5677ee6b86cf58c7520765 100644 (file)
@@ -2,7 +2,7 @@ Summary:        An open-source memory debugger for x86-GNU/Linux
 Summary(pl):   Otwarty odpluskwiacz pamiêci dla Linuksa x86
 Name:          valgrind
 Version:       1.0.0
-Release:       2
+Release:       3
 License:       GPL
 ExclusiveArch: %{ix86}
 Group:         Networking/Utilities
@@ -15,6 +15,9 @@ 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
+
 %description
 Valgrind is a GPL'd tool to help you find memory-management problems
 in your programs. When a program is run under Valgrind's supervision,
This page took 0.093511 seconds and 4 git commands to generate.