source: projects/specs/branches/6/h/hitori/hitori-vl.spec @ 2721

Revision 2721, 1.7 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release and new package: gtk3

Line 
1%define pkg_version 0.2.6
2%define pkg_release 1%{?_dist_release}
3
4Summary: A logic game similar to Sudoku
5Summary(ja): 数独に類似した論理ゲーム
6Name:        hitori
7Version:     %{pkg_version}
8Release:     %{pkg_release}
9Source0:     http://ftp.gnome.org/pub/GNOME/sources/hitori/0.2/%{name}-%{version}.tar.bz2
10License:     GPLv3+
11Group: Applications/Games
12URL: http://live.gnome.org/Hitori
13
14Requires: gtk2
15BuildRequires: gtk2-devel
16BuildRequires: gnome-doc-utils
17BuildRequires: which
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: Takemikaduchi
23
24
25%description
26Hitori 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.
27
28%description -l ja
29Hitori は数独のようなより人気のあるパズルとテーマにおいて類似した小さなゲームアプリケーションです。
30
31%prep
32%setup -q
33
34%build
35%configure
36%{__make} %{?_smp_mflags}
37
38
39%install
40%{__rm} -rf ${RPM_BUILD_ROOT}
41%{__make} install DESTDIR=${RPM_BUILD_ROOT}
42
43%find_lang %{name} --with-gnome
44
45
46%clean
47%{__rm} -rf ${RPM_BUILD_ROOT}
48
49
50%files -f %{name}.lang
51%defattr(-,root,root)
52%doc COPYING ChangeLog NEWS README
53%{_bindir}/hitori
54%{_datadir}/applications/hitori.desktop
55%{_datadir}/hitori/hitori.ui
56%{_datadir}/icons/hicolor/*/*/*
57
58
59%changelog
60* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.6-1
61- new upstream release
62
63* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
64- new upstream release
65
66* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
67- new upstream release
68- fix %install and %files
69
70* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
71- initial build for Vine Linux
72
Note: See TracBrowser for help on using the repository browser.