rpms/xpilot-ng/FC-5 xpilot-ng.spec,1.4,1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Jul 11 17:37:46 UTC 2006


Author: wart

Update of /cvs/extras/rpms/xpilot-ng/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8163/FC-5

Modified Files:
	xpilot-ng.spec 
Log Message:
Fix Require: for the -server subpackage




Index: xpilot-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/xpilot-ng/FC-5/xpilot-ng.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xpilot-ng.spec	1 Mar 2006 23:21:18 -0000	1.4
+++ xpilot-ng.spec	11 Jul 2006 17:37:46 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           xpilot-ng
 Version:        4.7.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Multiplayer space arcade game
 
 Group:          Amusements/Games
@@ -18,14 +18,7 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  expat-devel SDL_ttf-devel SDL_image-devel zlib-devel
 # The following BR are not needed for FC-4
-BuildRequires:  libXt-devel mesa-libGLU-devel libXxf86misc-devel
-Requires(post): /sbin/chkconfig
-Requires(post): /sbin/service
-Requires(preun): /sbin/chkconfig
-Requires(preun): /sbin/service
-Requires(postun): /sbin/service
-Requires(pre):   fedora-usermgmt
-Requires(postun): fedora-usermgmt
+BuildRequires:  libXt-devel libGLU-devel libXxf86misc-devel
 
 %description
 A highly addictive, infinitely configurable multiplayer space
@@ -36,6 +29,13 @@
 %package server
 Summary: Server for hosting xpilot games
 Group: Amusements/Games
+Requires(post): /sbin/chkconfig
+Requires(post): /sbin/service
+Requires(preun): /sbin/chkconfig
+Requires(preun): /sbin/service
+Requires(postun): /sbin/service
+Requires(pre):   fedora-usermgmt
+Requires(postun): fedora-usermgmt
 %description server
 The xpilot server.  This allows you to host xpilot games on your
 computer and develop new xpilot maps.  This is required if you
@@ -162,6 +162,9 @@
 %ghost %{_datadir}/%{name}/mapconvert.pyo
 
 %changelog
+* Tue Jul 11 2006 Wart <wart at kobold.org> 4.7.2-8
+- Fix Requires: for the -server subpackage
+
 * Wed Mar 1 2006 Wart <wart at kobold.org> 4.7.2-7
 - Create an xpilot user for running the server daemon
 - Fix typo in logrotate configuration file.




More information about the fedora-extras-commits mailing list