[packages/ka5-kcachegrind] - 17.08.2

witekfl witekfl at pld-linux.org
Fri Oct 13 16:46:26 CEST 2017


commit 1a1c8d055e786912cae2a77537106323325acff5
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Oct 13 16:45:59 2017 +0200

    - 17.08.2

 ka5-kcachegrind.spec | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)
---
diff --git a/ka5-kcachegrind.spec b/ka5-kcachegrind.spec
new file mode 100644
index 0000000..57c55fd
--- /dev/null
+++ b/ka5-kcachegrind.spec
@@ -0,0 +1,93 @@
+%define		kdeappsver	17.08.2
+%define		qtver		5.3.2
+%define		kaname		kcachegrind
+
+Summary:	KCachegrind - visualization of traces generated by profiling
+Summary(pl.UTF-8):	KCachegrind - wizualizacja ścieżek tworzonych przez profilowanie
+Name:		ka5-kcachegrind
+Version:	17.08.2
+Release:	1
+License:	GPL v2
+Group:		X11/Development/Tools
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	982351eb9bf78b3201d4eb7802e84362
+URL:		http://www.kde.org/
+BuildRequires:	rpmbuild(macros) >= 1.600
+Suggests:	%{name}-tools = %{version}-%{release}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KCachegrind visualizes traces generated by profiling.
+
+%description -l pl.UTF-8
+KCachegrind wizualizuje ślady tworzone przez profilowanie.
+
+%package tools
+Summary:	Tools to convert various profiling data to calltree format
+Summary(pl.UTF-8):	Narzędzia do konwersji różnych danych profilujących do formatu calltree
+Group:		Development/Tools
+
+%description tools
+Tools to convert various profiling data to calltree format, used by
+Valgrind tools.
+
+%description tools -l pl.UTF-8
+Narzędzia do konwersji różnych danych profilujących do formatu
+calltree, stosowanego przez narzędzia Valgrinda.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{kaname} --all-name --with-kde --with-qm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kcachegrind
+%{_desktopdir}/org.kde.kcachegrind.desktop
+%{_iconsdir}/hicolor/128x128/apps/kcachegrind.png
+%{_iconsdir}/hicolor/32x32/apps/kcachegrind.png
+%{_iconsdir}/hicolor/48x48/apps/kcachegrind.png
+%{_iconsdir}/hicolor/64x64/apps/kcachegrind.png
+%dir %{_datadir}/kcachegrind
+%dir %{_datadir}/kcachegrind/icons
+%dir %{_datadir}/kcachegrind/icons/hicolor
+%dir %{_datadir}/kcachegrind/icons/hicolor/16x16
+%dir %{_datadir}/kcachegrind/icons/hicolor/16x16/actions
+%{_datadir}/kcachegrind/icons/hicolor/16x16/actions/move.png
+%{_datadir}/kcachegrind/icons/hicolor/16x16/actions/percent.png
+%dir %{_datadir}/kcachegrind/icons/hicolor/22x22
+%dir %{_datadir}/kcachegrind/icons/hicolor/22x22/actions
+%{_datadir}/kcachegrind/icons/hicolor/22x22/actions/hidetemplates.png
+%{_datadir}/kcachegrind/icons/hicolor/22x22/actions/move.png
+%{_datadir}/kcachegrind/icons/hicolor/22x22/actions/percent.png
+%dir %{_datadir}/kcachegrind/icons/hicolor/32x32
+%dir %{_datadir}/kcachegrind/icons/hicolor/32x32/actions
+%{_datadir}/kcachegrind/icons/hicolor/32x32/actions/percent.png
+%{_datadir}/kcachegrind/tips
+%dir %{_datadir}/kxmlgui5/kcachegrind
+%{_datadir}/kxmlgui5/kcachegrind/kcachegrindui.rc
+
+%files tools
+%defattr(644,root,root,755)
+%doc converters/README
+%attr(755,root,root) %{_bindir}/dprof2calltree
+%attr(755,root,root) %{_bindir}/hotshot2calltree
+%attr(755,root,root) %{_bindir}/memprof2calltree
+%attr(755,root,root) %{_bindir}/op2calltree
+%attr(755,root,root) %{_bindir}/pprof2calltree
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kcachegrind.git/commitdiff/1a1c8d055e786912cae2a77537106323325acff5



More information about the pld-cvs-commit mailing list