1 Summary: Tool
for memory profiling and leak detection
5 # Serial is one for historical Red Hat reasons
8 Group: Development
/Debuggers
9 Source: memprof
-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-root
13 BuildRequires
: libgnomeui
-devel
>= 2.0.0
14 BuildRequires
: libglade2
-devel
>= 2.0.0
17 Memprof is a tool
for profiling memory usage and
18 detecting memory leaks. It can be used with existing
19 binaries without need
for recompilation.
28 rm -rf $RPM_BUILD_ROOT
29 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
=1
30 make DESTDIR
=$RPM_BUILD_ROOT
install
31 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
36 rm -rf $RPM_BUILD_ROOT
39 export GCONF_CONFIG_SOURCE
=`gconftool
-2 --get
-default
-source`
40 SCHEMAS
="memprof.schemas"
42 gconftool
-2 --makefile
-install-rule
%{_sysconfdir}/gconf
/schemas
/$S
> /dev
/null
45 %files -f
%{name}.lang
46 %defattr(-, root
, root
)
48 %doc README AUTHORS NEWS
50 %{_libdir}/libmemintercept.so
51 %{_datadir}/pixmaps
/memprof.png
52 %{_datadir}/applications
/memprof.desktop
54 %{_sysconfdir}/gconf
/schemas
/*.schemas
57 * Thu Jun
19 2003 Owen Taylor
<otaylor@redhat.com
>
60 * Sat Aug
31 2002 Owen Taylor
<otaylor@redhat.com
>
63 * Sat Aug
10 2002 Owen Taylor
<otaylor@redhat.com
>
64 - Cleanups from Red Hat spec file
, minor fixes.
66 * Sat Aug
10 2002 Kristian Rietveld
<kris@gtk.org
>
68 - Updates deps
, files and handle installation of gconf schemas.
70 * Fri Feb
09 2001 Owen Taylor
<otaylor@redhat.com
>
73 * Sat Jul
08 2000 Owen Taylor
<otaylor@redhat.com
>
74 - Some cleanups
, reenable
local files
76 * Wed Nov
10 1999 Owen Taylor
<otaylor@redhat.com
>
77 (From Nils Philippsen
<nils@wombat.dialup.fht
-esslingen.de
>)
78 - Added
%defattr() so that files are owned by root
79 - Only require libglade
>= 0.7, not
>= 0.7-1
82 - Changed group to Development
/Debuggers
84 * Wed Oct
27 1999 Owen Taylor
<otaylor@redhat.com
>