diff --git a/sources b/sources index 5b025bb..1f47dcb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +c544fff9e75e9317055075b658ae5924 stellarium-0.10.2.tar.gz 0e708c4c0af77712c64b22cbfa398fb4 stellarium_user_guide-0.9.1-1.pdf -5361e1db3bbce38bb6b4208bd4a2e556 stellarium-0.10.1.tar.gz diff --git a/stellarium-0.10.1-cmake.patch b/stellarium-0.10.1-cmake.patch deleted file mode 100644 index 54a6036..0000000 --- a/stellarium-0.10.1-cmake.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up stellarium-0.10.1/CMakeLists.txt.cm stellarium-0.10.1/CMakeLists.txt ---- stellarium-0.10.1/CMakeLists.txt.cm 2009-02-08 21:39:38.000000000 +0100 -+++ stellarium-0.10.1/CMakeLists.txt 2009-02-08 21:41:11.000000000 +0100 -@@ -22,8 +22,8 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" - ENDIF() - - IF(UNIX AND NOT WIN32) -- SET(CMAKE_C_FLAGS -Wall) # additional C compile flags -- SET(CMAKE_CXX_FLAGS -Wall) # additional CPP compile flags -+ SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) # additional C compile flags -+ SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) # additional CPP compile flags - ELSE() - SET(CMAKE_C_FLAGS "-Wall -fexceptions -fident -mthreads") - SET(CMAKE_CXX_FLAGS "-Wall -Wsign-promo -fexceptions -fident -mthreads") diff --git a/stellarium-0.10.2-cmake.patch b/stellarium-0.10.2-cmake.patch new file mode 100644 index 0000000..b452634 --- /dev/null +++ b/stellarium-0.10.2-cmake.patch @@ -0,0 +1,14 @@ +diff -up stellarium-0.10.2/CMakeLists.txt.cm stellarium-0.10.2/CMakeLists.txt +--- stellarium-0.10.2/CMakeLists.txt.cm 2009-03-09 12:28:34.000000000 +0100 ++++ stellarium-0.10.2/CMakeLists.txt 2009-03-12 22:01:54.000000000 +0100 +@@ -22,8 +22,8 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" + ENDIF() + + IF(UNIX AND NOT WIN32) +- SET(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused-parameter") # additional C compile flags +- SET(CMAKE_CXX_FLAGS "-Wall -Wextra -Wno-unused-parameter") # additional CPP compile flags ++ SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) # additional C compile flags ++ SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) # additional CPP compile flags + ELSE() + SET(CMAKE_C_FLAGS "-Wall -fexceptions -fident -mthreads") + SET(CMAKE_CXX_FLAGS "-Wall -Wsign-promo -fexceptions -fident -mthreads") diff --git a/stellarium.spec b/stellarium.spec index d41486b..1fb2948 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,8 +1,8 @@ %define guidever 0.9.1-1 Name: stellarium -Version: 0.10.1 -Release: 2%{?dist}.1 +Version: 0.10.2 +Release: 1%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -11,7 +11,7 @@ URL: http://stellarium.free.fr/ Source0: http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz Source1: stellarium.desktop Source2: http://downloads.sourceforge.net/stellarum/stellarium_user_guide-%{guidever}.pdf -Patch1: stellarium-0.10.1-cmake.patch +Patch1: stellarium-0.10.2-cmake.patch Patch2: stellarium-0.10.0-fonts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,14 +22,20 @@ BuildRequires: mesa-libGLU-devel BuildRequires: ImageMagick BuildRequires: freetype-devel BuildRequires: cmake -BuildRequires: qt4-devel +BuildRequires: qt4-devel >= 4.4.2 BuildRequires: gettext-devel BuildRequires: boost-devel BuildRequires: glib2-devel Requires: opengl-games-utils +%if 0%{?fedora} > 10 +Requires: dejavu-sans-fonts dejavu-sans-mono-fonts +%endif + +%if 0%{?fedora} <= 10 Requires: dejavu-fonts +%endif %description Stellarium is a real-time 3D photo-realistic nightsky renderer. It can @@ -41,6 +47,7 @@ constellations, planets, major satellites and nebulas. Summary: The user guide about Stellarium Group: Documentation License: GFDL +Buildarch: noarch %description doc The user guide for stellarium writeen by Matthew Gates. It shouuld contains everythings you want to know about Stellarium. @@ -100,8 +107,14 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING stellarium_user_guide-%{guidever}.pdf %changelog -* Mon Feb 16 2009 Jochen Schmitt 0.10.1-2.1 -- Fix fonts dependencies issues +* Thu Mar 12 2009 Jochen Schmitt 0.10.2-1 +- New upstream release + +* Thu Mar 5 2009 Jochen Schmitt 0.10.1-4 +- Support noarch subpackates + +* Wed Feb 25 2009 Fedora Release Engineering - 0.10.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 8 2009 Jochen Schmitt 0.10.1-2 - New upstream release