source: projects/specs/branches/6/g/gnome-games-extra-data/gnome-games-extra-data-vl.spec @ 5569

Revision 5569, 1.5 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1%define pkg_version 2.30.0
2%define pkg_release 2%{?_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:        %{name}-%{version}.tar.bz2
10License:        GPL
11Group:          Applications/Games
12URL:            http://live.gnome.org/GnomeGamesExtraData/
13
14Requires: gnome-games >= 2.30
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%{_datadir}/gnome-games
49%{_datadir}/gnome-games-common
50
51
52%changelog
53* Fri Feb 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
54- rebuild with Vine6 environment
55
56* Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
57- initial build for Vine Linux
58
Note: See TracBrowser for help on using the repository browser.