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

Revision 8622, 2.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1%define pkg_version 0.4.4
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}/appdata/hitori.appdata.xml
54%{_datadir}/applications/hitori.desktop
55%{_datadir}/hitori/hitori.ui
56%{_datadir}/icons/hicolor/*/*/*
57
58
59%changelog
60* Sun Jun 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
61- new upstream release
62
63* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
64- new upstream release
65
66* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
67- new upstream release
68
69* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
70- new upstream release
71
72* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
73- new upstream release
74- change BuildRequires: yelp-tools instead of gome-doc-utils
75
76* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.1-1
77- new upstream release
78- change BuildRequires: gtk3-devel instead of gtk2-devel
79
80* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.6-1
81- new upstream release
82
83* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
84- new upstream release
85
86* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
87- new upstream release
88- fix %install and %files
89
90* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
91- initial build for Vine Linux
92
Note: See TracBrowser for help on using the repository browser.