rpms/Maelstrom/devel Maelstrom.spec,1.10,1.11

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Sep 11 14:27:22 UTC 2006


Author: notting

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

Modified Files:
	Maelstrom.spec 
Log Message:
fix build


Index: Maelstrom.spec
===================================================================
RCS file: /cvs/extras/rpms/Maelstrom/devel/Maelstrom.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Maelstrom.spec	5 Jun 2006 06:47:54 -0000	1.10
+++ Maelstrom.spec	11 Sep 2006 14:27:22 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Space combat game
 Name: Maelstrom
 Version: 3.0.6
-Release: 12
+Release: 13
 License: GPL
 Group: Amusements/Games
 Source0: http://www.devolution.com/~slouken/Maelstrom/src/Maelstrom-%{version}.tar.gz
@@ -53,7 +53,7 @@
 mkdir -p -m 755 $RPM_BUILD_ROOT%{_localstatedir}/lib/games
 mv $RPM_BUILD_ROOT%{_datadir}/Maelstrom/*Scores $RPM_BUILD_ROOT%{_localstatedir}/lib/games
 
-find $RPM_BUILD_ROOT -name Makefile* -exec rm -f {} \;
+find $RPM_BUILD_ROOT -name "Makefile*" -exec rm -f {} \;
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -81,6 +81,9 @@
 %config(noreplace) %attr(0664,root,games) %{_localstatedir}/lib/games/Maelstrom-Scores
 
 %changelog
+* Mon Sep 11 2006 Bill Nottingham <notting at redhat.com> 3.0.6-13
+- fix build
+
 * Fri Jun  2 2006 Bill Nottingham <notting at redhat.com> 3.0.6-12
 - more fixes from review (#189375)
 




More information about the fedora-extras-commits mailing list