Author: vip Date: Sun May 27 18:15:27 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to build10 - drop gcc4 fix patch
---- Files affected: SPECS: widelands.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/widelands.spec diff -u SPECS/widelands.spec:1.9 SPECS/widelands.spec:1.10 --- SPECS/widelands.spec:1.9 Sat May 26 20:58:52 2007 +++ SPECS/widelands.spec Sun May 27 20:15:22 2007 @@ -1,5 +1,5 @@ # $Revision$, $Date$ -%define _version b9half +%define _version build10 Summary: Game like Settlers II Summary(pl.UTF-8): Remake gry Settlers II Name: widelands @@ -8,9 +8,8 @@ License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/widelands/%{name}-%{_version}-source.tar.bz2 -# Source0-md5: 7bced82bda4b83d884da3e5b0143b2b4 +# Source0-md5: 9e452baf7b8f22a27b4e371e2150e017 Source1: %{name}.desktop -Patch0: %{name}-gcc4.patch URL: http://widelands.sourceforge.net/ BuildRequires: SDL-devel BuildRequires: SDL_image-devel @@ -42,8 +41,7 @@ światem, będziesz musiał wyszkolić żołnierzy i walczyć. %prep -%setup -q -n %{name}-%{_version} -%patch0 -p1 +%setup -q -n %{name} %build rm -f widelands @@ -54,10 +52,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/%{name},%{_desktopdir}} install widelands $RPM_BUILD_ROOT%{_bindir} -cp -r campaigns fonts maps music pics sound tribes txts worlds $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -r campaigns fonts maps music pics sound tribes txts worlds $RPM_BUILD_ROOT%{_datadir}/games/%{name} cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} @@ -68,7 +66,7 @@ %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %{_bindir}/widelands -%{_datadir}/widelands +%{_datadir}/games/widelands %{_desktopdir}/widelands.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -77,6 +75,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/05/27 18:15:22 vip +- up to build10 +- drop gcc4 fix patch + Revision 1.9 2007/05/26 18:58:52 vip - gcc4 fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/widelands.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
