Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21103
Modified Files:
.cvsignore sdlmame-data.spec sources
Removed Files:
test
Log Message:
* Fri Apr 03 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-3
- Added cheats back, now in the form of the xml files
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 12 Mar 2009 16:21:24 -0000 1.7
+++ .cvsignore 2 Apr 2009 22:26:10 -0000 1.8
@@ -3,3 +3,4 @@
mamehistory130.zip
Mameinfo0130.zip
nplayers0130.zip
+cheat130u2.7z
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/sdlmame-data.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sdlmame-data.spec 12 Mar 2009 16:21:24 -0000 1.8
+++ sdlmame-data.spec 2 Apr 2009 22:26:10 -0000 1.9
@@ -2,7 +2,7 @@
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
@@ -13,6 +13,7 @@
Source3:
http://www.kutek.net/mame_roms_pinball/mame32_config_files/ctrlr.rar
Source4:
http://www.progettoemma.net/public/cat/catveren.zip
Source5:
http://nplayers.arcadebelgium.be/files/nplayers%{version}.zip
+Source6:
http://http://cheat.retrogames.com/download/cheat%{vernumber}u2.7z
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -36,6 +37,7 @@
unzip -qa %{SOURCE4} -d .
unzip -qa %{SOURCE5} -d .
mv docs nplayers
+7za x %{SOURCE6}
# fix permissions and line endings
chmod 0644 mameinfo/*.txt
@@ -56,7 +58,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame
-install -pm 644 history.dat mameinfo.dat catveren/Catver.ini nplayers.ini\
+install -pm 644 history.dat mameinfo.dat catveren/Catver.ini nplayers.ini cheat.zip\
$RPM_BUILD_ROOT%{_datadir}/mame
install -d $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr
unrar x %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/mame
@@ -68,11 +70,17 @@
%files
%defattr(-,root,root,-)
-%doc nplayers/nplayers.txt mameinfo
+%doc nplayers/nplayers.txt mameinfo cheat.txt
%{_datadir}/mame
%changelog
+* Fri Apr 03 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-3
+- Added cheats back, now in the form of the xml files
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0130-2
+- rebuild for new F11 features
+
* Thu Mar 12 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-1
- Updated mameinfo.dat to 0.130 and updated the Source2 URL (.net → .info)
- Updated history.dat to 0.130
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Mar 2009 16:21:24 -0000 1.7
+++ sources 2 Apr 2009 22:26:10 -0000 1.8
@@ -3,3 +3,4 @@
525cbaa0a98f7787e64dc794bbe1b519 mamehistory130.zip
ea3660253df3d857a25ceb71b69c010a Mameinfo0130.zip
78ccc17372432f986320d21779ebe972 nplayers0130.zip
+50eb5f307d52e075e71f73b48c3e7efb cheat130u2.7z
--- test DELETED ---