rpms/sdlmame/devel .cvsignore, 1.26, 1.27 sdlmame.spec, 1.30, 1.31 sources, 1.27, 1.28

Julian Sikorski belegdol at rpmfusion.org
Mon Dec 22 17:40:26 CET 2008


Author: belegdol

Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14837

Modified Files:
	.cvsignore sdlmame.spec sources 
Log Message:
* Mon Dec 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.7.0128u7
- Updated to 0.128u7
- Enabled symbols in all builds
- Added mame prefix to ambiguously named tools
- Added ldresample tool
- Disabled ldplayer temporarily



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	15 Dec 2008 10:06:24 -0000	1.26
+++ .cvsignore	22 Dec 2008 16:40:26 -0000	1.27
@@ -1 +1 @@
-sdlmame0128u6.zip
+sdlmame0128u7.zip


Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sdlmame.spec	15 Dec 2008 10:06:24 -0000	1.30
+++ sdlmame.spec	22 Dec 2008 16:40:26 -0000	1.31
@@ -1,4 +1,4 @@
-%define beta 0128u6
+%define beta 0128u7
 
 %if "0%{?beta}" != "0"
 %define _version %{?beta}
@@ -18,7 +18,7 @@
 
 Name:           sdlmame
 Version:        0129
-Release:        0.6.%{?beta}%{?dist}
+Release:        0.7.%{?beta}%{?dist}
 Summary:        SDL Multiple Arcade Machine Emulator
 
 Group:          Applications/Emulators
@@ -67,12 +67,12 @@
 %description debug
 %{summary}.
 
-%package ldplayer
-Summary:        Standalone laserdisc player based on sdlmame
-Group:          Applications/Emulators
+#%package ldplayer
+#Summary:        Standalone laserdisc player based on sdlmame
+#Group:          Applications/Emulators
 
-%description ldplayer
-%{summary}.
+#%description ldplayer
+#%{summary}.
 
 
 %prep
@@ -122,11 +122,11 @@
 
 
 %build
+#make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1\
+#    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 \
     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 \
+make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1\
     OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 
 
@@ -158,8 +158,12 @@
 # install binaries and config files
 install -pm 644 mame.ini $RPM_BUILD_ROOT%{_sysconfdir}/mame
 install -pm 644 keymaps/* $RPM_BUILD_ROOT%{_datadir}/mame/keymaps
-install -pm 755 chdman jedutil ldplayer ldverify mame mamed regrep romcmp \
-    runtest src2html srcclean testkeys $RPM_BUILD_ROOT%{_bindir}
+install -pm 755 chdman jedutil ldresample ldverify mame mamed romcmp \
+    testkeys $RPM_BUILD_ROOT%{_bindir}
+for tool in regrep runtest src2html srcclean
+do
+install -pm 755 $tool $RPM_BUILD_ROOT%{_bindir}/mame-$tool
+done
 
 
 %clean
@@ -180,12 +184,13 @@
 %doc docs/license.txt
 %{_bindir}/chdman
 %{_bindir}/jedutil
+%{_bindir}/ldresample
 %{_bindir}/ldverify
-%{_bindir}/regrep
+%{_bindir}/mame-regrep
 %{_bindir}/romcmp
-%{_bindir}/runtest
-%{_bindir}/src2html
-%{_bindir}/srcclean
+%{_bindir}/mame-runtest
+%{_bindir}/mame-src2html
+%{_bindir}/mame-srcclean
 %{_bindir}/testkeys
 
 %files debug
@@ -193,13 +198,20 @@
 %doc docs/license.txt
 %{_bindir}/mamed
 
-%files ldplayer
-%defattr(-,root,root,-)
-%doc docs/license.txt
-%{_bindir}/ldplayer
+#%files ldplayer
+#%defattr(-,root,root,-)
+#%doc docs/license.txt
+#%{_bindir}/ldplayer
 
 
 %changelog
+* Mon Dec 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.7.0128u7
+- Updated to 0.128u7
+- Enabled symbols in all builds
+- Added mame prefix to ambiguously named tools
+- Added ldresample tool
+- Disabled ldplayer temporarily
+
 * Mon Dec 15 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.6.0128u6
 - Updated to 0.128u6
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	15 Dec 2008 10:06:24 -0000	1.27
+++ sources	22 Dec 2008 16:40:26 -0000	1.28
@@ -1 +1 @@
-9503da032353a3f01c4d00ab56247d0a  sdlmame0128u6.zip
+69576dedc940e33a242785819ddae2c4  sdlmame0128u7.zip



More information about the rpmfusion-commits mailing list