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

Revision 9536, 3.4 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

RevLine 
[9536]1%define pkg_version 3.16.1
[521]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}
[9520]9Source0:     http://ftp.gnome.org/pub/GNOME/sources/hitori/3.16/%{name}-%{version}.tar.xz
[521]10License:     GPLv3+
11Group: Applications/Games
12URL: http://live.gnome.org/Hitori
13
[4675]14BuildRequires: gtk3-devel
[6890]15BuildRequires: yelp-tools
[521]16BuildRequires: which
[9073]17
18Requires(post,postun):  desktop-file-utils
19Requires(postun,posttrans):     glib2
20
[521]21BuildRoot: %{_tmppath}/%{name}-%{version}-root
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: Takemikaduchi
26
27
28%description
29Hitori 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.
30
31%description -l ja
32Hitori は数独のようなより人気のあるパズルとテーマにおいて類似した小さなゲームアプリケーションです。
33
34%prep
35%setup -q
36
37%build
38%configure
39%{__make} %{?_smp_mflags}
40
41
42%install
43%{__rm} -rf ${RPM_BUILD_ROOT}
44%{__make} install DESTDIR=${RPM_BUILD_ROOT}
45
[1387]46%find_lang %{name} --with-gnome
[521]47
48
49%clean
50%{__rm} -rf ${RPM_BUILD_ROOT}
51
[9073]52%post
53update-desktop-database -q
54touch --no-create %{_datadir}/icons/hicolor
55if [ -x /usr/bin/gtk-update-icon-cache ]; then
56  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
57fi
[521]58
[9073]59%postun
60update-desktop-database -q
61touch --no-create %{_datadir}/icons/hicolor
62if [ -x /usr/bin/gtk-update-icon-cache ]; then
63  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
64fi
65glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
66
67%posttrans
68glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
69
70
[521]71%files -f %{name}.lang
72%defattr(-,root,root)
73%doc COPYING ChangeLog NEWS README
[1387]74%{_bindir}/hitori
[7978]75%{_datadir}/appdata/hitori.appdata.xml
[1387]76%{_datadir}/applications/hitori.desktop
[9073]77%{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml
[1387]78%{_datadir}/icons/hicolor/*/*/*
[521]79
80
81%changelog
[9536]82* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
83- new upstream release
84
[9520]85* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
86- new upstream release
87
[9415]88* Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
89- new upstream release
90
[9178]91* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2.1-1
92- new upstream release
93
[9073]94* Mon Nov 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
95- new upstream release
96
[8622]97* Sun Jun 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
98- new upstream release
99
[8447]100* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
101- new upstream release
102
[7978]103* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
104- new upstream release
105
[7756]106* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
107- new upstream release
108
[6890]109* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
110- new upstream release
111- change BuildRequires: yelp-tools instead of gome-doc-utils
112
[4675]113* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.1-1
114- new upstream release
115- change BuildRequires: gtk3-devel instead of gtk2-devel
116
[2721]117* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.6-1
118- new upstream release
119
[2323]120* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5-1
121- new upstream release
122
[1387]123* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
124- new upstream release
125- fix %install and %files
126
[521]127* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
128- initial build for Vine Linux
129
Note: See TracBrowser for help on using the repository browser.