]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- added opt patch (fixes tests failure on alpha), release 2 auto/ac/liboil-0_3_1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Mar 2005 20:11:24 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liboil.spec -> 1.8

liboil.spec

index e8615e79478e6ac3f9d0bcf2514c53eecbf29cfb..dcae135b3693543663612f970e01a198de98772f 100644 (file)
@@ -6,14 +6,18 @@ Summary:      Library of Optimized Inner Loops
 Summary(pl):   Biblioteka zoptymalizowanych wewnĂȘtrznych pĂȘtli
 Name:          liboil
 Version:       0.3.1
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 Source0:       http://www.schleef.org/liboil/download/%{name}-%{version}.tar.gz
 # Source0-md5: de49ae5fb8b793ed5cd72d38dc6779ae
+Patch0:                %{name}-opt.patch
 URL:           http://www.schleef.org/liboil/
+BuildRequires: autoconf >= 2.58
+BuildRequires: automake >= 1.6
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: gtk-doc >= 1.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -73,8 +77,14 @@ Statyczna biblioteka liboil.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
This page took 0.057582 seconds and 4 git commands to generate.