source: projects/specs/trunk/x/xfishtank/xfishtank-vl.spec @ 521

Revision 521, 2.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: An X Window System graphic display of an animated aquarium.
2Summary(ja): X ルートウィンドウ上の水族館
3Name: xfishtank
4Version: 2.1tp
5Release: 1%{?_dist_release}
6License: MIT
7Group: Applications/Other
8Source: http://metalab.unc.edu/pub/Linux/X11/demos/xfishtank-%{version}.tar.bz2
9Buildroot: %{_tmppath}/%{name}-%{version}-root
10
11Vendor: Project Vine
12Distribution: Vine Linux
13Packager: Jun Nishii <jun@vinlinux.org>
14
15%description
16The xfishtank program displays an animated aquarium background on your
17screen.  Xfishtank works with the X Window System.
18
19%description -l ja
20あなたのスクリーン背景が水族館になって,いろいろな熱帯魚が泳ぎ回ります.
21
22%prep
23%setup -q -n xfishtank-%{version}
24
25%build
26xmkmf
27make xfishtank
28
29%install
30rm -rf $RPM_BUILD_ROOT
31make DESTDIR=$RPM_BUILD_ROOT install
32
33# prepare applnk
34
35%define applnkdir /etc/X11/applnk/Games/
36mkdir -p $RPM_BUILD_ROOT/%{applnkdir}
37cat > $RPM_BUILD_ROOT/%{applnkdir}/%{name}.desktop <<EOF
38[Desktop Entry]
39Name=%{name}
40Type=Application
41Comment=Fish on Your Monitor
42Comment[ja]=モニタ上の水族館
43Exec=xfishtank
44Terminal=false
45EOF
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(-,root,root)
52%doc FishList README*
53%{_bindir}/xfishtank
54%config(missingok) %{applnkdir}/%{name}.desktop
55
56%changelog
57* Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.1tp-1vl5
58- applied new versioning policy, spec in utf-8
59
60* Fri Sep 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1tp-0vl4
61- rebuilt with new toolchains
62- changed Group to Applications/Other
63
64* Tue Sep 26 2000 Jun Nishii <jun@vinelinux.org>
65- 2.1tp-0vl3
66- use applnk instead of wmconfig
67- added docs
68
69* Fri Jun 09 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
70- 2.1tp-0vl2
71- modified spec file from SJIS to EUC
72
73* Fri Mar 10 2000 Jun Nishii <jun@vinelinux.org>
74- build for Vine Linux 2.0
75
76* Fri Nov 5 1999 Damien Krotkine <damien@mandrakesoft.com>
77- Mandrake release
78
79* Tue Nov  2 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
80- 2.1tp (whork with 16 and 24 display).
81
82* Thu May  6 1999 Bernhard Rosenkr舅zer <bero@mandrakesoft.com>
83- Mandrake adaptions
84
85* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
86- auto rebuild in the new build environment (release 14)
87
88* Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
89- wmconfig entry removed.
90
91* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
92- Injected new description and group.
93
94* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
95- bumped spec number for initial rh 6.0 build
96
97* Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
98- build root
99
100* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
101- translations modified for de, fr, tr
102
103* Fri Oct 24 1997 Marc Ewing <marc@redhat.com>
104- wmconfig
105
106* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
107- built against glibc
Note: See TracBrowser for help on using the repository browser.