]> git.pld-linux.org Git - packages/boson.git/blob - boson.spec
- kill Icon: field (support for these is obsolete says jbj)
[packages/boson.git] / boson.spec
1 Summary:        Boson: a Real-Time Strategy Game (RTS) for the KDE project
2 Summary(pl):    Boson: gra strategiczna w czasie rzeczywistym dla KDE
3 Name:           boson
4 Version:        0.10
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/boson/%{name}-all-%{version}.tar.bz2
9 # Source0-md5:  e54b1a3f1f140412597d4df296522bde
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-python.patch
12 URL:            http://boson.sourceforge.net/
13 BuildRequires:  arts-devel
14 BuildRequires:  kdegames-devel >= 3.0.3
15 BuildRequires:  kdelibs-devel >= 3.0.3
16 BuildRequires:  lib3ds-devel
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 Requires:       arts-X11
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Boson is a real-time strategy game, like Command&Conquer(tm) or
23 StarCraft(tm). It is designed to run on Unix (Linux) computers and
24 uses the Qt Toolkit and QwSpriteField. A minimum of two players is
25 required, since there is no artificial intelligence (yet?). Boson is
26 still in very early development and not playable yet.
27
28 %description -l pl
29 Boson jest gr± strategiczn± rozgrywan± w czasie rzeczywistym, tak jak
30 Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn
31 uniksowych (linuksowych); u¿ywa biblioteki Qt i QwSpriteField. Wymaga
32 siê co najmniej dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej
33 inteligencji. Boson jest wci±¿ w fazie wczesnego rozwoju i nie da siê
34 jeszcze w niego graæ.
35
36 %prep
37 %setup -q -n %{name}-all-%{version}
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 kde_htmldir=%{_kdedocdir}; export kde_htmldir
43 %configure \
44         --disable-rpath \
45         --with-xinerama
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 mv -f $RPM_BUILD_ROOT%{_datadir}/applnk/Games/TacticStrategy/boson \
56         $RPM_BUILD_ROOT%{_desktopdir}/kde
57
58 %find_lang %{name} --with-kde
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog README TODO
66 %attr(755,root,root) %{_bindir}/*
67 %{_datadir}/apps/boson
68 %{_desktopdir}/kde/*.desktop
69 %{_datadir}/config/*
70 %{_iconsdir}/hicolor/*/*/*
71 %dir %{_libdir}/kde3/plugins/boson
72 %attr(755,root,root) %{_libdir}/kde3/plugins/boson/*.so*
73 %{_libdir}/kde3/plugins/boson/*.la
74 %attr(755,root,root) %{_libdir}/kde3/plugins/designer/*.so
75 %{_libdir}/kde3/plugins/designer/*.la
This page took 1.037108 seconds and 3 git commands to generate.