Author: adamg Date: Sun Feb 12 17:11:22 2012 GMT Module: packages Tag: HEAD ---- Log message: - pass CC, CXX - release 4 (rebuild against libpng-1.5)
---- Files affected: packages/smw: smw.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/smw/smw.spec diff -u packages/smw/smw.spec:1.6 packages/smw/smw.spec:1.7 --- packages/smw/smw.spec:1.6 Sun Feb 12 09:13:11 2012 +++ packages/smw/smw.spec Sun Feb 12 18:11:17 2012 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Super Mario War - gra Super Mario dla wielu graczy Name: smw Version: 1.7 -Release: 3 +Release: 4 License: GPL Group: X11/Applications/Games Source0: http://starowa.one.pl/~uzi/pld/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Source3: %{name}-leveleditor.desktop Source4: %{name}-leveleditor.png Patch0: %{name}-gcc44.patch +Patch1: %{name}-libpng15.patch URL: http://smw.72dpiarmy.com/ BuildRequires: SDL-devel >= 1.2.0 BuildRequires: SDL_image-devel >= 1.2.0 @@ -34,11 +35,14 @@ %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p1 %build chmod +x ./configure %configure -%{__make} +%{__make} \ + CC="%{__cc}" \ + CXX="%{__cxx}" %install rm -rf $RPM_BUILD_ROOT @@ -70,6 +74,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2012/02/12 17:11:17 adamg +- pass CC, CXX +- release 4 (rebuild against libpng-1.5) + Revision 1.6 2012/02/12 08:13:11 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/smw/smw.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
