[celestia] - Fix the license button in the about dialog not working

Hans de Goede jwrdegoede at fedoraproject.org
Wed Dec 15 10:42:03 UTC 2010


commit 5d1f9404db4e366185bcaffae1dc00b2b114dcd3
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Dec 15 11:46:45 2010 +0100

    - Fix the license button in the about dialog not working

 celestia.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/celestia.spec b/celestia.spec
index c62995d..6520ab3 100644
--- a/celestia.spec
+++ b/celestia.spec
@@ -1,6 +1,6 @@
 Name:		celestia
 Version:        1.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OpenGL real-time visual space simulation
 Group:          Applications/Emulators
 License:        GPLv2+
@@ -65,6 +65,7 @@ install -p -m 644 -D src/celestia/kde/data/hi48-app-celestia.png \
   $RPM_BUILD_ROOT%{_datadir}/pixmaps/celestia.png
 rm $RPM_BUILD_ROOT%{_datadir}/celestia/{controls.txt,COPYING}
 ln -s ../doc/%{name}-%{version}/controls.txt $RPM_BUILD_ROOT%{_datadir}/%{name}/
+ln -s ../doc/%{name}-%{version}/COPYING $RPM_BUILD_ROOT%{_datadir}/%{name}/
 #rm -r $RPM_BUILD_ROOT%{_datadir}/celestia/manual
 
 install -p -m 644 -D models/*.3ds $RPM_BUILD_ROOT%{_datadir}/%{name}/models/
@@ -122,6 +123,9 @@ fi
 
 
 %changelog
+* Wed Dec 15 2010 Hans de Goede <hdegoede at redhat.com> - 1.6.0-2
+- Fix the license button in the about dialog not working
+
 * Wed Dec  8 2010 Hans de Goede <hdegoede at redhat.com> - 1.6.0-1
 - New upstream release 1.6.0 (#655565)
 - Fix building with gcc-4.5 (#631077)


More information about the scm-commits mailing list