[linpsk] Used 64x64 icon from SVN

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Nov 24 11:11:49 UTC 2014


commit 3f7a84449a99425b0c3270d5a128f14dc1eef3d2
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Nov 24 12:11:42 2014 +0100

    Used 64x64 icon from SVN
    
      Resolves: rhbz#1157554

 linpsk.spec      |   10 ++++++++--
 linpsk_64x64.png |  Bin 0 -> 620 bytes
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/linpsk.spec b/linpsk.spec
index 9a8217f..94f3736 100644
--- a/linpsk.spec
+++ b/linpsk.spec
@@ -1,6 +1,6 @@
 Name:           linpsk
 Version:        1.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Psk31 and RTTY program for Linux
 
 Group:          Applications/Communications
@@ -11,6 +11,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
 Source1:        %{name}.desktop
 # Install wrapper
 Source2:        %{name}.sh.in
+# Hi-res icon, rhbz#1157554
+Source3:        %{name}_64x64.png
 
 # Patch asoundrc file for default sound card (device 0)
 Patch0:         linpsk-1.1-3.sound.conf.patch
@@ -69,7 +71,7 @@ install -p -D -m 0644 asoundrc %{buildroot}/%{_sysconfdir}/skel/.%{name}/asoundr
 
 # Install provided icon
 mkdir -p %{buildroot}%{_datadir}/pixmaps/
-cp images/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+cp %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 # no upstream .desktop
 desktop-file-install \
         --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
@@ -92,6 +94,10 @@ rm -rf %{buildroot}
 %{_libexecdir}/%{name}-bin
 
 %changelog
+* Mon Nov 24 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 1.2-5
+- Used 64x64 icon from SVN
+  Resolves: rhbz#1157554
+
 * Fri Nov 21 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 1.2-4
 - Switched to built-in icon
 
diff --git a/linpsk_64x64.png b/linpsk_64x64.png
new file mode 100644
index 0000000..a6d8cec
Binary files /dev/null and b/linpsk_64x64.png differ


More information about the scm-commits mailing list