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

Revision 4675, 1.9 KB checked in by Takemikaduchi, 13 years ago (diff)

PyQt4: fix x86_64 patch, others: new upstream release

Line 
1%define pkg_version 0.3.1
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.xz
10License:     GPLv3+
11Group: Applications/Games
12URL: http://live.gnome.org/Hitori
13
14BuildRequires: gtk3-devel
15BuildRequires: gnome-doc-utils
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* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.1-1
60- new upstream release
61- change BuildRequires: gtk3-devel instead of gtk2-devel
62
63* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.6-1
64- new upstream release
65
66* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
67- new upstream release
68
69* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
70- new upstream release
71- fix %install and %files
72
73* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
74- initial build for Vine Linux
75
Note: See TracBrowser for help on using the repository browser.