rpms/mame/devel .cvsignore, 1.9, 1.10 mame.spec, 1.11, 1.12 sources, 1.9, 1.10

Julian Sikorski belegdol at rpmfusion.org
Thu Jul 22 21:07:25 CEST 2010


Author: belegdol

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

Modified Files:
	.cvsignore mame.spec sources 
Log Message:
* Thu Jul 22 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.138u4-1
- Updated to 0.138u4
- Install the new manpages



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	8 Jul 2010 17:59:46 -0000	1.9
+++ .cvsignore	22 Jul 2010 19:07:24 -0000	1.10
@@ -2,3 +2,4 @@
 0138u1_diff.zip
 0138u2_diff.zip
 0138u3_diff.zip
+0138u4_diff.zip


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mame.spec	8 Jul 2010 18:52:42 -0000	1.11
+++ mame.spec	22 Jul 2010 19:07:24 -0000	1.12
@@ -2,7 +2,7 @@
 %bcond_with debug
 
 %global baseversion 138
-%global sourceupdate 3
+%global sourceupdate 4
 
 Name:           mame
 %if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
 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
+Source4:        http://mamedev.org/updates/0%{baseversion}u4_diff.zip
 %endif
 Patch0:         %{name}-fortify.patch
 Patch2:         %{name}-verbosebuild.patch
@@ -153,6 +153,7 @@
 install -d %{buildroot}%{_datadir}/%{name}/roms
 install -d %{buildroot}%{_datadir}/%{name}/samples
 install -d %{buildroot}%{_datadir}/%{name}/cheats
+install -d %{buildroot}%{_mandir}/man1
 install -d %{buildroot}%{_sysconfdir}/%{name}
 install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/cfg
 install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/comments
@@ -180,6 +181,10 @@
 do
 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 \
+    testkeys.1 %{buildroot}%{_mandir}/man1
+popd
 
 
 %clean
@@ -197,6 +202,7 @@
 %{_bindir}/%{name}
 %endif
 %{_datadir}/%{name}
+%{_mandir}/man1/mame.1*
 %{_sysconfdir}/skel/.%{name}
 
 %files tools
@@ -213,13 +219,23 @@
 %{_bindir}/%{name}-srcclean
 %{_bindir}/testkeys
 %{_bindir}/unidasm
+%{_mandir}/man1/chdman.1*
+%{_mandir}/man1/jedutil.1*
+%{_mandir}/man1/ldverify.1*
+%{_mandir}/man1/romcmp.1*
+%{_mandir}/man1/testkeys.1*
 
 #%files ldplayer
 #%defattr(-,root,root,-)
 #%{_bindir}/ldplayer
+#%{_mandir}/man1/ldplayer.1*
 
 
 %changelog
+* Thu Jul 22 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.138u4-1
+- Updated to 0.138u4
+- Install the new manpages
+
 * Thu Jul 08 2010 Julian Sikorski <belegdol at fedoraproject.org> - 0.138u3-1
 - Updated to 0.138u3
 - Updated the verbosebuild patch


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	8 Jul 2010 17:59:46 -0000	1.9
+++ sources	22 Jul 2010 19:07:24 -0000	1.10
@@ -2,3 +2,4 @@
 5e6ffa6b1e7016b21984aef654faa04a  0138u1_diff.zip
 5889117cc4a665ac0c25bb4a5c0580f9  0138u2_diff.zip
 b132cf0a572412c9d3af2b568a78dca4  0138u3_diff.zip
+ffd7ebfdff9cedcc8ec4b39ca2cfd422  0138u4_diff.zip



More information about the rpmfusion-commits mailing list