X-Git-Url: http://git.pld-linux.org/?p=packages%2Fboson.git;a=blobdiff_plain;f=boson.spec;h=3c90a4e0ca340ce9d632b9c53809bc293871aa2a;hp=ccf038fa73c7e93711f4e097dacc611dc0a80885;hb=367e1b27f1fe4696f588907ae2bd043cd5d11d3e;hpb=f94e594c1b3c702a79cc2119c946ae1201ca337d diff --git a/boson.spec b/boson.spec index ccf038f..3c90a4e 100644 --- a/boson.spec +++ b/boson.spec @@ -1,69 +1,76 @@ -Summary: Boson : a Real-Time Strategy Game (RTS) for the KDE project -Name: boson -Version: 0.2 -Release: 1 +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.10 +Release: 0.1 License: GPL -Group: X11/KDE/Games -Source0: boson-%{version}.tgz -Source1: boson-pics-%{version}.tgz +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/boson/%{name}-all-%{version}.tar.bz2 +# Source0-md5: e54b1a3f1f140412597d4df296522bde +Patch0: %{name}-desktop.patch +Patch1: %{name}-python.patch Icon: boson.xpm -URL: http://aquila.rezel.enst.fr/boson/ +URL: http://boson.sourceforge.net/ +BuildRequires: arts-devel +BuildRequires: kdegames-devel >= 3.0.3 +BuildRequires: kdelibs-devel >= 3.0.3 +BuildRequires: lib3ds-devel +BuildRequires: rpmbuild(macros) >= 1.129 +Requires: arts-X11 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man - %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 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. +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 artificial intelligence (yet?). Boson is +still in very early development and not playable yet. %description -l pl -Boson jest gr± strategiczn± rozgrywan± w czsie 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/. +Boson jest gr± strategiczn± rozgrywan± w czasie rzeczywistym, tak jak +Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn +uniksowych (linuksowych); u¿ywa 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æ. %prep -%setup -q +%setup -q -n %{name}-all-%{version} +%patch0 -p1 +%patch1 -p1 + %build -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ - --prefix=$KDEDIR \ - --libdir=%{buildroot}/$KDEDIR/lib \ - --with-install-root=%{buildroot} -make +kde_htmldir=%{_kdedocdir}; export kde_htmldir +%configure \ + --disable-rpath \ + --with-xinerama + +%{__make} %install -if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT ; fi -make prefix=$RPM_BUILD_ROOT%{prefix} install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +mv -f $RPM_BUILD_ROOT%{_datadir}/applnk/Games/TacticStrategy/boson \ + $RPM_BUILD_ROOT%{_desktopdir}/kde -## install textures and resources files : -mkdir $RPM_BUILD_ROOT%{prefix}/share/apps/ -cd $RPM_BUILD_ROOT%{prefix}/share/apps/ -cp $RPM_SOURCE_DIR/boson-pics-%{version}.tgz . -gunzip boson-pics-%{version}.tgz -tar xvf boson-pics-%{version}.tar -rm boson-pics-%{version}.tar +%find_lang %{name} --with-kde %clean -rm -rf %{builddir} -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -#rm -f $RPM_SOURCE_DIR/boson* +rm -rf $RPM_BUILD_ROOT -%files -%{prefix}/bin/ -%{prefix}/share/applnk/ -%{prefix}/share/apps/ -%{prefix}/share/icons/ -%doc %{prefix}/share/doc/HTML/en/Boson/ -%doc AUTHORS COPYING ChangeLog INSTALL README TODO +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/apps/boson +%{_desktopdir}/kde/*.desktop +%{_datadir}/config/* +%{_iconsdir}/hicolor/*/*/* +%dir %{_libdir}/kde3/plugins/boson +%attr(755,root,root) %{_libdir}/kde3/plugins/boson/*.so* +%{_libdir}/kde3/plugins/boson/*.la +%attr(755,root,root) %{_libdir}/kde3/plugins/designer/*.so +%{_libdir}/kde3/plugins/designer/*.la