From 28e4892cd97f0c625e9fbedf8660461112cda9de Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 12 2015 17:50:09 +0000 Subject: Put the symbolic icon in the right directory --- diff --git a/empathy.spec b/empathy.spec index 756aef5..48ff3ee 100644 --- a/empathy.spec +++ b/empathy.spec @@ -17,7 +17,7 @@ Name: empathy Version: 3.12.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Instant Messaging Client for GNOME License: GPLv2+ @@ -127,8 +127,8 @@ for f in video_overview.png conf_overview.png croom_overview.png; do done # Install the backported symbolic icon -mkdir -p %{buildroot}%{_datadir}/icons/hicolor/apps/scalable -cp %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/apps/scalable/empathy-symbolic.svg +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps +cp %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/empathy-symbolic.svg %post @@ -166,7 +166,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/empathy/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* -%{_datadir}/icons/hicolor/apps/scalable/empathy-symbolic.svg +%{_datadir}/icons/hicolor/scalable/apps/empathy-symbolic.svg %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service @@ -216,6 +216,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css %changelog +* Tue May 12 2015 Kalev Lember - 3.12.9-4 +- Put the symbolic icon in the right directory + * Sat May 09 2015 Kalev Lember - 3.12.9-3 - Pull in telepathy-rakia for SIP support