rpms/celestia/devel celestia.spec,1.19,1.20 needs.rebuild,1.1,NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Aug 28 23:50:49 UTC 2006


Author: steve

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

Modified Files:
	celestia.spec 
Removed Files:
	needs.rebuild 
Log Message:
Add --disable-schemas-install to configure.


Index: celestia.spec
===================================================================
RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- celestia.spec	22 Aug 2006 16:47:59 -0000	1.19
+++ celestia.spec	28 Aug 2006 23:50:49 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           celestia
 Version:        1.4.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        OpenGL real-time visual space simulation
 Group:          Amusements/Graphics
 License:        GPL
@@ -51,7 +51,7 @@
 export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )"
 # http://www.shatters.net/forum/viewtopic.php?t=9605
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-%configure --with-gnome --with-lua
+%configure --with-gnome --with-lua --disable-schemas-install
 make %{?_smp_mflags}
 
 
@@ -105,13 +105,15 @@
 # Seem to have gone away in post-1.4.0 CVS...
 #%doc manual/*.html manual/*.css
 %{_bindir}/*
-%{_sysconfdir}/gconf/schemas/*
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}.png
 
 
 %changelog
+* Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 1.4.1-6
+- Add --disable-schemas-install to configure.
+
 * Tue Aug 22 2006 Steven Pritchard <steve at kspei.com> 1.4.1-5
 - Turn on -fno-strict-aliasing to work around bug #203525.
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list