rpms/sdlmame/F-9 .cvsignore, 1.11, 1.12 sdlmame.spec, 1.12, 1.13 sources, 1.11, 1.12

Julian Sikorski belegdol at rpmfusion.org
Sat Aug 30 22:18:35 CEST 2008


Author: belegdol

Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16807

Modified Files:
	.cvsignore sdlmame.spec sources 
Log Message:
* Sat Aug 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.1.0127u1
- Updated to 0.121u1
- Dropped cheat_file and added cheatpath to the default ini
- Added -ldplayer subpackage containing the standalone laserdisc player



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	19 Aug 2008 14:28:21 -0000	1.11
+++ .cvsignore	30 Aug 2008 20:18:34 -0000	1.12
@@ -1 +1 @@
-sdlmame0127.zip
+sdlmame0127u1.zip


Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sdlmame.spec	19 Aug 2008 14:28:21 -0000	1.12
+++ sdlmame.spec	30 Aug 2008 20:18:34 -0000	1.13
@@ -1,4 +1,4 @@
-#define beta .0126u5
+%define beta 0127u1
 
 %if "0%{?beta}" != "0"
 %define _version %{?beta}
@@ -17,8 +17,8 @@
 %endif
 
 Name:           sdlmame
-Version:        0127
-Release:        1%{?beta}%{?dist}
+Version:        0128
+Release:        0.1.%{?beta}%{?dist}
 Summary:        SDL Multiple Arcade Machine Emulator
 
 Group:          Applications/Emulators
@@ -67,6 +67,13 @@
 %description debug
 %{summary}.
 
+%package ldplayer
+Summary:        Standalone laserdisc player based on sdlmame
+Group:          Applications/Emulators
+
+%description ldplayer
+%{summary}.
+
 
 %prep
 %setup -qn %{name}%{_version}
@@ -82,7 +89,7 @@
 fontpath           %{_datadir}/mame/fonts
 rompath            %{_datadir}/mame/roms;%{_datadir}/mame/chds
 samplepath         %{_datadir}/mame/samples
-cheat_file         %{_datadir}/mame/cheat.dat
+cheatpath          %{_datadir}/mame/cheats
 
 # Allow user to override ini settings
 inipath            \$HOME/.mame/ini;%{_sysconfdir}/mame
@@ -118,6 +125,8 @@
     OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 make %{?_smp_mflags} %{?arch_flags} \
     OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer \
+    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 
 
 %install
@@ -133,6 +142,7 @@
 install -d $RPM_BUILD_ROOT%{_datadir}/mame/keymaps
 install -d $RPM_BUILD_ROOT%{_datadir}/mame/roms
 install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
+install -d $RPM_BUILD_ROOT%{_datadir}/mame/cheats
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/mame
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/skel/.mame/cfg
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/skel/.mame/comments
@@ -182,8 +192,17 @@
 %doc docs/license.txt
 %{_bindir}/mamed
 
+%files ldplayer
+%defattr(-,root,root,-)
+%doc docs/license.txt
+%{_bindir}/ldplayer
 
 %changelog
+* Sat Aug 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.1.0127u1
+- Updated to 0.121u1
+- Dropped cheat_file and added cheatpath to the default ini
+- Added -ldplayer subpackage containing the standalone laserdisc player
+
 * Tue Aug 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
 - Updated to 0.127
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	19 Aug 2008 14:28:21 -0000	1.11
+++ sources	30 Aug 2008 20:18:34 -0000	1.12
@@ -1 +1 @@
-d9e2e642b8dfd7113d5be082ec5746aa  sdlmame0127.zip
+26af8b06f401e2fd647779199338d27e  sdlmame0127u1.zip



More information about the rpmfusion-commits mailing list