]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- gcc4 fix for ppc, release 2. auto/th/liboil-0_3_7-2
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 11 Feb 2006 17:43:45 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liboil.spec -> 1.15

liboil.spec

index 2ab54da4e73ca0340fa0e9f3d5433f60b8b6ae58..7499d9986c34b6b08d5207d2aea8b246e50e71a2 100644 (file)
@@ -7,13 +7,14 @@ Summary:      Library of Optimized Inner Loops
 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
@@ -82,6 +83,7 @@ Statyczna biblioteka liboil.
 %setup -q
 %patch0 -p1
 %{!?with_altivec:%patch1 -p1}
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -89,8 +91,10 @@ Statyczna biblioteka liboil.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+
 %configure \
        --with-html-dir=%{_gtkdocdir}
+
 %{__make}
 
 %{?with_tests:%{__make} check}
This page took 0.09887 seconds and 4 git commands to generate.