|
|
1.1 ! root 1: # ! 2: # RPM spec file for Hatari ! 3: # ! 4: # This file and all modifications and additions to the pristine ! 5: # package are under the same license as the package itself. ! 6: # ! 7: ! 8: BuildRequires: bash coreutils cpio cpp diffutils file filesystem findutils glibc glibc-devel grep groff gzip libgcc m4 make man mktemp patch readline sed tar unzip util-linux zlib zlib-devel SDL SDL-devel autoconf binutils gcc libtool rpm ! 9: ! 10: Name: hatari ! 11: URL: http://hatari.berlios.de/ ! 12: License: GPL ! 13: Group: System/Emulators/Other ! 14: Autoreqprov: on ! 15: Version: 1.5.0 ! 16: Release: 1 ! 17: Summary: an Atari ST emulator suitable for playing games ! 18: Source: %{name}-%{version}.tar.gz ! 19: #Patch: %{name}-%{version}.dif ! 20: BuildRoot: %{_tmppath}/%{name}-%{version}-build ! 21: Prefix: /usr ! 22: ! 23: %description ! 24: Hatari is an emulator for the Atari ST, STE, TT and Falcon computers. ! 25: The Atari ST was a 16/32 bit computer system which was first released by Atari ! 26: in 1985. Using the Motorola 68000 CPU, it was a very popular computer having ! 27: quite a lot of CPU power at that time. ! 28: Unlike many other Atari ST emulators which try to give you a good environment ! 29: for running GEM applications, Hatari tries to emulate the hardware of a ST as ! 30: close as possible so that it is able to run most of the old ST games and demos. ! 31: ! 32: %prep ! 33: %setup ! 34: #%patch ! 35: ! 36: %build ! 37: # LDFLAGS="-static" LIBS=`sdl-config --static-libs` \ ! 38: CFLAGS="-O3 -fomit-frame-pointer" \ ! 39: ./configure --prefix=/usr --sysconfdir=/etc ! 40: make ! 41: ! 42: %install ! 43: rm -rf $RPM_BUILD_ROOT ! 44: make install DESTDIR=$RPM_BUILD_ROOT ! 45: ! 46: %clean ! 47: rm -rf $RPM_BUILD_ROOT ! 48: ! 49: %files ! 50: %defattr(-,root,root) ! 51: /usr/bin/hatari ! 52: /usr/share/hatari ! 53: %doc %_mandir/man1/hatari.1* ! 54: %dir %_docdir/%{name} ! 55: %_docdir/%{name}/*.txt ! 56: %_docdir/%{name}/*.html ! 57: %dir %_docdir/%{name}/images ! 58: %_docdir/%{name}/images/*.png ! 59: ! 60: %changelog -n hatari ! 61: ! 62: * Tue Jul 19 2011 - Nicolas Pomarede ! 63: - Hatari version 1.5.0 ! 64: ! 65: * Sat Jun 12 2010 - Nicolas Pomarede ! 66: - Hatari version 1.4.0 ! 67: ! 68: * Sat Sep 05 2009 - Thomas Huth ! 69: - Hatari version 1.3.1 ! 70: ! 71: * Sun Aug 16 2009 - Thomas Huth ! 72: - Hatari version 1.3.0 ! 73: ! 74: * Sat Jan 24 2009 - Thomas Huth ! 75: - Hatari version 1.2.0 ! 76: ! 77: * Sat Nov 29 2008 - Thomas Huth ! 78: - Hatari version 1.1.0 ! 79: ! 80: * Wed Jan 02 2008 - Thomas Huth ! 81: - Adapted RPM to the latest source code level (aiming at version 1.0.0) ! 82: ! 83: * Sun May 06 2007 - Thomas Huth ! 84: - Adapted spec file to be able to build Hatari with RedHat, too ! 85: ! 86: * Sun Aug 27 2006 - Thomas Huth ! 87: - Upgraded to version 0.90 ! 88: ! 89: * Tue Oct 18 2005 - Thomas Huth ! 90: - initial package
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.