source: projects/specs/trunk/e/eboard-extras/eboard-extras-vl.spec @ 1024

Revision 1024, 2.6 KB checked in by owa, 14 years ago (diff)

rebuilt pkgs about chess

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