]> git.pld-linux.org Git - packages/boson.git/blobdiff - boson.spec
- http://belnet.sourceforge->http://dl.sourceforge
[packages/boson.git] / boson.spec
index f033febbaf4d417d6b2427e60afcaacafc5624c5..68fad042672e0921b753c41d8ec6694b008cc754 100644 (file)
@@ -2,68 +2,77 @@ Summary:      Boson: a Real-Time Strategy Game (RTS) for the KDE project
 Summary(pl):   Boson: gra strategiczna w czasie rzeczywistym dla KDE
 Name:          boson
 Version:       0.6.1
-Release:       1
+Release:       3
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://telia.dl.sourceforge.net/sourceforge/boson/%{name}-all-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-all-%{version}.tar.bz2
+# Source0-md5: a8a1f40fde64d5e03d22b3d10cc16198
+Patch0:                %{name}-desktop.patch
 Icon:          boson.xpm
 URL:           http://boson.sourceforge.net/
 BuildRequires: arts-devel
-BuildRequires: kdegames-devel
+BuildRequires: kdegames-devel >= 3.0.3
 BuildRequires: kdelibs-devel >= 3.0.3
+Requires:      arts-X11
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 %define                _htmldir        %{_docdir}/kde/HTML
 
 %description
 Boson is a real-time strategy game, like Command&Conquer(tm) or
 StarCraft(tm). It is designed to run on Unix (Linux) computers and
 uses the Qt Toolkit and QwSpriteField. A minimum of two players is
-required, since there is no artifical intelligence (yet?). Boson is
+required, since there is no artificial intelligence (yet?). Boson is
 still in very early development and not playable yet.
 
-Boson's Code and Graphics are published under the GNU General Public
-License.
-
-If you want to know more about Boson, have a look at the Web site.
-
 %description -l pl
 Boson jest gr± strategiczn± rozgrywan± w czasie rzeczywistym, tak jak
 Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn
 uniksowych (linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga
 siê co najmniej dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej
 inteligencji. Boson jest wci±¿ w fazie wczesnego rozwoju i nie da siê
-jeszcze w niego graæ. Kod i grafika Bosona s± na powszechnej licencji
-GNU. Aby dowiedzieæ siê wiêcej na temat Bosona, nale¿y zajrzeæ na
-stronê WWW: http://aquila.rezel.enst.fr/boson/.
+jeszcze w niego graæ.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 kde_icondir=%{_pixmapsdir}; export kde_icondir
 kde_htmldir=%{_htmldir}; export kde_htmldir
 %configure \
-       --with-install-root=%{buildroot}
-%{__make} CXXFLAGS="-DQT_NO_STL"
+       --disable-rpath \
+       --enable-final
+       
+# %{__make} Fails becuse after including many QT headers gcc is unable to find <map> :/
+mv map map.foo
+cd boson
+%{__make}
+cd ..
+mv map.foo map
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 ## install textures and resources files :
 #install -d $RPM_BUILD_ROOT%{_datadir}/apps
 
+mv -f $RPM_BUILD_ROOT%{_applnkdir}/Games/{TacticStrategy,Strategy}
+mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/{hicolor/48x48/apps/,}boson.png
+
+%find_lang %{name} --with-kde
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
-#%doc %{_htmldir}/en/Boson
 %attr(755,root,root) %{_bindir}/*
-#%{_applnkdir}/*
-#%{_datadir}/apps/*
-#%{_pixmapsdir}/*
+%{_applnkdir}/Games/Strategy/*.desktop
+%{_datadir}/apps/boson
+%{_pixmapsdir}/boson.png
This page took 0.145523 seconds and 4 git commands to generate.