Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/rpm



Date:	Tuesday July 20, 1999 @ 2:56
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/rpm
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv13547/rpm

Modified Files:
	Vanilla.spec 
Log Message:
	* rpm/Vanilla.spec (Requires): Holding off on 5.2 compatbility and
	just building for Redhat 6.0.

	* rpm/Vanilla.spec (ghosts): Fixed %ghost entries for the mesg.LOG 
	and pixmaps for gum.



****************************************

Index: Vanilla/rpm/Vanilla.spec
diff -u Vanilla/rpm/Vanilla.spec:1.21 Vanilla/rpm/Vanilla.spec:1.22
--- Vanilla/rpm/Vanilla.spec:1.21	Mon Jul 19 21:31:41 1999
+++ Vanilla/rpm/Vanilla.spec	Tue Jul 20 02:56:53 1999
@@ -13,7 +13,7 @@
 Source4: netrek.keys
 Source5: netrek.functions
 Prereq: sed, vixie-cron, sh-utils
-Requires: vixie-cron, sed, sh-utils
+Requires: vixie-cron, sed, sh-utils, redhat-release > 5.9
 BuildRoot: /var/tmp/netrek-buildroot
 
 %description
@@ -49,7 +49,7 @@
 %package netrekcfg
 Summary: Netrek Vanilla Server Configuration Program
 Prereq: automake
-Requires: Vanilla, gtk+ > 1.2, glib > 1.2
+Requires: Vanilla, gtk+ > 1.2, glib > 1.2,  redhat-release > 5.9
 Group: Amusements/Games
 
 %description netrekcfg
@@ -147,7 +147,7 @@
 # server are removed.
 #
 for f in rsa_key log ERRORS motd_list .global .newstartd.pid .players \
-	god.LOG logfile rsa-keyfile~; do
+	god.LOG logfile rsa-keyfile~ tools/pixmaps mesg.LOG; do
   touch $RPM_BUILD_ROOT/usr/games/netrek/$f
 done
 
@@ -198,6 +198,7 @@
 %post netrekcfg
 #ln -s /usr/games/netrek/tools/netrekcfg /usr/bin/netrekcfg
 ln -s /usr/games/netrek/tools/gum /usr/bin/netrekcfg
+su -c "ln -s /usr/share/games/netrek/gum/pixmaps/usr/games/netrek/tools/pixmaps" - games
 
 %files
 %defattr(-, root, root)
@@ -236,6 +237,7 @@
 %config /usr/games/netrek/.reserved
 /etc/cron.hourly/netrek
 /usr/games/netrek/rsa-keyfile
+%ghost /usr/games/netrek/mesg.LOG
 %ghost /usr/games/netrek/rsa-keyfile~
 %ghost /usr/games/netrek/god.LOG
 %ghost /usr/games/netrek/logfile
@@ -272,6 +274,7 @@
 %ghost /usr/bin/netrekcfg
 /usr/games/netrek/tools/gum
 /usr/share/games/netrek
+%ghost /usr/games/netrek/tools/pixmaps
 
 %changelog
 * Fri Jul 16 1999  Bob Tanner  <tanner@real-time.com>