/[packages]/cauldron/massif-visualizer/current/SPECS/massif-visualizer.spec
ViewVC logotype

Annotation of /cauldron/massif-visualizer/current/SPECS/massif-visualizer.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (hide annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 1318 byte(s)
oops
1 juancho 173630 Name: massif-visualizer
2     Summary: Tool for visualizing massif data
3     Version: 0.3
4 umeabot 359419 Release: %mkrel 2
5 juancho 173630 License: GPLv2
6     Url: http://kde-apps.org/content/show.php/Massif+Visualizer?content=122409
7     Group: Development/Other
8     Source0: ftp://ftp.gtlib.cc.gatech.edu/pub/kde/stable/massif-visualizer/0.3/src/%{name}-%{version}.tar.bz2
9     BuildRequires: kgraphviewer-devel
10     BuildRequires: kdelibs4-devel
11    
12    
13     %description
14     Massif Visualizer is a tool that - *who would guess that* - visualizes massif
15     data. You run your application in Valgrind with `--tool=massif` and the open
16     the generated `massif.out.pid` in this application. You can also compress the
17     log with Gzip or Bzip2 and open it transparently with the visualizer.
18    
19    
20     %prep
21     %setup -qn %{name}-%{version}
22    
23     %build
24     #Without -DBUILD_SHARED_LIBS:BOOL=OFF build breaks at linking
25     %cmake_kde4 -DBUILD_SHARED_LIBS:BOOL=OFF
26     %make
27    
28     %install
29     %makeinstall_std -C build
30    
31     %find_lang %name
32    
33     %files -f %name.lang
34     %defattr(-,root,root)
35     %doc AUTHORS COPYING
36     %{_libdir}/*
37     %{_bindir}/%{name}
38     %{_datadir}/apps/%{name}/%{name}ui.rc
39     %{_datadir}/apps/%{name}/icons/hicolor/*/actions/shortentemplates.png
40     %{_datadir}/applications/kde4/%{name}.desktop
41     %{_datadir}/mime/packages/massif.xml
42     %{_datadir}/config.kcfg/%{name}-settings.kcfg

  ViewVC Help
Powered by ViewVC 1.1.30