rpms/celestia/devel .cvsignore, 1.3, 1.4 celestia.spec, 1.9, 1.10 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 22:50:49 UTC 2005


Author: steve

Update of /cvs/extras/rpms/celestia/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14677

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.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/celestia/devel/.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 22:50:48 -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/devel/celestia.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- celestia.spec	26 Dec 2005 21:14:32 -0000	1.9
+++ celestia.spec	26 Dec 2005 22:50:48 -0000	1.10
@@ -8,7 +8,6 @@
 License:        GPL
 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)
 
@@ -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}/*
@@ -95,6 +98,10 @@
 %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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/celestia/devel/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 22:50:48 -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