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

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

import VineSeed package specs

Line 
1%define name xpenguins
2%define version 2.2
3%define release 2%{?_dist_release}
4
5Summary: Cute little penguins that walk along the tops of your windows
6Summary(ja): デスクトップやウィンドウの上を歩き回る可愛いペンギン達
7
8Name: %{name}
9Version: %{version}
10Release: %{release}
11License: GPL
12
13Source0: %{name}-%{version}.tar.gz
14#Packager: Robin Hogan <R.J.Hogan@reading.ac.uk>
15URL: http://xpenguins.seul.org/
16
17Group: Applications/Other
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: xorg-x11-devel
20
21
22%description
23XPenguins animates a friendly family of penguins in your root window.
24They drop in from the top of the screen, walk along the tops of your
25windows, up the side of your windows, levitate, skateboard, and do
26other similarly exciting things. XPenguins is now themeable so if
27you're bored of penguins, try something else. The themes that come
28with this package are "Penguins", "Classic Penguins", "Big Penguins",
29"Turtles" and "Bill".
30
31%description -l ja
32あなたのルートウィンドウ上を可愛らしいペンギン一家が歩き回る
33プログラムです.スクリーンの一番上から落ちて来て,ウィンドウの上や横を
34歩き回ったり,飛び回ったり,スケボーで走り回ったり,その他楽しい動作を
35見せてくれます.この xpenguin はテーマ機能をサポートしていますので,
36他のテーマを試すことも出来ます.このパッケージに入っているテーマは
37"Penguins", "Classic Penguins", "Big Penguins", "Turtles", "Bill" です.
38
39
40%prep
41%setup
42
43
44%build
45
46%configure
47make
48
49
50%install
51rm -rf ${RPM_BUILD_ROOT}
52
53%makeinstall
54
55
56%clean
57rm -rf ${RPM_BUILD_ROOT}
58
59
60%files
61%defattr(-,root,root)
62%doc README AUTHORS COPYING ChangeLog lay-out-frames.scm resize-frames.scm
63%attr(755,root,root) %{_bindir}/xpenguins
64%{_mandir}/man1/*
65%{_datadir}/%{name}/themes/Penguins/*
66%{_datadir}/%{name}/themes/Big_Penguins/*
67%{_datadir}/%{name}/themes/Classic_Penguins/*
68%{_datadir}/%{name}/themes/Turtles/*
69%{_datadir}/%{name}/themes/Bill/*
70
71
72%changelog
73* Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.2-2vl5
74- applied new versioning policy, spec in utf-8
75
76* Wed Jul 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2-1vl2
77- rebuilt with new toolchains
78- s/Copyright/License/
79- changed Group to Applications/Other
80
81* Mon Sep 23 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2-1vl1
82- based on upstream's 2.2-1 and built for Vine Linux
83
84* Mon Oct  1 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 2.1.5-1
85- Removed Lemmings (now in xpenguins_themes), added Bill, Big Penguins
86- Added resize-frames.scm to docs
87* Wed Aug 22 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 2.1.3-1
88- Added Lemmings theme
89* Sat May  5 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 1.9.1-1
90- First spec file used with autoconf
91* Tue May 23 2000 Robin Hogan <R.J.Hogan@reading.ac.uk> 1.2-1
92- Use BuildRoot.
93
94# end of file
Note: See TracBrowser for help on using the repository browser.