From 80337ff85fe9c20af60909ed549148a0ec758f58 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Dec 17 2006 22:06:19 +0000 Subject: Resize icon to 32x32 --- diff --git a/stellarium.spec b/stellarium.spec index 2bbd7f9..425cbf4 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,7 +48,7 @@ You will need a PDF viewer to read the user guide. %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png +convert -size 32x32 data/icon.bmp stellarium.png %install @@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt - 0.8.2-4 +- Resize Icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525)