Author: lisu Date: Fri Apr 2 14:59:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.96 (merge with DEVEL) - -headers.patch applied upstream - icon and desktop added (patch) - adapter
---- Files affected: packages/dunelegacy: dunelegacy.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/dunelegacy/dunelegacy.spec diff -u packages/dunelegacy/dunelegacy.spec:1.8 packages/dunelegacy/dunelegacy.spec:1.9 --- packages/dunelegacy/dunelegacy.spec:1.8 Sun Apr 8 17:35:51 2007 +++ packages/dunelegacy/dunelegacy.spec Fri Apr 2 16:59:49 2010 @@ -2,23 +2,22 @@ Summary: Updated clone of Westood Studios' Dune2 Summary(pl.UTF-8): Zaktualizowany klon gry Dune2 Name: dunelegacy -Version: 0.94.1 +Version: 0.96 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications/Games/Strategy -Source0: http://dl.sourceforge.net/dunelegacy/%{name}-%{version}.tar.gz -# Source0-md5: 4cf34d739979f53bdf1cdc32b17ebb78 -Patch0: %{name}-Werror.patch +Source0: http://www.myway.de/richieland/%{name}-%{version}-src.tar.bz2 +# Source0-md5: fccb7d917118439fc4a401b81f2e052f URL: http://dunelegacy.sourceforge.net/ -BuildRequires: SDL-devel +BuildRequires: SDL_gfx-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: SDL_net-devel BuildRequires: SDL_ttf-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: pkgconfig -BuildRequires: rpmbuild(macros) >= 1.337 -BuildRequires: scons BuildRequires: zziplib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,7 +41,7 @@ Harkonnenów lub Ordosów, w wyścigu w zebraniu jak największej ilości przyprawy z pustynnych wydm. Wymień zapasy przyprawy na kredyty w procesie udoskonalania i stwórz armię zdolną powstrzymać próby innych -rodzin w zmuszeniu Cię do zaprzestania zbierania przyprawy! +rodzin w zmuszeniu cię do zaprzestania zbierania przyprawy! Dune Legacy jest podjętą przez grupę utalentowanych programistów próbą ożywienia pierwszej strategii czasu rzeczywistego. Gra była wzorem dla @@ -53,24 +52,34 @@ %prep %setup -q -%patch0 -p0 %build -%scons +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} -install %{name} $RPM_BUILD_ROOT%{_bindir} +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install dunelegacy.desktop $RPM_BUILD_ROOT%{_desktopdir} +install dunelegacy.png $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog README +%doc README ToDo.txt %attr(755,root,root) %{_bindir}/%{name} +%{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -78,6 +87,20 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2010/04/02 14:59:49 lisu +- up to 0.96 (merge with DEVEL) +- -headers.patch applied upstream +- icon and desktop added (patch) +- adapter + +Revision 1.8.2.1 2009/02/18 08:30:05 lisu +- up to 0.95b2 version +- back to auto*, configure, make and make install build system +- add BR: SDL_gfx-devel, remove BR: SDL-devel +- -Werror.patch is usless without SConstruct file, replace it by -headers.patch witch includes missing libraries in some .cpp files +- package LEGACY.PAK file +- adapter + Revision 1.8 2007/04/08 15:35:51 shadzik - BuildRequires: rpmbuild(macros) >= 1.337 for %scons macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dunelegacy/dunelegacy.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
