source: projects/specs/trunk/g/gnome-games-extra-data/gnome-games-extra-data-vl.spec @ 4812

Revision 4812, 1.8 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

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