Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11145
Modified Files:
.cvsignore mednafen.spec sources
Log Message:
* Wed Jun 15 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.17-0.1
- Updated to 0.9.17-WIP
- Updated the License tag
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-14/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 9 Jul 2009 21:02:21 -0000 1.6
+++ .cvsignore 15 Jun 2011 21:49:56 -0000 1.7
@@ -1 +1 @@
-mednafen-0.8.C.tar.bz2
+mednafen-0.9.17-wip.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-14/mednafen.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mednafen.spec 29 Apr 2010 18:26:20 -0000 1.10
+++ mednafen.spec 15 Jun 2011 21:49:56 -0000 1.11
@@ -1,13 +1,13 @@
-%define _version 0.8.C
-
Name: mednafen
-Version: 0.8.12
-Release: 2.%{_version}%{?dist}
+Version: 0.9.17
+Release: 0.1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
-License: GPLv2+
+#mednafen is a monstrosity build out of many emulators hence the colourful licensing
+License: GPLv2+ and BSD and ISC and LGPLv2+ and MIT and zlib
URL:
http://mednafen.sourceforge.net
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
+#Get it here:
http://forum.fobby.net/index.php?t=thread&frm_id=4
+Source0: %{name}-%{version}-wip.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -18,10 +18,6 @@
BuildRequires: zlib-devel
BuildRequires: jack-audio-connection-kit-devel
-%if 0%{?fedora} >= 11
-ExcludeArch: ppc64
-%endif
-
%description
A portable command-line driven, multi-system emulator which uses OpenGL and
SDL. It emulates the following:
@@ -35,6 +31,10 @@
* TurboGrafx 16 (CD)
* SuperGrafx
* PC-FX
+* WonderSwan (Color)
+* Sega Genesis
+* Nintendo Virtual Boy
+* Super NES
Mednafen has the ability to remap hotkey functions and virtual system
inputs to a keyboard, a joystick or both simultaneously. Save states are
supported, as is real-time game rewinding. Screen snapshots may be taken at the
@@ -47,7 +47,7 @@
%setup -q -n %{name}
# Permission cleanups for debuginfo
-chmod -x src/wswan/dis/*
+find \( -name \*.c\* -or -name \*.h\* \) -exec chmod -x {} \;
%build
@@ -58,6 +58,11 @@
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+
+# Documentation cleanup
+rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
+ Documentation/Makefile.* Documentation/docgen.inc
+
%find_lang %{name}
@@ -68,10 +73,15 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
+%{_datadir}/%{name}
%doc AUTHORS ChangeLog COPYING TODO Documentation/*
%changelog
+* Wed Jun 15 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.17-0.1
+- Updated to 0.9.17-WIP
+- Updated the License tag
+
* Thu Apr 29 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.8.12-2.0.8.C
- Rebuilt for new libcdio
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-14/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 9 Jul 2009 21:02:21 -0000 1.6
+++ sources 15 Jun 2011 21:49:56 -0000 1.7
@@ -1 +1 @@
-e8f4b6ba7ed2eca399b02578e1803831 mednafen-0.8.C.tar.bz2
+8329fdaab54a8ba8ea3e3ca920fb8dc7 mednafen-0.9.17-wip.tar.bz2