hitori-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. %define pkg_version 0.4.3
  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.4/%{name}-%{version}.tar.xz
  9. License: GPLv3+
  10. Group: Applications/Games
  11. URL: http://live.gnome.org/Hitori
  12. BuildRequires: gtk3-devel
  13. BuildRequires: yelp-tools
  14. BuildRequires: which
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi
  19. %description
  20. 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.
  21. %description -l ja
  22. Hitori は数独のようなより人気のあるパズルとテーマにおいて類似した小さなゲームアプリケーションです。
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. %{__make} %{?_smp_mflags}
  28. %install
  29. %{__rm} -rf ${RPM_BUILD_ROOT}
  30. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  31. %find_lang %{name} --with-gnome
  32. %clean
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. %files -f %{name}.lang
  35. %defattr(-,root,root)
  36. %doc COPYING ChangeLog NEWS README
  37. %{_bindir}/hitori
  38. %{_datadir}/appdata/hitori.appdata.xml
  39. %{_datadir}/applications/hitori.desktop
  40. %{_datadir}/hitori/hitori.ui
  41. %{_datadir}/icons/hicolor/*/*/*
  42. %changelog
  43. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
  44. - new upstream release
  45. * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
  46. - new upstream release
  47. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
  48. - new upstream release
  49. * Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  50. - new upstream release
  51. - change BuildRequires: yelp-tools instead of gome-doc-utils
  52. * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.1-1
  53. - new upstream release
  54. - change BuildRequires: gtk3-devel instead of gtk2-devel
  55. * Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.6-1
  56. - new upstream release
  57. * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
  58. - new upstream release
  59. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
  60. - new upstream release
  61. - fix %install and %files
  62. * Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
  63. - initial build for Vine Linux