megazeux.spec 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Name: megazeux
  2. Version: 2.84c
  3. Release: 1%{?dist}
  4. Summary: A simple game creation system (GCS)
  5. Group: Amusements/Games
  6. License: GPLv2+
  7. URL: http://digitalmzx.net/
  8. Source: megazeux-2.84c.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: SDL-devel
  11. BuildRequires: libvorbis-devel
  12. BuildRequires: libpng-devel
  13. BuildRequires: zlib-devel
  14. %description
  15. MegaZeux is a Game Creation System (GCS), inspired by Epic MegaGames' ZZT,
  16. first released by Gregory Janson in 1994. It was recently ported from 16bit
  17. MSDOS C/ASM to portable SDL C/C++, improving its platform support and
  18. hardware compatibility.
  19. Many features have been added since the original DOS version, and with the
  20. help of an intuitive editor and a simple but powerful object-oriented
  21. programming language, MegaZeux allows you to create your own ANSI-esque games
  22. regardless of genre. It is actively maintained by a thriving community.
  23. See http://digitalmzx.net/ for more information.
  24. %prep
  25. %setup -q
  26. %build
  27. ./config.sh --platform unix --as-needed-hack \
  28. --enable-release
  29. %{__make}
  30. %install
  31. rm -rf "$RPM_BUILD_ROOT"
  32. make install DESTDIR=${RPM_BUILD_ROOT}
  33. %clean
  34. rm -rf "$RPM_BUILD_ROOT"
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc docs/changelog.txt docs/macro.txt
  38. %{_bindir}/
  39. %{_prefix}/games
  40. %{_libdir}/megazeux
  41. %{_datadir}/megazeux
  42. %{_datadir}/icons/megazeux.png
  43. %{_sysconfdir}/megazeux-config
  44. %changelog
  45. * Sat Dec 22 2012 Alistair John Strachan <alistair@devzero.co.uk> 2.84c-1
  46. - new upstream version
  47. * Sat Jun 02 2012 Alistair John Strachan <alistair@devzero.co.uk> 2.84-1
  48. - new upstream version
  49. * Sat Nov 26 2009 Alistair John Strachan <alistair@devzero.co.uk> 2.83-1
  50. - new upstream version
  51. * Thu Nov 27 2008 Alistair John Strachan <alistair@devzero.co.uk> 2.82b-1
  52. - initial RPM release