[streamtuner] fix logo and menu icon

leigh123linux leigh123linux at fedoraproject.org
Mon Jun 23 11:58:06 UTC 2014


commit a1d71c7f5e9c1ddd58e6eeff744943c33a644185
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Mon Jun 23 12:57:59 2014 +0100

    fix logo and menu icon

 streamtuner.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/streamtuner.spec b/streamtuner.spec
index 721777a..6b71ce1 100644
--- a/streamtuner.spec
+++ b/streamtuner.spec
@@ -2,7 +2,7 @@
 
 Name:           streamtuner
 Version:        2.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        An internet radio browser
 Group:          Applications/Multimedia
 License:        Public Domain
@@ -43,7 +43,6 @@ is therefore easier to extend.
 # add newline at end of file to make patching easier
 echo >> streamtuner2.desktop
 %patch0 -p1 -b .default-config-desktop-file
-mv logo.png streamtuner2.png
 
 %build
 
@@ -51,7 +50,7 @@ mv logo.png streamtuner2.png
 %{__rm} -rf %{buildroot}
 %{__install} -Dpm 755 st2.py %{buildroot}/%{_bindir}/%{_name}
 %{__install} -Dpm 644 %{_name}.desktop %{buildroot}/%{_datadir}/applications/%{_name}.desktop
-%{__install} -Dpm 644 %{_name}.png %{buildroot}/%{_datadir}/pixmaps/%{_name}.png
+%{__install} -Dpm 644 logo.png %{buildroot}/%{_datadir}/pixmaps/%{_name}.png
 
 %{__mkdir} %{buildroot}/%{_datadir}/%{_name}
 files=`find . -maxdepth 1 -type f -name "*.py" -or -name "*.png" -or -name "*.xml"`
@@ -121,6 +120,9 @@ desktop-file-install                         \
 %{_mandir}/man1/streamtuner2.1.*
 
 %changelog
+* Mon Jun 23 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.1.1-5
+- fix logo and menu icon
+
 * Sun Jun 22 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.1.1-4
 - remove un-needed python3 lib (python-urllib3)
 - add requires python-simplejson


More information about the scm-commits mailing list