rpms/celestia/FC-4 .cvsignore, 1.3, 1.4 celestia.spec, 1.8, 1.9 sources, 1.3, 1.4 celestia-1.3.2-compile.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Dec 26 23:51:51 UTC 2005


Author: steve

Update of /cvs/extras/rpms/celestia/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16655

Modified Files:
	.cvsignore celestia.spec sources 
Removed Files:
	celestia-1.3.2-compile.patch 
Log Message:
Update to 1.4.0.
Remove celestia-1.3.2-compile.patch (seems to be applied upstream).
Use find_lang magic.
Remove duplicate desktop file.
Fix Help -> Controls.
BR libGL-devel instead of xorg-x11-Mesa-libGL.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/celestia/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 04:09:26 -0000	1.3
+++ .cvsignore	26 Dec 2005 23:51:51 -0000	1.4
@@ -1 +1 @@
-celestia-1.3.2.tar.gz
+celestia-1.4.0.tar.gz


Index: celestia.spec
===================================================================
RCS file: /cvs/extras/rpms/celestia/FC-4/celestia.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- celestia.spec	22 May 2005 23:42:44 -0000	1.8
+++ celestia.spec	26 Dec 2005 23:51:51 -0000	1.9
@@ -1,14 +1,13 @@
 Name:           celestia
-Version:        1.3.2
-Release: 4
+Version:        1.4.0
+Release:        1%{?dist}
 
 Summary:        OpenGL real-time visual space simulation
 
 Group:          Amusements/Graphics
 License:        GPL
-Source0:        http://dl.sf.net/celestia/celestia-1.3.2.tar.gz
+Source0:        http://dl.sf.net/celestia/celestia-%{version}.tar.gz
 Source3:        celestia.desktop
-Patch0:         %{name}-1.3.2-compile.patch
 URL:            http://www.shatters.net/celestia/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -18,7 +17,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  xorg-x11-Mesa-libGL
+BuildRequires:  libGL-devel
 Requires(post): GConf2
 Requires(preun): GConf2
 
@@ -38,7 +37,6 @@
 
 %prep
 %setup -q
-%patch0 -p6 -b .orig
 
 
 %build
@@ -56,8 +54,11 @@
 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}/
 rm -r $RPM_BUILD_ROOT%{_datadir}/celestia/manual
 
+rm $RPM_BUILD_ROOT%{_datadir}/applications/celestia.desktop
+
 desktop-file-install \
   --vendor fedora                                          \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications            \
@@ -66,6 +67,8 @@
   --add-category Graphics                                  \
   %{SOURCE3}
 
+%find_lang %{name}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,7 +85,7 @@
 fi
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO controls.txt manual/*.html manual/*.css
 %{_bindir}/*
@@ -93,6 +96,16 @@
 
 
 %changelog
+* Mon Dec 26 2005 Steven Pritchard <steve at kspei.com> 1.4.0-1
+- Update to 1.4.0
+- Remove celestia-1.3.2-compile.patch (seems to be applied upstream)
+- Use find_lang magic
+- Remove duplicate desktop file
+- Fix Help -> Controls
+
+* Sat Dec 03 2005 Steven Pritchard <steve at kspei.com> 1.3.2-5
+- BR libGL-devel instead of xorg-x11-Mesa-libGL
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.3.2-4
 - rebuild on all arches
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/celestia/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 04:09:26 -0000	1.3
+++ sources	26 Dec 2005 23:51:51 -0000	1.4
@@ -1 +1 @@
-0aaf86592a8989a0576e34c1f4cb3c2a  celestia-1.3.2.tar.gz
+d4bd0029af87fdd9cb4a0828cf62a025  celestia-1.4.0.tar.gz


--- celestia-1.3.2-compile.patch DELETED ---




More information about the fedora-extras-commits mailing list