Author: dtimms
Update of /cvs/free/rpms/gcube/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1371/EL-5
Modified Files:
.cvsignore sources
Added Files:
gcube-0.4-nostrip.patch gcube.spec
Log Message:
Initial import of dribble package
gcube-0.4-nostrip.patch:
--- NEW FILE gcube-0.4-nostrip.patch ---
--- 0.4/Makefile.rules.orig 2005-01-12 13:34:18.000000000 +0000
+++ 0.4/Makefile.rules 2006-10-25 23:00:13.000000000 +0100
@@ -81,7 +81,7 @@
default: gcmap bin2dol tplx isopack thpview gcube
-release: CFLAGS+=$(OPTFLAGS) -s
+release: CFLAGS+=$(OPTFLAGS)
profiler: CFLAGS+=$(PROFLAGS)
all: default
--- NEW FILE gcube.spec ---
Name: gcube
Version: 0.4
Release: 3%{?dist}
Summary: Nintendo Gamecube emulator
Group: Applications/Emulators
License: GPLv2
URL:
http://gcube.exemu.net
Source0:
http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
Patch0: gcube-0.4-nostrip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libGLU-devel
BuildRequires: libjpeg-devel
BuildRequires: SDL-devel >= 1.2.7
BuildRequires: zlib-devel
%description
A Nintendo Gamecube emulator which uses SDL
%prep
%setup -qn %{version}
%patch0 -p1
%build
make release %{?_smp_mflags} CPU="" ENABLE_SOUND=1 OPTFLAGS="%{optflags}
-fno-strict-aliasing" \
%ifarch ppc x86_64
ASM_X86=0
%else
ASM_X86=1
%endif
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m0755 bin2dol %{buildroot}%{_bindir}
install -m0755 gcmap %{buildroot}%{_bindir}
install -m0755 gcube %{buildroot}%{_bindir}
install -m0755 isopack %{buildroot}%{_bindir}
install -m0755 thpview %{buildroot}%{_bindir}
install -m0755 tplx %{buildroot}%{_bindir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%doc COPYING README README.debug
%changelog
* Wed Dec 12 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-3
- Minor spec changes for devel
- License change due to new guidelines
* Wed Oct 25 2006 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-2
- Dropped nasm buildrequire. Not actually used
- Added patch to not strip binaries for debuginfo packages
* Mon Oct 09 2006 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-1
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gcube/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 11:46:44 -0000 1.1
+++ .cvsignore 17 Aug 2008 14:51:55 -0000 1.2
@@ -0,0 +1 @@
+gcube-0.4-src.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gcube/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 11:46:44 -0000 1.1
+++ sources 17 Aug 2008 14:51:55 -0000 1.2
@@ -0,0 +1 @@
+e5c08cb4315b67b995afff1e3df47796 gcube-0.4-src.tar.bz2