hitori-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. %define pkg_version 0.2.5
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: A logic game similar to Sudoku
  4. Summary(ja): 数独に類似した論理ゲーム
  5. Name: hitori
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/hitori/0.2/%{name}-%{version}.tar.bz2
  9. License: GPLv3+
  10. Group: Applications/Games
  11. URL: http://live.gnome.org/Hitori
  12. Requires: gtk2
  13. BuildRequires: gtk2-devel
  14. BuildRequires: gnome-doc-utils
  15. BuildRequires: which
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. Hitori is a small application written to allow one to play the eponymous puzzle game, which is similar in theme to more popular puzzles such as Sudoku.
  22. %description -l ja
  23. Hitori は数独のようなより人気のあるパズルとテーマにおいて類似した小さなゲームアプリケーションです。
  24. %prep
  25. %setup -q
  26. %build
  27. %configure
  28. %{__make} %{?_smp_mflags}
  29. %install
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  32. %find_lang %{name} --with-gnome
  33. %clean
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %files -f %{name}.lang
  36. %defattr(-,root,root)
  37. %doc COPYING ChangeLog NEWS README
  38. %{_bindir}/hitori
  39. %{_datadir}/applications/hitori.desktop
  40. %{_datadir}/hitori/hitori.ui
  41. %{_datadir}/icons/hicolor/*/*/*
  42. %changelog
  43. * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
  44. - new upstream release
  45. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
  46. - new upstream release
  47. - fix %install and %files
  48. * Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
  49. - initial build for Vine Linux