This commit is contained in:
parent
ba44868d74
commit
974ff3f1b1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 13:41:30 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 8 12:35:13 UTC 2017 - wbauer@tmo.at
|
Fri Sep 8 12:35:13 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package massif-visualizer
|
# spec file for package massif-visualizer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,31 +20,30 @@ Name: massif-visualizer
|
|||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Visualizer for output generated by Valgrind's massif tool
|
Summary: Visualizer for output generated by Valgrind's massif tool
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0-only
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://cgit.kde.org/massif-visualizer.git/
|
URL: https://invent.kde.org/sdk/massif-visualizer
|
||||||
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: karchive-devel
|
|
||||||
BuildRequires: kconfig-devel
|
|
||||||
BuildRequires: kcoreaddons-devel
|
|
||||||
BuildRequires: kgraphviewer-devel >= 2.4.0
|
BuildRequires: kgraphviewer-devel >= 2.4.0
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: kparts-devel
|
|
||||||
BuildRequires: kdiagram-devel
|
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: cmake(KChart)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: cmake(KF5Archive)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: cmake(KF5Config)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: cmake(KF5I18n)
|
||||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
BuildRequires: cmake(KF5KIO)
|
||||||
|
BuildRequires: cmake(KF5Parts)
|
||||||
|
BuildRequires: cmake(Qt5Core)
|
||||||
|
BuildRequires: cmake(Qt5PrintSupport)
|
||||||
|
BuildRequires: cmake(Qt5Svg)
|
||||||
|
BuildRequires: cmake(Qt5Test)
|
||||||
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
BuildRequires: cmake(Qt5XmlPatterns)
|
||||||
Requires: kgraphviewer >= 2.4.0
|
Requires: kgraphviewer >= 2.4.0
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Suggests: valgrind
|
Suggests: valgrind
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Massif Visualizer is a tool that visualizes massif data.
|
Massif Visualizer is a tool that visualizes massif data.
|
||||||
@ -59,7 +58,7 @@ Gzip or Bzip2 compressed massif files can also be opened transparently.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
@ -71,15 +70,15 @@ Gzip or Bzip2 compressed massif files can also be opened transparently.
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS README
|
||||||
%{_kf5_applicationsdir}/org.kde.massif-visualizer.desktop
|
%{_kf5_applicationsdir}/org.kde.massif-visualizer.desktop
|
||||||
|
%{_kf5_appstreamdir}/org.kde.massif-visualizer.appdata.xml
|
||||||
%{_kf5_bindir}/massif-visualizer
|
%{_kf5_bindir}/massif-visualizer
|
||||||
%{_kf5_configkcfgdir}/
|
%{_kf5_configkcfgdir}/
|
||||||
|
%{_kf5_iconsdir}/hicolor/scalable/apps/massif-visualizer.svg
|
||||||
%{_kf5_sharedir}/kxmlgui5/
|
%{_kf5_sharedir}/kxmlgui5/
|
||||||
%{_kf5_sharedir}/massif-visualizer
|
%{_kf5_sharedir}/massif-visualizer
|
||||||
%{_kf5_iconsdir}/hicolor/scalable/apps/massif-visualizer.svg
|
|
||||||
%{_kf5_appstreamdir}/org.kde.massif-visualizer.appdata.xml
|
|
||||||
%{_kf5_sharedir}/mime/packages/massif.xml
|
%{_kf5_sharedir}/mime/packages/massif.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user