Name: massif-visualizer Summary: Tool for visualizing massif data Version: 0.3 Release: %mkrel 4 License: GPLv2 Url: http://kde-apps.org/content/show.php/Massif+Visualizer?content=122409 Group: Development/Other Source0: ftp://ftp.gtlib.cc.gatech.edu/pub/kde/stable/massif-visualizer/0.3/src/%{name}-%{version}.tar.bz2 BuildRequires: kdelibs4-devel %description Massif Visualizer is a tool that - *who would guess that* - visualizes massif data. You run your application in Valgrind with `--tool=massif` and the open the generated `massif.out.pid` in this application. You can also compress the log with Gzip or Bzip2 and open it transparently with the visualizer. %prep %setup -qn %{name}-%{version} %build #Without -DBUILD_SHARED_LIBS:BOOL=OFF build breaks at linking %cmake_kde4 -DBUILD_SHARED_LIBS:BOOL=OFF %make %install %makeinstall_std -C build %find_lang %name %files -f %name.lang %doc AUTHORS COPYING %{_libdir}/* %{_bindir}/%{name} %{_datadir}/apps/%{name}/%{name}ui.rc %{_datadir}/apps/%{name}/icons/hicolor/*/actions/shortentemplates.png %{_datadir}/applications/kde4/%{name}.desktop %{_datadir}/mime/packages/massif.xml %{_datadir}/config.kcfg/%{name}-settings.kcfg