source: projects/specs/trunk/h/hitori/hitori-vl.spec @ 6890

Revision 6890, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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