Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7053
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Wed Oct 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-1
- Updated to 0.128
- Switched to the ctrlr files from
http://www.kutek.net/mame32_config_files.php
- The -debug subpackage no longer depends on -debuginfo
- Added %{?_smp_mflags} once again
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 30 Aug 2008 20:00:44 -0000 1.4
+++ .cvsignore 22 Oct 2008 08:24:49 -0000 1.5
@@ -1,2 +1,2 @@
-sdlmess0127.zip
-sdlmess-ctrlr.tgz
+ctrlr.rar
+sdlmess0128.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/sdlmess.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmess.spec 29 Aug 2008 08:30:11 -0000 1.5
+++ sdlmess.spec 22 Oct 2008 08:24:49 -0000 1.6
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0127
+Version: 0128
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -17,13 +17,13 @@
License: MAME License
URL:
http://rbelmont.mameworld.info/?page_id=163
Source0:
http://rbelmont.mameworld.info/sdlmess%{version}.zip
-Source1: %{name}-ctrlr.tgz
+Source1: ctrlr.rar
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
+BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel unrar
BuildRequires: GConf2-devel
%description
@@ -53,7 +53,6 @@
%package debug
Summary: Debug enabled version of sdlmess
Group: Applications/Emulators
-Requires(hint): %{name}-debuginfo = %{version}-%{release}
%description debug
%{summary}.
@@ -110,9 +109,9 @@
%build
-make %{?arch_flags} DEBUG=1 SYMBOLS=1 \
+make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 \
OPT_FLAGS='%{optflags}
-DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
-make %{?arch_flags} \
+make %{?_smp_mflags} %{?arch_flags} \
OPT_FLAGS='%{optflags}
-DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
@@ -151,8 +150,7 @@
install -pm 644 %{SOURCE1} .
# Install controller files
-tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mess/ctrlr \
- --file %{SOURCE1}
+unrar x %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/mess
%clean
@@ -196,6 +194,12 @@
%changelog
+* Wed Oct 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-1
+- Updated to 0.128
+- Switched to the ctrlr files from
http://www.kutek.net/mame32_config_files.php
+- The -debug subpackage no longer depends on -debuginfo
+- Added %%{?_smp_mflags} once again
+
* Fri Aug 29 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
- Updated to 0.127
- Dropped cheat_file and added cheatpath to the default ini
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 30 Aug 2008 20:00:44 -0000 1.4
+++ sources 22 Oct 2008 08:24:49 -0000 1.5
@@ -1,2 +1,2 @@
-bee445674823501ebaf5df3b446a44fc sdlmess0127.zip
-70e84f8b66869df52092d3f72ffe9ef4 sdlmess-ctrlr.tgz
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+00f6bbca85183a56c7160bc03b3631e0 sdlmess0128.zip