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

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

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

Line 
1Summary: eboard-extras pack 2
2Summary(ja): eboard 用の駒とサウンドのオプションパック -- その 2
3Name: eboard-extras2
4Version: 2
5Release: 3%{?_dist_release}
6License:: GPL
7Group: Applications/Games
8BuildArch: noarch
9Source: ttp://prdownloads.sourceforge.net/eboard/eboard-extras-2.tar.gz
10URL: http://eboard.sourceforge.net/download.html
11Buildroot: %{_tmppath}/%{name}-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 -n eboard-extras-2
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 README CREDITS COPYING
47%{_datadir}/eboard/Adventurer.png
48%{_datadir}/eboard/Altinov.png
49%{_datadir}/eboard/Berlin.png
50%{_datadir}/eboard/Dominical72.png
51%{_datadir}/eboard/Ebony.png
52%{_datadir}/eboard/Harlequin.png
53%{_datadir}/eboard/Lcd.png
54%{_datadir}/eboard/NutBolt.png
55%{_datadir}/eboard/Primepov.png
56%{_datadir}/eboard/SadGreen.png
57%{_datadir}/eboard/Utretch.png
58%{_datadir}/eboard/Whitney.png
59%{_datadir}/eboard/Beat1.wav
60%{_datadir}/eboard/Beat2.wav
61%{_datadir}/eboard/Boing1.wav
62%{_datadir}/eboard/Challenge1.wav
63%{_datadir}/eboard/Cling1.wav
64%{_datadir}/eboard/GameOver1.wav
65%{_datadir}/eboard/Tick1.wav
66%{_datadir}/eboard/ShallWePlay.wav
67%{_datadir}/eboard/Victory1.wav
68%{_datadir}/eboard/Voosh.wav
69%{_datadir}/eboard/extras2.prevconf
70%{_datadir}/eboard/themeconf.extras2
71
72%changelog
73* Sun Feb 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2-3
74- rebuilt with new environment
75- add BuildRequires: eboard
76
77* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 2-2
78- rebuilt with new environment
79
80* Sat Aug 30 2008 Shu KONNO <owa@bg.wakwak.com> 2-1vl5
81- applied new versioning policy, spec in utf-8
82
83* Mon Sep 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2-0vl4
84- changed Group to Applications/Games
85
86* Mon Aug 16 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 2-0vl3
87- Rebuild for Vine Linux 3.0.
88
89* Fri Jul 23 2004 IKEDA Katsumi <ikeda@webmaster.gr.jp> 2-0vl2
90- Removed duplicated configure.
91- Modified Summary(ja), description -l ja and %%indtall.
92
93* Tue Apr 13 2004 by IKEDA Katsumi  <ikeda@webmaster.gr.jp>
94- 2-0vl1
95- Initial spec file.
Note: See TracBrowser for help on using the repository browser.