]> git.pld-linux.org Git - packages/chromium.git/blob - chromium.spec
- raw version from RH.
[packages/chromium.git] / chromium.spec
1 Summary: Chromium B.S.U. is a fast paced, arcade-style space shooter.
2 Name: chromium
3 Version: 0.9.12
4 Release: 6
5 License: Artistic
6 Group: Amusements/Games
7 Source0: http://www.reptilelabour.com/software/files/chromium/chromium-src-%{version}.tar.gz
8 Source1: http://www.reptilelabour.com/software/files/chromium/chromium-data-%{version}.tar.gz
9 Source2: Chromium.desktop
10 Source3: Chromium-Setup.desktop
11 Source4: chromium.xpm
12 patch: chromium-0.9-config.patch
13 URL: http://www.reptilelabour.com/software/chromium/
14 BuildPrereq: SDL-devel >= 1.1.6 Mesa-devel XFree86-devel >= 4.0
15 BuildPrereq: kdelibs-sound-devel esound-devel
16 Buildroot: %{_tmppath}/%{name}-root
17
18 %description
19 You are captain of the cargo ship Chromium B.S.U., responsible for
20 delivering supplies to our troops on the front line. Your ship
21 has a small fleet of robotic fighters which you control from the
22 relative safety of the Chromium vessel.
23 - Do not let ANY enemy ships get past your fighters! Each enemy
24 ship that makes it past the bottom of the screen will attack
25 the Chromium, and you lose a fighter.
26 - Use your fighters as weapons! Crash into enemies to destroy them
27 before they can get past you.
28 - Strategic suicide is a powerful tactic! When the Chromium
29 launches a new fighter, it releases a high energy burst which
30 destroys all enemies in range.
31 - Self-destruct to preserve your ammunition! A double-right-click
32 will cause your current fighter to self-destruct. Before the
33 ship blows up, it ejects its ammunition so that the next fighter
34 can pick it up.
35
36 %prep
37 %setup -q -n Chromium-0.9 -a 1
38 %patch -p1 -b .config
39 find . -type d -name .xvpics -exec rm -rf {} \; ||:
40
41 %build
42 QTDIR= && source /etc/profile.d/qt.sh
43
44 CFLAGS="$RPM_OPT_FLAGS" ./configure
45 make
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 make install prefix=%{_prefix} bindir=%{_bindir}
51 mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Games \
52          $RPM_BUILD_ROOT/usr/share/pixmaps
53
54 install %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/applnk/Games
55 install %{SOURCE4} $RPM_BUILD_ROOT/usr/share/pixmaps
56
57 %files
58 %defattr(-,root,root)
59 %{_bindir}/*
60 %{_datadir}/pixmaps/chromium.xpm
61 %attr(644,root,root) /etc/X11/applnk/Games/*
62 /usr/games/chromium
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %changelog
68 * Wed Sep 12 2001 Tim Powers <timp@redhat.com>
69 - rebuild with new gcc and binutils
70
71 * Wed Jul 18 2001 Karsten Hopp <karsten@redhat.de>
72 - add buildprereq esound-devel (#49372)
73
74 * Tue Jul 10 2001 Elliot Lee <sopwith@redhat.com>
75 - Rebuild to remove libXv/libXxf86dga deps
76
77 * Fri Jun 22 2001 Preston Brown <pbrown@redhat.com>
78 - add buildprereqs
79 - build for dist
80
81 * Mon May 28 2001 Karsten Hopp <karsten@redhat.de>
82 - remove .xvpics from png directory
83
84 * Thu May 24 2001 Than Ngo <than@redhat.com>
85 - update to 0.9.12
86
87 * Wed Apr 04 2001 Karsten Hopp <karsten@redhat.de>
88 - add icon to desktop entries
89
90 * Tue Apr 03 2001 Karsten Hopp <karsten@redhat.de>
91 - Fix name of chromium-setup in kde menu
92
93 * Sat Mar 31 2001 Karsten Hopp <karsten@redhat.de>
94 - update to version 0.9.11
95 - added chromium-setup
96 - patched paths to get rid of shell-wrappers
97
98 * Thu Jan 11 2001 Karsten Hopp <karsten@redhat.de>
99 - Rebuild on IA64
100
101 * Thu Jan  4 2001 Tim Powers <timp@redhat.com>
102 - fixed ownership of files in file list so that it isn't owned by
103   prospector
104
105 * Tue Nov 28 2000 Karsten Hopp <karsten@redhat.de>
106 - initial RPM
This page took 0.051229 seconds and 3 git commands to generate.