From ade88edd29b7df2e7411faf8ca9b089e268ec7e7 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Sep 15 2013 19:41:45 +0000 Subject: New upstream release - Remove subpackage with obsoltete program documentation - Correcting the project home page --- diff --git a/.gitignore b/.gitignore index d0e66ec..e0faaa2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ stellarium_user_guide-0.10.2-1.pdf /stellarium-0.12.0.tar.gz /stellarium-0.12.1.tar.gz /stellarium-0.12.2.tar.gz +/stellarium-0.12.3.tar.gz diff --git a/sources b/sources index 54bd91d..1a92e06 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -63572e71e15ffad4001d6c93bbc34180 stellarium-0.12.2.tar.gz -8da17ee33510f57cbfdb321d8ae43c59 stellarium_user_guide-0.10.2-1.pdf +d4ea61eeecaba3f395aa36b437797e15 stellarium-0.12.3.tar.gz diff --git a/stellarium.spec b/stellarium.spec index eb1dc09..4732194 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,16 +1,13 @@ -%global guidever 0.10.2-1 - Name: stellarium -Version: 0.12.2 +Version: 0.12.3 Release: 1%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics License: GPLv2+ -URL: http://stellarium.free.fr/ +URL: http://www.stellarium.org Source0: http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz -Source2: http://downloads.sourceforge.net/stellarium/stellarium_user_guide-%{guidever}.pdf BuildRequires: phonon-devel BuildRequires: SDL_mixer-devel @@ -36,23 +33,15 @@ Requires: dejavu-sans-fonts dejavu-sans-mono-fonts Requires: dejavu-fonts %endif +Provides: stellarium-doc = %{version}-%{release} +Obsoletes: stellarium-doc < 0.12.3 + %description Stellarium is a real-time 3D photo-realistic nightsky renderer. It can generate images of the sky as seen through the Earth's atmosphere with more than one hundred thousand stars from the Hipparcos Catalogue, constellations, planets, major satellites and nebulas. -%package doc -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. - -You will need a PDF viewer to read the user guide. - %prep %setup -q @@ -75,8 +64,6 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ data/stellarium.desktop -cp %{SOURCE2} . - %find_lang %{name} %find_lang %{name}-skycultures cat %{name}-skycultures.lang >>%{name}.lang @@ -90,11 +77,12 @@ cat %{name}-skycultures.lang >>%{name}.lang %{_datadir}/icons/hicolor/*/apps/stellarium.png %{_mandir}/man1/stellarium.1.gz -%files doc -%defattr(-,root,root,-) -%doc COPYING stellarium_user_guide-%{guidever}.pdf - %changelog +* Sun Sep 15 2013 Jochen Schmitt - 0.12.3-1 +- New upstream release +- Remove subpackage with obsoltete program documentation +- Correcting the project home page + * Sun Aug 4 2013 Jochen Schmitt - 0.12.2-1 - New upstream release - Add phonon-devel as a BR