rpms/sdlmess/devel sdlmess-bne.patch, NONE, 1.1 sdlmess-expat.patch, 1.1, 1.2 sdlmess.spec, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8665
Modified Files:
sdlmess-expat.patch sdlmess.spec
Added Files:
sdlmess-bne.patch
Log Message:
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
- Added ppc64 arch_flags
- Patched bne-- inline assembly to allow ppc64 build
- Updated the expat patch to make new rpm happy
sdlmess-bne.patch:
--- NEW FILE sdlmess-bne.patch ---
--- src/emu/eigccppc.h.bne~ 2008-03-02 01:35:58.000000000 +0100
+++ src/emu/eigccppc.h 2008-07-14 12:48:03.000000000 +0200
@@ -343,7 +343,7 @@
" cmpd %[compare], %[result] \n"
" bne 2f \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
"2: "
: [dummy] "+m" (*ptr) /* Lets GCC know that *ptr will be read/written in case it's not marked volatile */
, [result] "=&r" (result)
--- src/osd/sdl/osinline.h.bne~ 2008-06-29 00:26:53.000000000 +0200
+++ src/osd/sdl/osinline.h 2008-07-14 12:48:43.000000000 +0200
@@ -69,7 +69,7 @@
__asm__ __volatile__ (
"1: ldarx %[ret], 0, %[ptr] \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
: [ret] "=&r" (ret)
: [ptr] "r" (ptr)
, [exchange] "r" (exchange)
sdlmess-expat.patch:
Index: sdlmess-expat.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess-expat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess-expat.patch 3 Jun 2008 14:25:34 -0000 1.1
+++ sdlmess-expat.patch 14 Jul 2008 12:40:02 -0000 1.2
@@ -1,7 +1,7 @@
---- makefile.sdl~ 2007-08-14 17:25:18.000000000 +0200
-+++ makefile.sdl 2007-08-31 01:41:46.000000000 +0200
-@@ -99,10 +99,10 @@
- # PTR64 = 1
+--- makefile.sdl.expat~ 2008-07-14 14:33:46.000000000 +0200
++++ makefile.sdl 2008-07-14 14:33:46.000000000 +0200
+@@ -125,10 +125,10 @@
+ # BIGENDIAN = 1
# uncomment next line to build expat as part of MAME build
-BUILD_EXPAT = 1
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdlmess.spec 11 Jul 2008 11:25:17 -0000 1.2
+++ sdlmess.spec 14 Jul 2008 12:40:02 -0000 1.3
@@ -4,10 +4,13 @@
%ifarch ppc
%define arch_flags BIGENDIAN=1
%endif
+%ifarch ppc64
+%define arch_flags BIGENDIAN=1 PTR64=1
+%endif
Name: sdlmess
Version: 0126
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: SDL Multiple Emulator Super System
Group: Applications/Emulators
@@ -17,6 +20,7 @@
Source1: %{name}-ctrlr.tgz
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
+Patch2: %{name}-bne.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -59,6 +63,7 @@
%setup -qn %{name}%{version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
+%patch2 -p0 -b .bne~
# Create mess.ini file
cat > mess.ini << EOF
@@ -189,6 +194,11 @@
%changelog
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
+- Added ppc64 arch_flags
+- Patched bne-- inline assembly to allow ppc64 build
+- Updated the expat patch to make new rpm happy
+
* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
- Dropped DEBUGGER=1, it is default now
16 years, 4 months
rpms/sdlmame/F-8 sdlmame-bne.patch, NONE, 1.1 sdlmame-expat.patch, 1.1, 1.2 sdlmame.spec, 1.5, 1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7729
Modified Files:
sdlmame-expat.patch sdlmame.spec
Added Files:
sdlmame-bne.patch
Log Message:
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
- Patched bne-- inline assembly to allow ppc64 build
sdlmame-bne.patch:
--- NEW FILE sdlmame-bne.patch ---
--- src/emu/eigccppc.h.bne~ 2008-03-02 01:35:58.000000000 +0100
+++ src/emu/eigccppc.h 2008-07-14 12:48:03.000000000 +0200
@@ -343,7 +343,7 @@
" cmpd %[compare], %[result] \n"
" bne 2f \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
"2: "
: [dummy] "+m" (*ptr) /* Lets GCC know that *ptr will be read/written in case it's not marked volatile */
, [result] "=&r" (result)
--- src/osd/sdl/osinline.h.bne~ 2008-06-29 00:26:53.000000000 +0200
+++ src/osd/sdl/osinline.h 2008-07-14 12:48:43.000000000 +0200
@@ -69,7 +69,7 @@
__asm__ __volatile__ (
"1: ldarx %[ret], 0, %[ptr] \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
: [ret] "=&r" (ret)
: [ptr] "r" (ptr)
, [exchange] "r" (exchange)
sdlmame-expat.patch:
Index: sdlmame-expat.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame-expat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-expat.patch 9 Jun 2008 20:03:22 -0000 1.1
+++ sdlmame-expat.patch 14 Jul 2008 12:20:45 -0000 1.2
@@ -1,7 +1,7 @@
---- makefile~ 2007-07-26 20:18:36.000000000 -0700
-+++ makefile 2007-07-26 20:18:58.000000000 -0700
-@@ -99,10 +99,10 @@
- # PTR64 = 1
+--- makefile.expat~ 2008-07-14 10:53:06.000000000 +0200
++++ makefile 2008-07-14 10:53:06.000000000 +0200
+@@ -125,10 +125,10 @@
+ # BIGENDIAN = 1
# uncomment next line to build expat as part of MAME build
-BUILD_EXPAT = 1
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmame.spec 7 Jul 2008 09:39:59 -0000 1.5
+++ sdlmame.spec 14 Jul 2008 12:20:45 -0000 1.6
@@ -12,10 +12,13 @@
%ifarch ppc
%define arch_flags BIGENDIAN=1
%endif
+%ifarch ppc64
+%define arch_flags BIGENDIAN=1 PTR64=1
+%endif
Name: sdlmame
Version: 0126
-Release: 1%{?beta}%{?dist}
+Release: 3%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -24,6 +27,7 @@
Source0: http://rbelmont.mameworld.info/%{name}%{_version}.zip
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
+Patch2: %{name}-bne.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -68,6 +72,7 @@
%setup -qn %{name}%{_version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
+%patch2 -p0 -b .bne~
# Create mame.ini file
cat > mame.ini << EOF
@@ -179,6 +184,12 @@
%changelog
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
+- Patched bne-- inline assembly to allow ppc64 build
+
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
+- Added ppc64 arch_flags
+
* Mon Jul 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
16 years, 4 months
rpms/sdlmame/F-9 sdlmame-bne.patch, NONE, 1.1 sdlmame-expat.patch, 1.1, 1.2 sdlmame.spec, 1.5, 1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7329
Modified Files:
sdlmame-expat.patch sdlmame.spec
Added Files:
sdlmame-bne.patch
Log Message:
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
- Patched bne-- inline assembly to allow ppc64 build
sdlmame-bne.patch:
--- NEW FILE sdlmame-bne.patch ---
--- src/emu/eigccppc.h.bne~ 2008-03-02 01:35:58.000000000 +0100
+++ src/emu/eigccppc.h 2008-07-14 12:48:03.000000000 +0200
@@ -343,7 +343,7 @@
" cmpd %[compare], %[result] \n"
" bne 2f \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
"2: "
: [dummy] "+m" (*ptr) /* Lets GCC know that *ptr will be read/written in case it's not marked volatile */
, [result] "=&r" (result)
--- src/osd/sdl/osinline.h.bne~ 2008-06-29 00:26:53.000000000 +0200
+++ src/osd/sdl/osinline.h 2008-07-14 12:48:43.000000000 +0200
@@ -69,7 +69,7 @@
__asm__ __volatile__ (
"1: ldarx %[ret], 0, %[ptr] \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
: [ret] "=&r" (ret)
: [ptr] "r" (ptr)
, [exchange] "r" (exchange)
sdlmame-expat.patch:
Index: sdlmame-expat.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame-expat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-expat.patch 9 Jun 2008 20:04:30 -0000 1.1
+++ sdlmame-expat.patch 14 Jul 2008 12:19:02 -0000 1.2
@@ -1,7 +1,7 @@
---- makefile~ 2007-07-26 20:18:36.000000000 -0700
-+++ makefile 2007-07-26 20:18:58.000000000 -0700
-@@ -99,10 +99,10 @@
- # PTR64 = 1
+--- makefile.expat~ 2008-07-14 10:53:06.000000000 +0200
++++ makefile 2008-07-14 10:53:06.000000000 +0200
+@@ -125,10 +125,10 @@
+ # BIGENDIAN = 1
# uncomment next line to build expat as part of MAME build
-BUILD_EXPAT = 1
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmame.spec 7 Jul 2008 09:37:54 -0000 1.5
+++ sdlmame.spec 14 Jul 2008 12:19:02 -0000 1.6
@@ -12,10 +12,13 @@
%ifarch ppc
%define arch_flags BIGENDIAN=1
%endif
+%ifarch ppc64
+%define arch_flags BIGENDIAN=1 PTR64=1
+%endif
Name: sdlmame
Version: 0126
-Release: 1%{?beta}%{?dist}
+Release: 3%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -24,6 +27,7 @@
Source0: http://rbelmont.mameworld.info/%{name}%{_version}.zip
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
+Patch2: %{name}-bne.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -68,6 +72,7 @@
%setup -qn %{name}%{_version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
+%patch2 -p0 -b .bne~
# Create mame.ini file
cat > mame.ini << EOF
@@ -179,6 +184,12 @@
%changelog
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
+- Patched bne-- inline assembly to allow ppc64 build
+
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
+- Added ppc64 arch_flags
+
* Mon Jul 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
16 years, 4 months
rpms/sdlmame/devel sdlmame-bne.patch,NONE,1.1 sdlmame.spec,1.6,1.7
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2919
Modified Files:
sdlmame.spec
Added Files:
sdlmame-bne.patch
Log Message:
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
- Patched bne-- inline assembly to allow ppc64 build
sdlmame-bne.patch:
--- NEW FILE sdlmame-bne.patch ---
--- src/emu/eigccppc.h.bne~ 2008-03-02 01:35:58.000000000 +0100
+++ src/emu/eigccppc.h 2008-07-14 12:48:03.000000000 +0200
@@ -343,7 +343,7 @@
" cmpd %[compare], %[result] \n"
" bne 2f \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
"2: "
: [dummy] "+m" (*ptr) /* Lets GCC know that *ptr will be read/written in case it's not marked volatile */
, [result] "=&r" (result)
--- src/osd/sdl/osinline.h.bne~ 2008-06-29 00:26:53.000000000 +0200
+++ src/osd/sdl/osinline.h 2008-07-14 12:48:43.000000000 +0200
@@ -69,7 +69,7 @@
__asm__ __volatile__ (
"1: ldarx %[ret], 0, %[ptr] \n"
" stdcx. %[exchange], 0, %[ptr] \n"
- " bne-- 1b \n"
+ " bne- 1b \n"
: [ret] "=&r" (ret)
: [ptr] "r" (ptr)
, [exchange] "r" (exchange)
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sdlmame.spec 14 Jul 2008 08:27:19 -0000 1.6
+++ sdlmame.spec 14 Jul 2008 10:53:43 -0000 1.7
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0126
-Release: 2%{?beta}%{?dist}
+Release: 3%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -27,6 +27,7 @@
Source0: http://rbelmont.mameworld.info/%{name}%{_version}.zip
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
+Patch2: %{name}-bne.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -71,6 +72,7 @@
%setup -qn %{name}%{_version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
+%patch2 -p0 -b .bne~
# Create mame.ini file
cat > mame.ini << EOF
@@ -182,6 +184,9 @@
%changelog
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-3
+- Patched bne-- inline assembly to allow ppc64 build
+
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
- Added ppc64 arch_flags
16 years, 4 months
rpms/sdlmame/devel sdlmame-expat.patch,1.1,1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29189
Modified Files:
sdlmame-expat.patch
Log Message:
Recreated expat patch
sdlmame-expat.patch:
Index: sdlmame-expat.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame-expat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-expat.patch 9 Jun 2008 20:05:32 -0000 1.1
+++ sdlmame-expat.patch 14 Jul 2008 08:55:58 -0000 1.2
@@ -1,7 +1,7 @@
---- makefile~ 2007-07-26 20:18:36.000000000 -0700
-+++ makefile 2007-07-26 20:18:58.000000000 -0700
-@@ -99,10 +99,10 @@
- # PTR64 = 1
+--- makefile.expat~ 2008-07-14 10:53:06.000000000 +0200
++++ makefile 2008-07-14 10:53:06.000000000 +0200
+@@ -125,10 +125,10 @@
+ # BIGENDIAN = 1
# uncomment next line to build expat as part of MAME build
-BUILD_EXPAT = 1
16 years, 4 months
rpms/sdlmame/devel sdlmame.spec,1.5,1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27560
Modified Files:
sdlmame.spec
Log Message:
* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
- Added ppc64 arch_flags
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmame.spec 7 Jul 2008 09:39:29 -0000 1.5
+++ sdlmame.spec 14 Jul 2008 08:27:19 -0000 1.6
@@ -12,10 +12,13 @@
%ifarch ppc
%define arch_flags BIGENDIAN=1
%endif
+%ifarch ppc64
+%define arch_flags BIGENDIAN=1 PTR64=1
+%endif
Name: sdlmame
Version: 0126
-Release: 1%{?beta}%{?dist}
+Release: 2%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -179,6 +182,9 @@
%changelog
+* Mon Jul 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-2
+- Added ppc64 arch_flags
+
* Mon Jul 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
16 years, 4 months
rpms/qmc2/EL-5 qmc2-ini.patch, NONE, 1.1 qmc2.png, NONE, 1.1 qmc2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/qmc2/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3279
Modified Files:
.cvsignore sources
Added Files:
qmc2-ini.patch qmc2.png qmc2.spec
Log Message:
testimport for testbuilding EL-5
qmc2-ini.patch:
--- NEW FILE qmc2-ini.patch ---
--- inst/qmc2.ini.template.ini~ 2007-10-16 15:38:29.000000000 +0200
+++ inst/qmc2.ini.template 2008-06-29 16:59:47.000000000 +0200
@@ -1,5 +1,27 @@
[Frontend]
FilesAndDirectories\DataDirectory=DATADIR/qmc2/
+FilesAndDirectories\EmuInfoDB=DATADIR/mame/mameinfo.dat
+FilesAndDirectories\GameInfoDB=DATADIR/mame/history.dat
FilesAndDirectories\OptionsTemplateFile=DATADIR/qmc2/opt/template.xml
FilesAndDirectories\PreviewDirectory=DATADIR/qmc2/prv/
FilesAndDirectories\FlyerDirectory=DATADIR/qmc2/fly/
+GUI\Style=Windows
+
+[MAME]
+Configuration\Global\rompath="DATADIR/mame/roms;DATADIR/mame/chds"
+Configuration\Global\samplepath=DATADIR/mame/samples
+Configuration\Global\artpath="DATADIR/mame/artwork;DATADIR/mame/effects"
+Configuration\Global\cheat_file=DATADIR/mame/cheat.dat
+Configuration\Global\ctrlrpath=DATADIR/mame/ctrlr
+Configuration\Global\cfg_directory=$HOME/.mame/cfg
+Configuration\Global\comment_directory=$HOME/.mame/comments
+Configuration\Global\diff_directory=$HOME/.mame/diff
+Configuration\Global\inipath="$HOME/.mame/ini;/etc/mame"
+Configuration\Global\input_directory=$HOME/.mame/inp
+Configuration\Global\memcard_directory=$HOME/.mame/memcard
+Configuration\Global\nvram_directory=$HOME/.mame/nvram
+Configuration\Global\snapshot_directory=$HOME/.mame/snap
+Configuration\Global\state_directory=$HOME/.mame/sta
+Configuration\Global\video=opengl
+FilesAndDirectories\ROMPath="DATADIR/mame/roms;DATADIR/mame/chds"
+FilesAndDirectories\ExecutableFile=/usr/bin/mame
--- NEW FILE qmc2.spec ---
%define beta b3
Name: qmc2
Version: 0.2
Release: 0.3.%{beta}%{?dist}
Summary: M.A.M.E. Catalog / Launcher II
Group: Applications/Emulators
License: GPLv2
URL: http://www.mameworld.net/mamecat
Source0: http://dl.sourceforge.net/qmc2/%{name}-%{version}.%{beta}.tar.bz2
Source1: %{name}.png
Patch1: qmc2-ini.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils, rsync, qt4-devel >= 4.2.2
BuildRequires: SDL-devel
Requires: hicolor-icon-theme, dribble-menus, sdlmame
%description
QMC2 is a Qt4 based UNIX MAME frontend supporting both XMAME and SDLMAME.
%prep
%setup -qn %{name}
%patch1 -p0 -b .ini~
# create qmc2 desktop file
cat > %{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{name}
GenericName=M.A.M.E. Catalog / Launcher II
Comment=SDL MAME Frontend
Exec=%{name}
Icon=%{name}.png
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF
%build
QTDIR=%{_prefix} make %{?_smp_mflags} CTIME=0 DISTCFG=1\
PREFIX=%{_prefix} SYSCONFDIR=%{_sysconfdir}
%install
rm -rf $RPM_BUILD_ROOT
QTDIR=%{_prefix} make install DESTDIR=$RPM_BUILD_ROOT DISTCFG=1\
CTIME=0 PREFIX=%{_prefix} SYSCONFDIR=%{_sysconfdir}
# remove docs since we are intalling docs in %doc
pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
rm -fr doc
ln -s ../doc/%{name}-%{version} doc
popd
# install fedora desktop file
desktop-file-install --vendor=dribble \
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
%{name}.desktop
# install icon
install -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
#fix the executable permissions
chmod 755 $RPM_BUILD_ROOT%{_bindir}/%{name}
%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc data/doc/html
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/applications/*.desktop
%changelog
* Mon Jul 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.3.b3
- Updated to 0.2b3
- Dropped the qt4 patch, use DISTCFG instead
- Updated the ini patch to include dat files location
- Added SDL-devel to BuildRequires
* Sat May 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.2.b2
- Updated to 0.2b2
- Dropped %%{?dist} from %%changelog
- Added hyphen before version number in %%changelog
* Wed Mar 26 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.1.b1
- Updated to 0.2b1
- Dropped the ini fix since it has been merged upstream
* Sat Feb 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-4
- Updated the inipaths to reflect the post-0.123u1 SDLMAME configuration
* Sat Feb 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-3
- Replaced the previous workaround with a proper fix from upstream
* Mon Feb 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-2
- Updated the ini path to fix import/export feature
* Wed Feb 6 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-1
- Upstream sync
* Thu Jan 31 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-0.10.b11
- Upstream sync
- Drop backup files deletion, there are none present
- Adjusted the License tag
- Fixed the executable permissions
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.9.b10
- Upstream sync
- Remove no longer needed qt43 patch
* Mon Jul 02 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.8.b9
- Add patch to fix Qt-4.3 segmentation fault
* Sun Apr 22 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.7.b9
- Remove style from desktop file and add it to ini file instead
- Dribble Bugzilla #89
* Fri Mar 30 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.6.b9
- Upstream sync
- Remove no longer needed datadir patch
* Sun Mar 11 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.5.b8
- Update desktop category
- Include new paths in ini file
- Add patch to fix DATADIR parsing in Makefile
* Fri Feb 23 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.4.b8
- Upstream sync
- Update Source0 URL
- Remove patches which are now included in upstream
- Move creation of desktop file to %%prep
- Sync ini patch with new ini template
* Wed Jan 31 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.3.b7
- Fix ini patch
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> - 0.1-0.2.b7
- Make opengl default video mode
- Remove macros from Patch tags
- Move creation of .desktop file into %%build
- Fix Categories field in .desktop file
- Remove Version field from .desktop file
- Fix documentation
* Sun Dec 24 2006 XulChris <tkmame(a)retrogames.com> - 0.1-0.1.b7
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 15:51:49 -0000 1.1
+++ .cvsignore 13 Jul 2008 14:12:00 -0000 1.2
@@ -0,0 +1 @@
+qmc2-0.2.b3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 15:51:49 -0000 1.1
+++ sources 13 Jul 2008 14:12:01 -0000 1.2
@@ -0,0 +1 @@
+136eaacb66e8661516bb5e65184e5dd1 qmc2-0.2.b3.tar.bz2
16 years, 4 months
rpms/sdlmess/F-8 .cvsignore, 1.2, 1.3 sdlmess.spec, 1.1, 1.2 sources, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22018
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
- Dropped DEBUGGER=1, it is default now
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jun 2008 14:19:57 -0000 1.2
+++ .cvsignore 11 Jul 2008 11:25:34 -0000 1.3
@@ -1,2 +1,2 @@
+sdlmess0126.zip
sdlmess-ctrlr.tgz
-sdlmess0125.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/sdlmess.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess.spec 4 Jun 2008 14:19:57 -0000 1.1
+++ sdlmess.spec 11 Jul 2008 11:25:34 -0000 1.2
@@ -6,7 +6,7 @@
%endif
Name: sdlmess
-Version: 0125
+Version: 0126
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -105,7 +105,7 @@
%build
-make %{?arch_flags} DEBUG=1 DEBUGGER=1 SYMBOLS=1 \
+make %{?arch_flags} DEBUG=1 SYMBOLS=1 \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
make %{?arch_flags} \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
@@ -189,6 +189,10 @@
%changelog
+* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
+- Updated to 0.126
+- Dropped DEBUGGER=1, it is default now
+
* Fri May 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0125-1
- Updated to 0.125
- Dropped %%{?dist} from %%changelog
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Jun 2008 14:19:57 -0000 1.2
+++ sources 11 Jul 2008 11:25:34 -0000 1.3
@@ -1,2 +1,2 @@
+3ae250eb09dd9c2f899df9c926449c89 sdlmess0126.zip
70e84f8b66869df52092d3f72ffe9ef4 sdlmess-ctrlr.tgz
-580b91a1f99e9f42ca404b010ce4a3ca sdlmess0125.zip
16 years, 4 months
rpms/sdlmess/devel .cvsignore, 1.2, 1.3 sdlmess.spec, 1.1, 1.2 sources, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21941
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
- Dropped DEBUGGER=1, it is default now
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Jun 2008 14:25:34 -0000 1.2
+++ .cvsignore 11 Jul 2008 11:25:17 -0000 1.3
@@ -1,2 +1,2 @@
+sdlmess0126.zip
sdlmess-ctrlr.tgz
-sdlmess0125.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess.spec 3 Jun 2008 14:25:34 -0000 1.1
+++ sdlmess.spec 11 Jul 2008 11:25:17 -0000 1.2
@@ -6,7 +6,7 @@
%endif
Name: sdlmess
-Version: 0125
+Version: 0126
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -105,7 +105,7 @@
%build
-make %{?arch_flags} DEBUG=1 DEBUGGER=1 SYMBOLS=1 \
+make %{?arch_flags} DEBUG=1 SYMBOLS=1 \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
make %{?arch_flags} \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
@@ -189,6 +189,10 @@
%changelog
+* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
+- Updated to 0.126
+- Dropped DEBUGGER=1, it is default now
+
* Fri May 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0125-1
- Updated to 0.125
- Dropped %%{?dist} from %%changelog
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Jun 2008 14:25:34 -0000 1.2
+++ sources 11 Jul 2008 11:25:17 -0000 1.3
@@ -1,2 +1,2 @@
+3ae250eb09dd9c2f899df9c926449c89 sdlmess0126.zip
70e84f8b66869df52092d3f72ffe9ef4 sdlmess-ctrlr.tgz
-580b91a1f99e9f42ca404b010ce4a3ca sdlmess0125.zip
16 years, 4 months
rpms/sdlmess/F-9 .cvsignore, 1.2, 1.3 sdlmess.spec, 1.1, 1.2 sources, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21858
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
- Updated to 0.126
- Dropped DEBUGGER=1, it is default now
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jun 2008 14:16:45 -0000 1.2
+++ .cvsignore 11 Jul 2008 11:24:53 -0000 1.3
@@ -1,2 +1,2 @@
+sdlmess0126.zip
sdlmess-ctrlr.tgz
-sdlmess0125.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sdlmess.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess.spec 4 Jun 2008 14:16:45 -0000 1.1
+++ sdlmess.spec 11 Jul 2008 11:24:53 -0000 1.2
@@ -6,7 +6,7 @@
%endif
Name: sdlmess
-Version: 0125
+Version: 0126
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -105,7 +105,7 @@
%build
-make %{?arch_flags} DEBUG=1 DEBUGGER=1 SYMBOLS=1 \
+make %{?arch_flags} DEBUG=1 SYMBOLS=1 \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
make %{?arch_flags} \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
@@ -189,6 +189,10 @@
%changelog
+* Mon Jul 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0126-1
+- Updated to 0.126
+- Dropped DEBUGGER=1, it is default now
+
* Fri May 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0125-1
- Updated to 0.125
- Dropped %%{?dist} from %%changelog
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Jun 2008 14:16:45 -0000 1.2
+++ sources 11 Jul 2008 11:24:53 -0000 1.3
@@ -1,2 +1,2 @@
+3ae250eb09dd9c2f899df9c926449c89 sdlmess0126.zip
70e84f8b66869df52092d3f72ffe9ef4 sdlmess-ctrlr.tgz
-580b91a1f99e9f42ca404b010ce4a3ca sdlmess0125.zip
16 years, 4 months