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

Revision 8997, 2.8 KB checked in by inagaki, 9 years ago (diff)

2014-10-03 Ryoichi INAGAKI <ryo1@…>

  • eboard-extras[2], xz: rebuilt


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