Accepting request 525890 from home:wolfi323:branches:KDE:Extra

- Update to 0.7.0
  * http://jriddell.org/2017/09/07/massif-visualizer-0-7-0-released/
- Drop office-chart-area.png, a proper application icon is
  included/installed now

OBS-URL: https://build.opensuse.org/request/show/525890
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/massif-visualizer?expand=0&rev=5
This commit is contained in:
Luca Beltrame 2017-09-13 15:11:07 +00:00 committed by Git OBS Bridge
parent 86b56be91a
commit 09f659b4a9
5 changed files with 43 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e81f4bd93f0568fdb8c58f165c63c11c16060906e7c3892f933e1f4ecbfd5c79
size 421432

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d
size 257380

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 8 12:35:13 UTC 2017 - wbauer@tmo.at
- Update to 0.7.0
* http://jriddell.org/2017/09/07/massif-visualizer-0-7-0-released/
- Drop office-chart-area.png, a proper application icon is
included/installed now
-------------------------------------------------------------------
Sun Nov 30 17:45:09 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package massif-visualizer
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,22 +17,34 @@
Name: massif-visualizer
Version: 0.4.0
Version: 0.7.0
Release: 0
Summary: Visualizer for output generated by Valgrind's massif tool
License: LGPL-2.0
Group: Development/Tools/Other
Url: https://projects.kde.org/massif-visualizer
Url: https://cgit.kde.org/massif-visualizer.git/
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Source1: office-chart-area.png
BuildRequires: kgraphviewer-devel >= 2.1.0
BuildRequires: libkde4-devel >= 4.7.0
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kgraphviewer-devel >= 2.4.0
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: kparts-devel
BuildRequires: kdiagram-devel
BuildRequires: shared-mime-info
Requires: kgraphviewer >= 2.1.0
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5XmlPatterns)
Requires: kgraphviewer >= 2.4.0
Recommends: %{name}-lang
Suggests: valgrind
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Massif Visualizer is a tool that visualizes massif data.
@ -41,37 +53,33 @@ generated massif.out.pid file in the visualizer.
Gzip or Bzip2 compressed massif files can also be opened transparently.
%lang_package
%prep
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
%kde4_makeinstall -C build
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
%kf5_makeinstall -C build
%suse_update_desktop_file %{name} Debugger
%kde_post_install
%suse_update_desktop_file org.kde.%{name} Debugger
%find_lang massif-visualizer %{name}.lang
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files lang -f %{name}.lang
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_kde4_bindir}/massif-visualizer
%{_kde4_appsdir}/massif-visualizer
%{_kde4_configkcfgdir}/massif-visualizer-settings.kcfg
%{_kde4_applicationsdir}/massif-visualizer.desktop
%{_datadir}/mime/packages/massif.xml
%{_datadir}/pixmaps/office-chart-area.png
%{_kf5_applicationsdir}/org.kde.massif-visualizer.desktop
%{_kf5_bindir}/massif-visualizer
%{_kf5_configkcfgdir}/
%{_kf5_sharedir}/kxmlgui5/
%{_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
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:869c5a9dc954f8730abd6ae28edab484217e310e7b3e36d71e9cffb61a128a82
size 1668