Advertisement
Guest User

0ad-data

a guest
Jan 5th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Name: 0ad-data
  2. Version: r10803
  3. Release: 1.0
  4. License: GNU GPL v2 or later
  5. Group: Amusements/Games/Strategy/Real Time
  6. Url: http://wildfiregames.com/0ad/
  7. Source: 0ad-%{version}-alpha-unix-data.tar.gz
  8. BuildArch: noarch
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-build
  10.  
  11. %if 0%{?suse_version}
  12. BuildRequires: fdupes
  13. %endif
  14.  
  15. Requires: 0ad
  16. Summary: The Data Files for 0 A.D.
  17.  
  18. %description
  19. 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform real-time
  20. strategy (RTS) game of ancient warfare. In short, it is a historically-based
  21. war/economy game that allows players to relive or rewrite the history of Western
  22. civilizations, focusing on the years between 500 B.C. and 500 A.D. The project is
  23. highly ambitious, involving state-of-the-art 3D graphics, detailed artwork, sound,
  24. and a flexible and powerful custom-built game engine.
  25.  
  26. The game has been in development by Wildfire Games (WFG), a group of volunteer,
  27. hobbyist game developers, since 2001. The code and data are available under the GPL
  28. license, and the art, sound and documentation are available under CC-BY-SA. In short,
  29. we consider 0 A.D. an an educational celebration of game development and ancient
  30. history.
  31.  
  32.  
  33. %prep
  34. %setup -q -n 0ad-%{version}-alpha
  35.  
  36. %build
  37.  
  38. %install
  39. %__mkdir_p %{buildroot}%{_datadir}
  40. %__mv binaries/data %{buildroot}%{_datadir}/0ad
  41.  
  42. %if 0%{?suse_version}
  43. %fdupes %{buildroot}%{_datadir}/0ad
  44. %endif
  45.  
  46. %clean
  47. test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
  48.  
  49. %files
  50. %defattr(-,root,root)
  51. %{_datadir}/0ad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement