atilo-vl.spec 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Summary: A program that plays Othello/Reversi
  2. Summary(ja): リバーシゲーム
  3. Name: atilo
  4. Version: 1.1
  5. Release: 3%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Games
  8. Source0: ftp://download.sourceforge.net/pub/sourceforge/atilo/%{name}-%{version}.tar.gz
  9. Source1: %{name}.desktop
  10. Source2: %{name}.png
  11. BuildRequires: gtk2-devel
  12. URL: http://atilo.sourceforge.net/
  13. Buildroot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. This program allows the user to play the game of Othello/Reversi
  18. against his computer.
  19. %description -l ja
  20. コンピューター相手のリバーシゲームが出来ます。
  21. %prep
  22. %setup -q
  23. %build
  24. unset DEBUG
  25. make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %{__make} install \
  29. DESTDIR=$RPM_BUILD_ROOT
  30. # add desktop
  31. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
  32. install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
  33. # add desktop icon
  34. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
  35. install -p -m0644 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/pixmaps/%{name}.png
  36. %files
  37. %doc AUTHOR README
  38. %{_bindir}/*
  39. %{_datadir}/
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %changelog
  43. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.1-3vl5
  44. - applied new versioning policy, spec in utf-8
  45. * Tue Aug 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1-2vl2
  46. - rebuilt for Vine Seed (4.0)
  47. - added BuildRequires: gtk2-devel
  48. - changed Group to Applications/Games
  49. * Fri Feb 18 2005 OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp> - 1.1-2vl1
  50. - add ja summary and description
  51. - add desktop entry and icon