Date:	Tuesday June 27, 2000 @ 17:09
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/rpm
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv5205/rpm

Modified Files:
	cvs2rpm netrek.spec 
Log Message:
red hat packaging edits for 2.9pl6

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

Index: Vanilla/rpm/cvs2rpm
diff -u Vanilla/rpm/cvs2rpm:1.10 Vanilla/rpm/cvs2rpm:1.11
--- Vanilla/rpm/cvs2rpm:1.10	Mon Jul 26 01:32:18 1999
+++ Vanilla/rpm/cvs2rpm	Tue Jun 27 17:09:29 2000
@@ -1,20 +1,20 @@
 #!/bin/bash
 #
 # Getting files into the RPM hierarchy getting you down? This script will
-# help make like easier. 
+# help make like easier. But use tar2rpm if all you have is the tar.gz,
+# otherwise you'll have to wait for this script to fetch from CVS.
 #
 # Make sure you check and set your VS and VL variable to get this to work.
 #
-# $Id: cvs2rpm,v 1.10 1999/07/26 06:32:18 tanner Exp $
+# $Id: cvs2rpm,v 1.11 2000/06/27 22:09:29 cameron Exp $
 #
 
 # Change these if necessary!
-VS=2.9pl3
-VL=v_2_9_3
+VS=2.9pl6
+VL=v_2_9_6
 
 RPM_SOURCE_DIR=/usr/src/redhat/SOURCES
 RPM_SPEC_DIR=/usr/src/redhat/SPECS
-
 
 IFS=:
 
Index: Vanilla/rpm/netrek.spec
diff -u Vanilla/rpm/netrek.spec:1.5 Vanilla/rpm/netrek.spec:1.6
--- Vanilla/rpm/netrek.spec:1.5	Mon Feb 28 00:32:03 2000
+++ Vanilla/rpm/netrek.spec	Tue Jun 27 17:09:29 2000
@@ -88,9 +88,9 @@
 #
 # Look for the US RSA stuff.
 #
-if [ -f $RPM_SOURCE_DIR/res-rsa-2.9.1.tar.gz ]; then
-  RSA_FILE=$RPM_SOURCE_DIR/res-rsa-2.9.1.tar.gz
-  RSA_RELEASE=2.9.1
+if [ -f $RPM_SOURCE_DIR/res-rsa-2.9.2.tar.gz ]; then
+  RSA_FILE=$RPM_SOURCE_DIR/res-rsa-2.9.2.tar.gz
+  RSA_RELEASE=2.9.2
 
 #
 # Look for the Euro RSA stuff.