source: projects/specs/branches/6/e/eboard-extras/eboard-extras-vl.spec @ 5629

Revision 5629, 2.8 KB checked in by Takemikaduchi, 12 years ago (diff)

daemonshogi, ebook-tools: new upstream release
others: rebuild

Line 
1Summary: eboard-extras pack 1
2Summary(ja): eboard 用の駒とサウンドのオプションパック -- その 1
3Name: eboard-extras
4Version: 1pl2
5Release: 3%{?_dist_release}
6License: GPL
7Group: Applications/Games
8BuildArch: noarch
9Source: http://prdownloads.sourceforge.net/eboard/eboard-extras-1pl2.tar.gz
10URL: http://eboard.sourceforge.net/download.html
11Buildroot: %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires: eboard >= 0.3.2
14Requires: eboard >= 0.3.2
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: IKEDA, inagaki, owa
19
20%description
21eboard-extras are packages of piece themes and sounds ready
22to be used with eboard. They're optional (eboard works without them).
23
24%description -l ja
25eboard-extras は、eboard で使用できる駒テーマとサウンドのオプションパッケージ
26です。
27
28%prep
29%setup -q
30
31%build
32%configure
33make
34
35%install
36mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/eboard
37touch ${RPM_BUILD_ROOT}%{_datadir}/eboard/eboard_themes.conf
38make DATADIR=${RPM_BUILD_ROOT}%{_datadir}/eboard install
39rm ${RPM_BUILD_ROOT}%{_datadir}/eboard/eboard_themes.conf
40
41%clean
42rm -rf ${RPM_BUILD_ROOT}
43
44%files
45%defattr(-,root,root)
46%doc COPYING CREDITS ChangeLog README
47%{_datadir}/eboard/Alpha.png
48%{_datadir}/eboard/Diagram.png
49%{_datadir}/eboard/Kingdom.png
50%{_datadir}/eboard/Slics.png
51%{_datadir}/eboard/WCN.png
52%{_datadir}/eboard/Book.png
53%{_datadir}/eboard/Dyche1.png
54%{_datadir}/eboard/Leipzig.png
55%{_datadir}/eboard/Staunton.png
56%{_datadir}/eboard/Yahoo.png
57%{_datadir}/eboard/Chap.png
58%{_datadir}/eboard/Dyche2.png
59%{_datadir}/eboard/Mayan.png
60%{_datadir}/eboard/Traveler.png
61%{_datadir}/eboard/ChessBase.png
62%{_datadir}/eboard/Enquil.png
63%{_datadir}/eboard/OldClassicDark.png
64%{_datadir}/eboard/Usual.png
65%{_datadir}/eboard/Cmf.png
66%{_datadir}/eboard/Jumbo.png
67%{_datadir}/eboard/Rastapov.png
68%{_datadir}/eboard/Vision.png
69%{_datadir}/eboard/Draw1.wav
70%{_datadir}/eboard/Move1.wav
71%{_datadir}/eboard/Tell1.wav
72#%%{_datadir}/eboard/eboard_themes.conf
73%{_datadir}/eboard/extras1.prevconf
74%{_datadir}/eboard/themeconf.extras1
75
76%changelog
77* Sun Feb 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1pl2-3
78- rebuild with Vine6 environment
79- add BuildRequires: eboard
80
81* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 1pl2-2
82- rebuilt with new environment
83
84* Sat Aug 30 2008 Shu KONNO <owa@bg.wakwak.com> 1pl2-1vl5
85- applied new versioning policy, spec in utf-8
86
87* Mon Sep 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1pl2-0vl4
88- changed Group to Applications/Games
89
90* Mon Aug 16 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1pl2-0vl3
91- Rebuild for Vine Linux 3.0
92
93* Fri Jul 23 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1pl2-0vl2
94- Removed duplicated configure.
95- Modified Summary(ja), description -l ja and %%install.
96
97* Tue Apr 13 2004 by IKEDA Katsumi  <ikeda@webmasters.gr.jp>
98- 1pl2-0vl1
99- Initial spec file.
Note: See TracBrowser for help on using the repository browser.