Author: adgor Date: Mon Oct 2 22:11:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - gcc4 fixes; rel. 1
---- Files affected: SPECS: mppdec.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/mppdec.spec diff -u SPECS/mppdec.spec:1.7 SPECS/mppdec.spec:1.8 --- SPECS/mppdec.spec:1.7 Tue Aug 8 16:38:10 2006 +++ SPECS/mppdec.spec Tue Oct 3 00:11:01 2006 @@ -7,7 +7,7 @@ Summary(pl): Program do dekompresji plików MPC Name: mppdec Version: 1.1 -Release: 0.1 +Release: 1 License: GPL Group: Applications/Multimedia Source0: http://www.personal.uni-jena.de/~pfk/MPP/src/%{name}-%{version}.tar.bz2 @@ -49,6 +49,9 @@ mv mpp.h{.1,} %endif +# gcc4 fix (unrecognized option error) +sed -i -e 's/-fmove-all-movables//' Makefile.nostatic + %build %{__make} mppdec -f Makefile.nostatic \ CC="%{__cc} -pipe" \ @@ -77,6 +80,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/10/02 22:11:01 adgor +- gcc4 fixes; rel. 1 + Revision 1.7 2006/08/08 14:38:10 sparky - mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mppdec.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
