Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > bbe68a69ab366595f7867bc1b7c86c20 > files > 3

pearpc-0.3.1-1mdk.src.rpm

%define name pearpc
%define version 0.3.1
%define release 1mdk

Summary: PowerPC emulator
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch: pearpc-0.2-default.config.patch.bz2
License: GPL
Group: Emulators
Url: http://pearpc.sf.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: qt3-devel
BuildRequires: flex
%ifarch %ix86
BuildRequires: nasm
%endif

%description
Experimental emulator of PowerPC hardware, capable of running at least
MacOS X, Mandrakelinux PPC and Darwin.

%prep
%setup -q
%patch -p1

%build
%configure2_5x --enable-gui=qt \
%ifarch %ix86
	--enable-cpu=jitc_x86
%endif

%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
mkdir -p %buildroot%_datadir/%name
install video.x %buildroot%_datadir/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO ppccfg.example
%_bindir/ppc
%_mandir/man1/ppc.1*
%_datadir/%name

%changelog
* Mon Sep  6 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.3.1-1mdk
- New release 0.3.1

* Fri Aug 13 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.3.0-1mdk
- New release 0.3.0

* Tue Jun 15 2004 Götz Waschk <waschk@linux-mandrake.com> 0.2.0-1mdk
- add man page
- fix configure call
- rediff patch
- New release 0.2.0

* Fri Jun  4 2004 Götz Waschk <waschk@linux-mandrake.com> 0.1.2-2mdk
- rebuild for new g++

* Thu May 20 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.1.2-1mdk
- New release 0.1.2

* Fri May 14 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.1.1-1mdk
- New release 0.1.1

* Wed May 12 2004 Götz Waschk <waschk@linux-mandrake.com> 0.1-2mdk
- fix buildrequires

* Wed May 12 2004 Götz Waschk <waschk@linux-mandrake.com> 0.1-1mdk
- initial packages