Author: wiget Date: Sun Dec 28 18:17:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added pic.patch (fix building jpeg plugin)
---- Files affected: SPECS: wings.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/wings.spec diff -u SPECS/wings.spec:1.2 SPECS/wings.spec:1.3 --- SPECS/wings.spec:1.2 Sun Dec 28 16:40:52 2008 +++ SPECS/wings.spec Sun Dec 28 19:17:10 2008 @@ -8,6 +8,7 @@ Group: Applications Source0: http://downloads.sourceforge.net/wings/wings-%{version}.tar.bz2 # Source0-md5: 148f28cd97c8d3d2426b34b53c385cb5 +Patch0: %{name}-pic.patch URL: http://www.wings3d.com/ BuildRequires: OpenGL-devel BuildRequires: erlang @@ -25,9 +26,10 @@ %prep %setup -q +%patch0 -p1 %build -%{__make} -j1 \ +%{__make} -j1 unix \ ESDL_PATH=%{_libdir}/erlang/lib/esdl %install @@ -52,6 +54,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/12/28 18:17:10 wiget +- added pic.patch (fix building jpeg plugin) + Revision 1.2 2008/12/28 15:40:52 wiget - small cleanup - update to 0.99.04a ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wings.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
