Name: kcachegrind Summary: GUI to profilers such as Valgrind Version: 19.04.2 Release: 1%{?dist} License: GPLv2 and GFDL URL: https://cgit.kde.org/%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz ## upstream patches BuildRequires: desktop-file-utils BuildRequires: perl-generators BuildRequires: python2-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) # translations moved here Conflicts: kde-l10n < 17.03 Conflicts: kdesdk-common < 4.10.80 Provides: kdesdk-kcachegrind = %{version}-%{release} Obsoletes: kdesdk-kcachegrind < 4.10.80 %description Browser for data produced by profiling tools (e.g. cachegrind) %package converters Summary: Converters for kcachegrind # when split out Obsoletes: kcachegrind < 17.12.3-2 Requires: %{name} = %{version}-%{release} %description converters %{summary}. %package -n qcachegrind Summary: QT GUI to profilers such as Valgrind %description -n qcachegrind QT-based browser for data produced by profiling tools (e.g. cachegrind). %prep %autosetup -p1 # Avoid use of #!/usr/bin/env as interpeter sed -i.env -e "s|^#!/usr/bin/env python$|#!%{__python2}|g" converters/hotshot2calltree.cmake sed -i.env -e "s|^#!/usr/bin/env php$|#!%{_bindir}/php|g" converters/pprof2calltree %build mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd %make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} # qcachegrind needs manual installation install -p -m 755 %{_target_platform}/qcachegrind/qcachegrind %{buildroot}%{_bindir}/ install -p -m 755 %{_target_platform}/cgview/cgview %{buildroot}%{_bindir}/ install -p -m 644 qcachegrind/qcachegrind.desktop %{buildroot}%{_datadir}/applications/ %check desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/qcachegrind.desktop %find_lang %{name} --all-name --with-html %find_lang_kf5 kcachegrind_qt cat kcachegrind_qt.lang >> kcachegrind.lang %files -f %{name}.lang %doc README %license COPYING* %{_kf5_bindir}/kcachegrind %{_kf5_datadir}/kcachegrind/ %{_kf5_datadir}/applications/org.kde.kcachegrind.desktop %{_kf5_metainfodir}/org.kde.kcachegrind.appdata.xml %{_kf5_datadir}/icons/hicolor/*/apps/kcachegrind.* %files converters %doc converters/README # perl %{_kf5_bindir}/dprof2calltree %{_kf5_bindir}/memprof2calltree %{_kf5_bindir}/op2calltree # python %{_kf5_bindir}/hotshot2calltree # php %{_kf5_bindir}/pprof2calltree %files -n qcachegrind %doc README %license COPYING* %{_bindir}/qcachegrind %{_bindir}/cgview %{_datadir}/applications/qcachegrind.desktop # icons are shared with kcachegrind %{_datadir}/icons/hicolor/*/apps/kcachegrind.* %changelog * Wed Jun 05 2019 Rex Dieter - 19.04.2-1 - 19.04.2 * Fri Mar 08 2019 Rex Dieter - 18.12.3-1 - 18.12.3 * Tue Feb 05 2019 Rex Dieter - 18.12.2-1 - 18.12.2 * Fri Feb 01 2019 Fedora Release Engineering - 18.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 08 2019 Rex Dieter - 18.12.1-1 - 18.12.1 * Mon Dec 17 2018 Rex Dieter - 18.12.0-1 - 18.12.0 * Wed Nov 28 2018 Dan HorĂ¡k - 18.08.3-2 - introduce standalone qcachegrind subpackage * Tue Nov 06 2018 Rex Dieter - 18.08.3-1 - 18.08.3 * Wed Oct 10 2018 Rex Dieter - 18.08.2-1 - 18.08.2 * Sun Sep 16 2018 Rex Dieter - 18.08.1-1 - 18.08.1 * Fri Jul 13 2018 Rex Dieter - 18.04.3-1 - 18.04.3 * Fri Jul 13 2018 Fedora Release Engineering - 18.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 06 2018 Rex Dieter - 18.04.2-1 - 18.04.2 * Wed May 09 2018 Rex Dieter - 18.04.1-1 - 18.04.1 * Fri Apr 20 2018 Rex Dieter - 18.04.0-1 - 18.04.0 * Mon Mar 12 2018 Rex Dieter - 17.12.3-2 - -converters subpkg * Tue Mar 06 2018 Rex Dieter - 17.12.3-1 - 17.12.3 * Thu Feb 08 2018 Rex Dieter - 17.12.2-1 - 17.12.2 * Wed Feb 07 2018 Fedora Release Engineering - 17.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 11 2018 Rex Dieter - 17.12.1-1 - 17.12.1 * Thu Jan 11 2018 Igor Gnatenko - 17.12.0-2 - Remove obsolete scriptlets * Fri Dec 29 2017 Rex Dieter - 17.12.0-1 - 17.12.0 * Wed Nov 08 2017 Rex Dieter - 17.08.3-1 - 17.08.3 * Thu Sep 28 2017 Rex Dieter - 17.08.1-1 - 17.08.1 * Thu Aug 03 2017 Rex Dieter - 17.04.3-1 - 17.04.3 * Thu Aug 03 2017 Fedora Release Engineering - 17.04.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 17.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 15 2017 Rex Dieter - 17.04.2-1 - 17.04.2 * Sat Jun 03 2017 Rex Dieter - 17.04.1-1 - 17.04.1 * Mon May 15 2017 Fedora Release Engineering - 16.12.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Thu Mar 09 2017 Rex Dieter - 16.12.3-1 - 16.12.3 * Thu Feb 09 2017 Rex Dieter - 16.12.2-1 - 16.12.2 * Fri Jan 13 2017 Rex Dieter - 16.12.1-1 - 16.12.1 * Sun Dec 11 2016 Rex Dieter - 16.08.3-1 - 16.08.3 * Fri Oct 21 2016 Rex Dieter - 16.08.2-2 - pull in upstream DBus/startup fix * Thu Oct 13 2016 Rex Dieter - 16.08.2-1 - 16.08.2 * Wed Sep 07 2016 Rex Dieter - 16.08.1-1 - 16.08.1 * Sat Aug 13 2016 Rex Dieter - 16.08.0-1 - 16.08.0 * Sat Aug 06 2016 Rex Dieter - 16.07.90-1 - 16.07.90 * Sat Jul 30 2016 Rex Dieter - 16.07.80-1 - 16.07.80 * Sun Jul 10 2016 Rex Dieter - 16.04.3-1 - 16.04.3 * Sun Jun 12 2016 Rex Dieter - 16.04.2-1 - 16.04.2 * Sun May 08 2016 Rex Dieter - 16.04.1-1 - 16.04.1 * Mon Apr 25 2016 Rex Dieter - 16.04.0-1 - 16.04.0 * Tue Mar 15 2016 Rex Dieter - 15.12.3-1 - 15.12.3 * Mon Feb 15 2016 Rex Dieter - 15.12.2-1 - 15.12.2 * Thu Feb 04 2016 Fedora Release Engineering - 15.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Dec 21 2015 Rex Dieter - 15.12.0-1 - 15.12.0 * Mon Nov 30 2015 Rex Dieter - 15.08.3-1 - 15.08.3 * Wed Oct 28 2015 Rex Dieter - 15.08.2-1 - 15.08.2 * Thu Aug 20 2015 Than Ngo - 15.08.0-1 - 15.08.0 * Wed Jun 17 2015 Fedora Release Engineering - 15.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Rex Dieter - 15.04.2-1 - 15.04.2 * Thu May 28 2015 Rex Dieter - 15.04.1-1 - 15.04.1 * Fri Apr 17 2015 Rex Dieter - 15.04.0-1 - 15.04.0 * Sun Mar 01 2015 Rex Dieter - 14.12.3-1 - 14.12.3 * Tue Feb 24 2015 Than Ngo - 14.12.2-1 - 14.12.2 * Sat Jan 17 2015 Rex Dieter - 14.12.1-1 - 14.12.1 * Sun Nov 09 2014 Rex Dieter - 4.14.3-1 - 4.14.3 * Sun Oct 12 2014 Rex Dieter - 4.14.2-1 - 4.14.2 * Tue Sep 16 2014 Rex Dieter - 4.14.1-1 - 4.14.1 * Sat Aug 16 2014 Fedora Release Engineering - 4.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Aug 15 2014 Rex Dieter - 4.14.0-1 - 4.14.0 * Tue Aug 05 2014 Rex Dieter - 4.13.97-1 - 4.13.97 * Tue Jul 15 2014 Rex Dieter - 4.13.3-1 - 4.13.3 * Mon Jun 09 2014 Rex Dieter - 4.13.2-1 - 4.13.2 * Sun Jun 08 2014 Fedora Release Engineering - 4.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun May 11 2014 Rex Dieter - 4.13.1-1 - 4.13.1 * Sat Apr 12 2014 Rex Dieter - 4.13.0-1 - 4.13.0 * Fri Apr 04 2014 Rex Dieter - 4.12.97-1 - 4.12.97 * Sun Mar 23 2014 Rex Dieter - 4.12.95-1 - 4.12.95 * Wed Mar 19 2014 Rex Dieter - 4.12.90-1 - 4.12.90 * Sun Mar 02 2014 Rex Dieter - 4.12.3-1 - 4.12.3 * Fri Jan 31 2014 Rex Dieter - 4.12.2-1 - 4.12.2 * Fri Jan 10 2014 Rex Dieter - 4.12.1-1 - 4.12.1 * Thu Dec 19 2013 Rex Dieter - 4.12.0-1 - 4.12.0 * Sun Dec 01 2013 Rex Dieter - 4.11.97-1 - 4.11.97 * Thu Nov 21 2013 Rex Dieter - 4.11.95-1 - 4.11.95 * Sat Nov 16 2013 Rex Dieter - 4.11.90-1 - 4.11.90 * Sat Nov 02 2013 Rex Dieter - 4.11.3-1 - 4.11.3 * Sat Sep 28 2013 Rex Dieter - 4.11.2-1 - 4.11.2 * Wed Sep 04 2013 Rex Dieter - 4.11.1-1 - 4.11.1 * Wed Aug 14 2013 Jan Grulich - 4.11.0-1 - 4.11.0 * Wed Aug 07 2013 Jan Grulich - 4.10.97-1 - Split off from kdesdk package