rpms/mame/F-12 .cvsignore, 1.14, 1.15 mame.spec, 1.15, 1.16 sources, 1.14, 1.15

Julian Sikorski belegdol at rpmfusion.org
Thu Oct 21 22:23:39 CEST 2010


Author: belegdol

Update of /cvs/nonfree/rpms/mame/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25204

Modified Files:
	.cvsignore mame.spec sources 
Log Message:
* Thu Oct 21 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.140-1
- Updated to 0.140
- Re-enabled ldplayer



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	16 Oct 2010 09:36:42 -0000	1.14
+++ .cvsignore	21 Oct 2010 20:23:39 -0000	1.15
@@ -1,5 +1 @@
-mame0139s.exe
-0139u1_diff.zip
-0139u2_diff.zip
-0139u3_diff.zip
-0139u4_diff.zip
+mame0140s.exe


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/mame.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mame.spec	16 Oct 2010 09:36:42 -0000	1.15
+++ mame.spec	21 Oct 2010 20:23:39 -0000	1.16
@@ -1,8 +1,8 @@
 # the debug build is disabled by default, please use --with debug to override
 %bcond_with debug
 
-%global baseversion 139
-%global sourceupdate 4
+%global baseversion 140
+#global sourceupdate 4
 
 Name:           mame
 %if 0%{?sourceupdate}
@@ -22,10 +22,10 @@
 #Source1:        ui.bdc
 %if 0%{?sourceupdate}
 #Source updates
-Source1:        http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-Source2:        http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-Source3:        http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-Source4:        http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+#Source1:        http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+#Source2:        http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+#Source3:        http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+#Source4:        http://mamedev.org/updates/0%{baseversion}u4_diff.zip
 %endif
 Patch0:         %{name}-fortify.patch
 Patch2:         %{name}-verbosebuild.patch
@@ -70,15 +70,15 @@
 %description tools
 %{summary}.
 
-#%package ldplayer
-#Summary:        Standalone laserdisc player based on MAME
-#Group:          Applications/Emulators
+%package ldplayer
+Summary:        Standalone laserdisc player based on MAME
+Group:          Applications/Emulators
 
-#Provides:       sdlmame-ldplayer = 0%{baseversion}-%{release}
-#Obsoletes:      sdlmame-ldplayer < 0136-2
+Provides:       sdlmame-ldplayer = 0%{baseversion}-%{release}
+Obsoletes:      sdlmame-ldplayer < 0136-2
 
-#%description ldplayer
-#%{summary}.
+%description ldplayer
+%{summary}.
 
 
 %prep
@@ -128,8 +128,8 @@
 
 
 %build
-#make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
-#    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' TARGET=ldplayer
+make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
+    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' TARGET=ldplayer
 %if %{with debug}
 make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
     OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' DEBUG=1 all
@@ -174,7 +174,7 @@
 %else
 install -pm 755 %{name} %{buildroot}%{_bindir}
 %endif
-install -pm 755 chdman jedutil ldresample ldverify \
+install -pm 755 chdman jedutil ldplayer ldresample ldverify \
     romcmp testkeys unidasm %{buildroot}%{_bindir}
 #for tool in regrep runtest split src2html srcclean
 for tool in regrep split src2html srcclean
@@ -182,7 +182,7 @@
 install -pm 755 $tool %{buildroot}%{_bindir}/%{name}-$tool
 done
 pushd src/osd/sdl/man
-install -pm 644 chdman.1 jedutil.1 ldverify.1 mame.1 romcmp.1 \
+install -pm 644 chdman.1 jedutil.1 ldplayer.1 ldverify.1 mame.1 romcmp.1 \
     testkeys.1 %{buildroot}%{_mandir}/man1
 popd
 
@@ -225,13 +225,17 @@
 %{_mandir}/man1/romcmp.1*
 %{_mandir}/man1/testkeys.1*
 
-#%files ldplayer
-#%defattr(-,root,root,-)
-#%{_bindir}/ldplayer
-#%{_mandir}/man1/ldplayer.1*
+%files ldplayer
+%defattr(-,root,root,-)
+%{_bindir}/ldplayer
+%{_mandir}/man1/ldplayer.1*
 
 
 %changelog
+* Thu Oct 21 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.140-1
+- Updated to 0.140
+- Re-enabled ldplayer
+
 * Sat Oct 16 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.139u4-1
 - Updated to 0.139u4
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	16 Oct 2010 09:36:42 -0000	1.14
+++ sources	21 Oct 2010 20:23:39 -0000	1.15
@@ -1,5 +1 @@
-51903a6ee402c8cbc25c2c3f12b77597  mame0139s.exe
-4abbeeef195864fb894163718ff49fec  0139u1_diff.zip
-bde35bfb22aab028fa730d9bb2c94aa0  0139u2_diff.zip
-6d0b700c69f56b9085ca382931d9a534  0139u3_diff.zip
-d8ec4ce645cd9c55c84bebb0e9c1f6f9  0139u4_diff.zip
+7c29ed90a6c33a0aaf3296c4deb6b37b  mame0140s.exe



More information about the rpmfusion-commits mailing list