Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23940
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Mon Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
- Updated to 0.129
- Re-enabled ldplayer
- Added OPTIMIZE=2 to all builds since makefile seems to override OPT_FLAGS
- Install ui.bdf and pre-generated ui.bdc to %{_datadir}/mame/fonts
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 22 Dec 2008 16:40:26 -0000 1.27
+++ .cvsignore 7 Jan 2009 11:13:28 -0000 1.28
@@ -1 +1,2 @@
-sdlmame0128u7.zip
+sdlmame0129.zip
+ui.bdc
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sdlmame.spec 22 Dec 2008 16:40:26 -0000 1.31
+++ sdlmame.spec 7 Jan 2009 11:13:28 -0000 1.32
@@ -1,4 +1,4 @@
-%define beta 0128u7
+#define beta 0128u7
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,13 +18,15 @@
Name: sdlmame
Version: 0129
-Release: 0.7.%{?beta}%{?dist}
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
License: MAME License
URL:
http://rbelmont.mameworld.info/?page_id=163
Source0:
http://rbelmont.mameworld.info/%{name}%{_version}.zip
+#ui.bdc generated from ui.bdf
+Source1: ui.bdc
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
@@ -67,12 +69,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 +124,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 \
+make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
+ OPT_FLAGS='%{optflags}
-DINI_PATH="\"%{_sysconfdir}/mame;\""'
+make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
OPT_FLAGS='%{optflags}
-DINI_PATH="\"%{_sysconfdir}/mame;\""'
-make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1\
+make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
OPT_FLAGS='%{optflags}
-DINI_PATH="\"%{_sysconfdir}/mame;\""'
@@ -158,7 +160,8 @@
# 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 ldresample ldverify mame mamed romcmp \
+install -pm 644 ui.bdf %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/mame/fonts
+install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
testkeys $RPM_BUILD_ROOT%{_bindir}
for tool in regrep runtest src2html srcclean
do
@@ -198,13 +201,19 @@
%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 Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
+- Updated to 0.129
+- Re-enabled ldplayer
+- Added OPTIMIZE=2 to all builds since makefile seems to override OPT_FLAGS
+- Install ui.bdf and pre-generated ui.bdc to %%{_datadir}/mame/fonts
+
* Mon Dec 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.7.0128u7
- Updated to 0.128u7
- Enabled symbols in all builds
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 22 Dec 2008 16:40:26 -0000 1.28
+++ sources 7 Jan 2009 11:13:28 -0000 1.29
@@ -1 +1,2 @@
-69576dedc940e33a242785819ddae2c4 sdlmame0128u7.zip
+cabac398a32cca6c2e8063510240f78d sdlmame0129.zip
+b64914c2a5589f6d5b00361464152acd ui.bdc