rpms/Maelstrom/devel Maelstrom.spec,1.8,1.9

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Sat Jun 3 02:08:29 UTC 2006


Author: notting

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

Modified Files:
	Maelstrom.spec 
Log Message:
more fixes from review



Index: Maelstrom.spec
===================================================================
RCS file: /cvs/extras/rpms/Maelstrom/devel/Maelstrom.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Maelstrom.spec	9 May 2006 05:52:38 -0000	1.8
+++ Maelstrom.spec	3 Jun 2006 02:08:29 -0000	1.9
@@ -2,7 +2,7 @@
 Name: Maelstrom
 Version: 3.0.6
 Release: 11
-License: LGPL
+License: GPL
 Group: Amusements/Games
 Source0: http://www.devolution.com/~slouken/Maelstrom/src/Maelstrom-%{version}.tar.gz
 Source1: maelstrom.png
@@ -12,8 +12,8 @@
 Patch2: Maelstrom-3.0.6-64bit.patch
 Patch3: Maelstrom-3.0.6-install.patch
 URL:       http://www.devolution.com/~slouken/Maelstrom/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildPrereq: SDL-devel, SDL_net-devel, desktop-file-utils
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: SDL_net-devel, desktop-file-utils
 
 %description
 Maelstrom is a space combat game, originally ported from the Macintosh
@@ -53,6 +53,8 @@
 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 {} \;
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,14 +73,17 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING CREDITS README* Changelog Docs
+%doc COPYING* CREDITS README* Changelog Docs
 %attr(2755,root,games) %{_bindir}/Maelstrom
 %{_datadir}/Maelstrom
 %{_datadir}/applications/*
-%{_datadir}/icons
+%{_datadir}/icons/hicolor/48x48/apps/*
 %config(noreplace) %attr(0664,root,games) %{_localstatedir}/lib/games/Maelstrom-Scores
 
 %changelog
+* Fri Jun  2 2006 Bill Nottingham <notting at redhat.com> 3.0.6-12
+- more fixes from review (#189375)
+
 * Tue May  9 2006 Bill Nottingham <notting at redhat.com> 3.0.6-11
 - various fixes from review:
   - update the icon cache




More information about the fedora-extras-commits mailing list