gnome-games-extra-data-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. %define pkg_version 3.2.0
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: Extra data files for the gnome-games
  4. Summary(ja): gnome-games 用追加データファイル集
  5. Name: gnome-games-extra-data
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz
  9. License: GPL
  10. Group: Applications/Games
  11. URL: http://live.gnome.org/GnomeGamesExtraData/
  12. Requires: gnome-games >= 3.0.0
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildArch: noarch
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi
  18. %description
  19. This package contains extra data files for the gnome-games package. At the moment this is almost entirely extra themes and artwork for the games. Releases of gnome-games-extra-data correspond to a specific release of GnomeGames.
  20. %description -l ja
  21. このパッケージは gnome-games パッケージのための追加データファイル集です。ゲーム用の追加テーマ及びアートワークです。gnome-games-extra-data のリリースは特定の gnome-games のリリースと一致しています。
  22. %prep
  23. %setup -q
  24. %build
  25. %configure
  26. %{__make} %{?_smp_mflags}
  27. %install
  28. %{__rm} -rf ${RPM_BUILD_ROOT}
  29. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  30. %clean
  31. %{__rm} -rf ${RPM_BUILD_ROOT}
  32. %files
  33. %defattr(-,root,root)
  34. %doc AUTHORS COPYING ChangeLog NEWS README
  35. %{_datadir}/gnome-games/glines/pixmaps/*.png
  36. %{_datadir}/gnome-games/gnobots2/themes/*.png
  37. %{_datadir}/gnome-games/iagno/pixmaps/*.png
  38. %{_datadir}/gnome-games/mahjongg/pixmaps/*.png
  39. %changelog
  40. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  41. - new upstream release
  42. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
  43. - new upstream release
  44. * Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  45. - initial build for Vine Linux