12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- %define pkg_version 2.30.0
- %define pkg_release 1%{?_dist_release}
- Summary: Extra data files for the gnome-games
- Summary(ja): gnome-games 用追加データファイル集
- Name: gnome-games-extra-data
- Version: %{pkg_version}
- Release: %{pkg_release}
- Source0: %{name}-%{version}.tar.bz2
- License: GPL
- Group: Applications/Games
- URL: http://live.gnome.org/GnomeGamesExtraData/
- Requires: gnome-games >= 2.30
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- 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.
- %description -l ja
- このパッケージは gnome-games パッケージのための追加データファイル集です。ゲーム用の追加テーマ及びアートワークです。gnome-games-extra-data のリリースは特定の gnome-games のリリースと一致しています。
- %prep
- %setup -q
- %build
- %configure
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %{__make} install DESTDIR=${RPM_BUILD_ROOT}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %files
- %defattr(-,root,root)
- %{_datadir}/gnome-games
- %{_datadir}/gnome-games-common
- %changelog
- * Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
- - initial build for Vine Linux
|