Author: pluto Date: Sat Feb 11 17:43:50 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - gcc4 fix for ppc, release 2.
---- Files affected: SPECS: liboil.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/liboil.spec diff -u SPECS/liboil.spec:1.14 SPECS/liboil.spec:1.15 --- SPECS/liboil.spec:1.14 Sun Feb 5 20:30:06 2006 +++ SPECS/liboil.spec Sat Feb 11 18:43:45 2006 @@ -8,13 +8,14 @@ Summary(pl): Biblioteka zoptymalizowanych wewnętrznych pętli Name: liboil Version: 0.3.7 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://liboil.freedesktop.org/download/%{name}-%{version}.tar.gz # Source0-md5: 1f08e71fe775bfa1266a741742f1904b Patch0: %{name}-opt.patch Patch1: %{name}-no_altivec.patch +Patch2: %{name}-gcc4.patch URL: http://liboil.freedesktop.org/wiki/ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1.6 @@ -83,6 +84,7 @@ %setup -q %patch0 -p1 %{!?with_altivec:%patch1 -p1} +%patch2 -p1 %build %{__libtoolize} @@ -90,8 +92,10 @@ %{__autoconf} %{__autoheader} %{__automake} + %configure \ --with-html-dir=%{_gtkdocdir} + %{__make} %{?with_tests:%{__make} check} @@ -138,6 +142,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/02/11 17:43:45 pluto +- gcc4 fix for ppc, release 2. + Revision 1.14 2006/02/05 19:30:06 qboosh - updated to 0.3.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/liboil.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
