Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24539
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Thu Jul 22 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.138u4-1
- Updated to 0.138u4
- Install the new manpages
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 8 Jul 2010 18:00:05 -0000 1.8
+++ .cvsignore 22 Jul 2010 19:07:43 -0000 1.9
@@ -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/F-12/mame.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mame.spec 8 Jul 2010 18:52:51 -0000 1.9
+++ mame.spec 22 Jul 2010 19:07:43 -0000 1.10
@@ -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(a)fedoraproject.org> - 0.138u4-1
+- Updated to 0.138u4
+- Install the new manpages
+
* Thu Jul 08 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.138u3-1
- Updated to 0.138u3
- Updated the verbosebuild patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 Jul 2010 18:00:05 -0000 1.8
+++ sources 22 Jul 2010 19:07:43 -0000 1.9
@@ -2,3 +2,4 @@
5e6ffa6b1e7016b21984aef654faa04a 0138u1_diff.zip
5889117cc4a665ac0c25bb4a5c0580f9 0138u2_diff.zip
b132cf0a572412c9d3af2b568a78dca4 0138u3_diff.zip
+ffd7ebfdff9cedcc8ec4b39ca2cfd422 0138u4_diff.zip