/[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 645709 - (hide annotations) (download)
Sun Jul 6 13:03:47 2014 UTC (9 years, 9 months ago) by ovitters
File size: 1260 byte(s)
SILENT remove defattr
1 juancho 173630 Name: massif-visualizer
2     Summary: Tool for visualizing massif data
3     Version: 0.3
4 neoclust 565215 Release: %mkrel 4
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: kdelibs4-devel
10    
11    
12     %description
13     Massif Visualizer is a tool that - *who would guess that* - visualizes massif
14     data. You run your application in Valgrind with `--tool=massif` and the open
15     the generated `massif.out.pid` in this application. You can also compress the
16     log with Gzip or Bzip2 and open it transparently with the visualizer.
17    
18    
19     %prep
20     %setup -qn %{name}-%{version}
21    
22     %build
23     #Without -DBUILD_SHARED_LIBS:BOOL=OFF build breaks at linking
24     %cmake_kde4 -DBUILD_SHARED_LIBS:BOOL=OFF
25     %make
26    
27     %install
28     %makeinstall_std -C build
29    
30     %find_lang %name
31    
32     %files -f %name.lang
33     %doc AUTHORS COPYING
34     %{_libdir}/*
35     %{_bindir}/%{name}
36     %{_datadir}/apps/%{name}/%{name}ui.rc
37     %{_datadir}/apps/%{name}/icons/hicolor/*/actions/shortentemplates.png
38     %{_datadir}/applications/kde4/%{name}.desktop
39     %{_datadir}/mime/packages/massif.xml
40     %{_datadir}/config.kcfg/%{name}-settings.kcfg

  ViewVC Help
Powered by ViewVC 1.1.30