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

CVS update: Vanilla/rpm



Date:	Thursday July 22, 1999 @ 18:09
Author:	tanner

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

Modified Files:
	cvs2rpm 
Added Files:
	netrek.spec 
Removed Files:
	Vanilla.spec 
Log Message:
	* Removed Vanilla.spec
	
	* rpm/netrek.spec: Created new .spec file to fall in line with new
	naming convections.

	* rpm/cvs2rpm: Changed Vanilla.spec to netrek.spec



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

Index: Vanilla/rpm/cvs2rpm
diff -u Vanilla/rpm/cvs2rpm:1.8 Vanilla/rpm/cvs2rpm:1.9
--- Vanilla/rpm/cvs2rpm:1.8	Mon Jul 19 01:31:35 1999
+++ Vanilla/rpm/cvs2rpm	Thu Jul 22 18:09:39 1999
@@ -5,7 +5,7 @@
 #
 # Make sure you check and set your VS and VL variable to get this to work.
 #
-# $Id: cvs2rpm,v 1.8 1999/07/19 06:31:35 tanner Exp $
+# $Id: cvs2rpm,v 1.9 1999/07/22 23:09:39 tanner Exp $
 #
 
 # Change these if necessary!
@@ -96,7 +96,7 @@
   fi
 done
 
-cp Vanilla.spec $RPM_SPEC_DIR
+cp netrek.spec $RPM_SPEC_DIR
 if [ $? -ne 0 ]; then
   echo "Cannot copy spec file to $RPM_SOURCE_DIR. Aborting."
   exit 1
@@ -108,4 +108,4 @@
 
 echo "To build an RPM, do the following:"
 echo "cd $RPM_SPEC_DIR"
-echo "rpm -ba Vanilla.spec"
\ No newline at end of file
+echo "rpm -ba netrek.spec"
\ No newline at end of file