From 7167bc27bf7f16cfcc826bf109d828f10170dede Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jan 09 2017 19:04:33 +0000 Subject: Fix icon path in the desktop file --- diff --git a/cube.spec b/cube.spec index 35138f2..26b0ebc 100644 --- a/cube.spec +++ b/cube.spec @@ -1,6 +1,6 @@ Name: cube Version: 4.3.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: CUBE Uniform Behavioral Encoding generic presentation component License: BSD @@ -140,7 +140,7 @@ cat <CUBE.desktop Comment=Performance profile browser CUBE Encoding=UTF-8 Exec=/usr/bin/cube -Icon=/usr/share/icons/Cube.xpm +Icon=/usr/share/icons/cube/Cube.xpm InitialPreference=3 MimeType=application/cube; Name=Cube (scalasca.org) @@ -234,6 +234,9 @@ fi %changelog +* Mon Jan 09 2017 Kalev Lember - 4.3.4-6 +- Fix icon path in the desktop file + * Fri Oct 21 2016 Orion Poplawski - 4.3.4-5 - Add patch to not wrap includes in extern "C" {}