toon_root.c: fix handling of XGetWindowProperty
[xpenguins.git] / xpenguins.spec.in
blob40d314d66606c27c8976398bd126d462218a92d0
1 %define name xpenguins
2 %define version @VERSION@
3 %define release 1
5 Summary: Cute little penguins that walk along the tops of your windows
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 Copyright: GPL
10 Source0: %{name}-%{version}.tar.gz
11 Group: Amusements/Graphics
12 BuildRoot: %{_tmppath}/%{name}-buildroot
13 Packager: Robin Hogan <R.J.Hogan@reading.ac.uk>
14 URL: http://xpenguins.seul.org/
15 Prefix: %{_prefix}
17 %description
18 XPenguins animates a friendly family of penguins in your root window.
19 They drop in from the top of the screen, walk along the tops of your
20 windows, up the side of your windows, levitate, skateboard, and do
21 other similarly exciting things. XPenguins is now themeable so if
22 you're bored of penguins, try something else. The themes that come
23 with this package are "Penguins", "Classic Penguins", "Big Penguins",
24 "Turtles" and "Bill".
26 %prep
27 %setup
29 %build
30 # Note: when we compile the program it needs to know where the
31 # data will be when finally installed.
32 CFLAGS="$RPM_OPT_FLAGS" ./configure --datadir="%{prefix}/share"
33 make
35 %install
36 %makeinstall "prefix=$RPM_OPT_FLAGS/${prefix}"
38 %clean
39 rm -rf $RPM_BUILD_ROOT
41 %files
42 %defattr(-,root,root)
43 %doc README AUTHORS COPYING ChangeLog lay-out-frames.scm resize-frames.scm
44 %attr(755,root,root) %{_bindir}/xpenguins
45 %{_mandir}/man1/*
46 %{_datadir}/%{name}/themes/Penguins/*
47 %{_datadir}/%{name}/themes/Big_Penguins/*
48 %{_datadir}/%{name}/themes/Classic_Penguins/*
49 %{_datadir}/%{name}/themes/Turtles/*
50 %{_datadir}/%{name}/themes/Bill/*
52 %changelog
53 * Mon Oct 1 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 2.1.5-1
54 - Removed Lemmings (now in xpenguins_themes), added Bill, Big Penguins
55 - Added resize-frames.scm to docs
56 * Wed Aug 22 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 2.1.3-1
57 - Added Lemmings theme
58 * Sat May 5 2001 Robin Hogan <R.J.Hogan@reading.ac.uk> 1.9.1-1
59 - First spec file used with autoconf
60 * Tue May 23 2000 Robin Hogan <R.J.Hogan@reading.ac.uk> 1.2-1
61 - Use BuildRoot.
63 # end of file